diff options
| author | unitexe <unitexe70@gmail.com> | 2026-08-02 11:48:33 -0500 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-08-02 11:48:48 -0500 |
| commit | 463995d2069cb92e69f30ba0d4bfa49275ec7138 (patch) | |
| tree | 8c18e1e1f07621557a51fddb62153fee15b8b106 /meta-sunxi-extra/conf/layer.conf | |
| parent | 53e75d0cbc3ddab81592d4f4601e561f493b8316 (diff) | |
Build poky core-image-base for olinuxino-a20-emmcmain-next-wrynose-sunxi
Diffstat (limited to 'meta-sunxi-extra/conf/layer.conf')
| -rw-r--r-- | meta-sunxi-extra/conf/layer.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-sunxi-extra/conf/layer.conf b/meta-sunxi-extra/conf/layer.conf new file mode 100644 index 0000000..9f13c06 --- /dev/null +++ b/meta-sunxi-extra/conf/layer.conf @@ -0,0 +1,14 @@ +BBPATH .= ":${LAYERDIR}" + +BBFILES += "\ + ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend \ +" + +BBFILE_COLLECTIONS += "sunxi-extra-layer" +BBFILE_PATTERN_sunxi-extra-layer = "^${LAYERDIR}/" +BBFILE_PRIORITY_sunxi-extra-layer = "11" + +LAYERDEPENDS_sunxi-extra-layer += "sunxi" + +LAYERSERIES_COMPAT_sunxi-extra-layer = "wrynose" |
