diff options
author | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2020-05-25 16:48:51 +0300 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-11-11 17:08:41 -0600 |
commit | 961c498993743c1fe0015c70d55c9236813baf2a (patch) | |
tree | d4bdc7252c6df95dfe830768fbaf71e15d230a95 | |
parent | db428b5f18b4ea4c4d45bbc046e332f1527940ed (diff) | |
download | meta-multitech-961c498993743c1fe0015c70d55c9236813baf2a.tar.gz meta-multitech-961c498993743c1fe0015c70d55c9236813baf2a.tar.bz2 meta-multitech-961c498993743c1fe0015c70d55c9236813baf2a.zip |
Update layer.conf. Update BBFILE_PRIORITY to 11
-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" |