X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Fmeta-ti-glsdk.git;a=blobdiff_plain;f=conf%2Flayer.conf;h=faa4ac026b0446b6dbe4272cfbe79c3d3a812b9f;hp=2af1a6ed59bb569e3996b91897482696bc36a104;hb=f054a7c14a3f0076b9b6c4c3116f847b7ffd3906;hpb=db0c52ea9269d01a8ea7cb4d5d77ce51328f88ef diff --git a/conf/layer.conf b/conf/layer.conf index 2af1a6e..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 += "meta-ti" BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-ti = "10" +BBFILE_PRIORITY_meta-ti = "6"