diff options
author | Jesse Gilles <jgilles@multitech.com> | 2015-05-07 17:05:24 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-05-07 17:05:24 -0500 |
commit | 2fe4b3bfcaef7164f8890d4eec58450e7271b639 (patch) | |
tree | b1c569e3df9b0684bca69de7c87c30643945bbff /conf/layer.conf | |
parent | 2df44ceb9e80d2bfb3b1fc9d37ecb3f581c793a6 (diff) | |
download | meta-mlinux-2fe4b3bfcaef7164f8890d4eec58450e7271b639.tar.gz meta-mlinux-2fe4b3bfcaef7164f8890d4eec58450e7271b639.tar.bz2 meta-mlinux-2fe4b3bfcaef7164f8890d4eec58450e7271b639.zip |
increase layer priority to 50
Diffstat (limited to 'conf/layer.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 719bdf9..ce3d432 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "mlinux" BBFILE_PATTERN_mlinux = "^${LAYERDIR}/" -BBFILE_PRIORITY_mlinux = "10" +BBFILE_PRIORITY_mlinux = "50" |