]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blobdiff - conf/layer.conf
layer.conf: lower layer priority from 10 to 6
[glsdk/meta-ti-glsdk.git] / conf / layer.conf
index 2af1a6ed59bb569e3996b91897482696bc36a104..faa4ac026b0446b6dbe4272cfbe79c3d3a812b9f 100644 (file)
@@ -1,10 +1,9 @@
-# We have a conf and classes directory, prepend to BBPATH
-BBPATH := "${LAYERDIR}:${BBPATH}"
+# We have a conf and classes directory, append to BBPATH
+BBPATH .= ":${LAYERDIR}"
 
 # We have a recipes directory, add to BBFILES
-BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \
-       ${LAYERDIR}/recipes*/*/*.bbappend"
+BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
 
 BBFILE_COLLECTIONS += "meta-ti"
 BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
-BBFILE_PRIORITY_meta-ti = "10"
+BBFILE_PRIORITY_meta-ti = "6"