X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf%2Flayer.conf;fp=conf%2Flayer.conf;h=3e98b51f9fc815f3cfb21b47ad347316bbd18fb9;hb=251fb524e791d40cb7a7e1581649e63da9da3b08;hp=0000000000000000000000000000000000000000;hpb=7ea4459ecd58198e4932db3f41fadecf0024325c;p=AGL%2Fmeta-agl-cluster-demo.git diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..3e98b51 --- /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-cluster-demo" +BBFILE_PATTERN_agl-cluster-demo = "^${LAYERDIR}/" +BBFILE_PRIORITY_agl-cluster-demo = "7"