From e404d6eec60af35ec91fbe98daaaff8af65d79c1 Mon Sep 17 00:00:00 2001 From: unitexe Date: Mon, 29 Dec 2025 16:27:26 -0600 Subject: Build core-image-base for radxa-zero-3e - Distro: poky - Image: core-image-base - Machine: radxa-zero-3e - Release: whinlatter --- meta-unit-kas/conf/layer.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-unit-kas/conf/layer.conf (limited to 'meta-unit-kas/conf/layer.conf') diff --git a/meta-unit-kas/conf/layer.conf b/meta-unit-kas/conf/layer.conf new file mode 100644 index 0000000..8ac275f --- /dev/null +++ b/meta-unit-kas/conf/layer.conf @@ -0,0 +1,11 @@ +BBPATH .= ":${LAYERDIR}" + +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" + +BBFILE_COLLECTIONS += "meta-unit-kas" +BBFILE_PATTERN_meta-unit-kas := "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-unit-kas = "15" + +LAYERDEPENDS_meta-unit-kas = "core" + +LAYERSERIES_COMPAT_meta-unit-kas = "whinlatter" -- cgit v1.2.3