]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blobdiff - conf/layer.conf
linux-ti33x-psp 3.2: update to 3.2.5
[glsdk/meta-ti-glsdk.git] / conf / layer.conf
index a507cbc7340ffabf62780042378baecbec2f4904..4afb4f34b9f11d417f5916d0166c3d13da5f7f6c 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 += "beagle-bsp"
-BBFILE_PATTERN_beagle-bsp := "^${LAYERDIR}/"
-BBFILE_PRIORITY_beagle-bsp = "10"
+BBFILE_COLLECTIONS += "meta-ti"
+BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-ti = "10"