diff options
author | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2020-06-22 14:30:50 +0300 |
---|---|---|
committer | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2020-06-22 14:30:50 +0300 |
commit | 9189c0fe0f044e65fab58cdaaeec273f97646690 (patch) | |
tree | cabde939e6b85c7a9668e4d65259a6093f29b008 /conf | |
parent | cf4351dd79da64fe400db057d43823b496e170dc (diff) | |
download | meta-multitech-9189c0fe0f044e65fab58cdaaeec273f97646690.tar.gz meta-multitech-9189c0fe0f044e65fab58cdaaeec273f97646690.tar.bz2 meta-multitech-9189c0fe0f044e65fab58cdaaeec273f97646690.zip |
Uptate BBFILE_PRIORITY
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 7f5e488..cc7bc3b 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 = "11" +BBFILE_PRIORITY_meta-multitech-common = "6" |