diff options
Diffstat (limited to 'multitech/conf/layer.conf')
-rw-r--r-- | multitech/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multitech/conf/layer.conf b/multitech/conf/layer.conf index e1769b4..3502649 100644 --- a/multitech/conf/layer.conf +++ b/multitech/conf/layer.conf @@ -1,7 +1,7 @@ BBFILES += "${LAYERDIR}/recipes/*/*.bb ${LAYERDIR}/recipes/*/*.bbappend" BBPATH .= ":${LAYERDIR}" BBFILE_COLLECTIONS += "multitech" -BBFILE_PRIORITY_multitech = "5" +BBFILE_PRIORITY_multitech = "20" BBFILE_PATTERN_multitech = "${LAYERDIR}" # enable use of THISDIR variable bbappend files (pulled from oe-core) |