From 76c0053d4db24a32733f2cef8ce37bba8e8e2da6 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Thu, 11 Jun 2026 20:00:52 +1200 Subject: Yocto stuff --- meta-yerba/conf/layer.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-yerba/conf/layer.conf (limited to 'meta-yerba/conf') diff --git a/meta-yerba/conf/layer.conf b/meta-yerba/conf/layer.conf new file mode 100644 index 0000000..a2abd17 --- /dev/null +++ b/meta-yerba/conf/layer.conf @@ -0,0 +1,12 @@ +BBPATH .= ":${LAYERDIR}" + +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "meta-yerba" +BBFILE_PATTERN_meta-yerba = "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-yerba = "27" + +LAYERDEPENDS_meta-yerba = "core" +LAYERSERIES_COMPAT_meta-yerba = "scarthgap" + -- cgit v1.2.3