diff options
| author | unitexe <unitexe70@gmail.com> | 2025-12-29 16:27:26 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2025-12-29 16:27:44 -0600 |
| commit | e404d6eec60af35ec91fbe98daaaff8af65d79c1 (patch) | |
| tree | 198e2922aced60418aecfea7bc2300dcd1050a98 /meta-unit-kas/conf/layer.conf | |
| parent | 00a493e12c4ff42c838d5cdd158b1b20539271e8 (diff) | |
Build core-image-base for radxa-zero-3e
- Distro: poky
- Image: core-image-base
- Machine: radxa-zero-3e
- Release: whinlatter
Diffstat (limited to 'meta-unit-kas/conf/layer.conf')
| -rw-r--r-- | meta-unit-kas/conf/layer.conf | 11 |
1 files changed, 11 insertions, 0 deletions
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" |
