X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Fmeta-ti-glsdk.git;a=blobdiff_plain;f=conf%2Flayer.conf;h=faa4ac026b0446b6dbe4272cfbe79c3d3a812b9f;hp=a507cbc7340ffabf62780042378baecbec2f4904;hb=95e12712ddffcc7ec0789a8700137afe2e449445;hpb=7d39ce1743e1a58c51b35f42fb70f9e31a4c8908 diff --git a/conf/layer.conf b/conf/layer.conf index a507cbc..faa4ac0 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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 = "6"