X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf%2Flayer.conf;fp=conf%2Flayer.conf;h=0047d613de31db9469b73cf919568b48cce974ea;hb=0e21ecf93c045f120ea100bf28a7a9199f1ae521;hp=0000000000000000000000000000000000000000;hpb=bc79c1616c4eb60b950ed6109f66676e74752ddf;p=AGL%2Fmeta-agl-demo.git diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 000000000..0047d613d --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,10 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH =. "${LAYERDIR}:" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "agl-demo" +BBFILE_PATTERN_agl-demo = "^${LAYERDIR}/" +BBFILE_PRIORITY_agl-demo = "7"