diff options
author | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2020-05-25 16:48:51 +0300 |
---|---|---|
committer | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2020-05-25 16:48:51 +0300 |
commit | 41b18da7393a4444ec0381f044000744b7eca619 (patch) | |
tree | 7477845ad48a8e3b33477c138196012d76ae0a37 /conf | |
parent | 54be849d813556e2c3172204150081f0daecf2b1 (diff) | |
download | meta-multitech-41b18da7393a4444ec0381f044000744b7eca619.tar.gz meta-multitech-41b18da7393a4444ec0381f044000744b7eca619.tar.bz2 meta-multitech-41b18da7393a4444ec0381f044000744b7eca619.zip |
Update layer.conf. Update BBFILE_PRIORITY to 11
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 9f8d228..7f5e488 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "meta-multitech-common" BBFILE_PATTERN_meta-multitech-common = "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-multitech-common = "10" +BBFILE_PRIORITY_meta-multitech-common = "11" |