diff options
author | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2020-05-18 22:12:19 +0300 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-05-21 11:03:12 +0300 |
commit | be1a90b06c00159e4047b040afcbfb0bc9f44ff3 (patch) | |
tree | 9372199ea9549b1b866ffe947f5a0e57cab86cbc | |
parent | f669783eba95a8b31776580e4e336678e0f474d9 (diff) | |
download | meta-mlinux-be1a90b06c00159e4047b040afcbfb0bc9f44ff3.tar.gz meta-mlinux-be1a90b06c00159e4047b040afcbfb0bc9f44ff3.tar.bz2 meta-mlinux-be1a90b06c00159e4047b040afcbfb0bc9f44ff3.zip |
Initial meta-mlinux-common based on meta-mlinux (branch master)
-rw-r--r-- | conf/layer.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index ce3d432..88ab3b2 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -3,8 +3,8 @@ BBPATH .= ":${LAYERDIR}" # We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" + ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "mlinux" -BBFILE_PATTERN_mlinux = "^${LAYERDIR}/" -BBFILE_PRIORITY_mlinux = "50" +BBFILE_COLLECTIONS += "meta-mlinux-common" +BBFILE_PATTERN_meta-mlinux-common = "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-mlinux-common = "10" |