X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Fintel-corei7-64%2Fconf%2Fbblayers.conf.sample;fp=templates%2Fintel-corei7-64%2Fconf%2Fbblayers.conf.sample;h=668f0fe980a590a18d3b477ff2b40231a3512edf;hb=8cd9f905fe9a7ba21d792dbb3961d9997c2dd3b7;hp=0000000000000000000000000000000000000000;hpb=59fb43fa95a212af20009247332b4c5c34302b1f;p=AGL%2Fmeta-agl.git diff --git a/templates/intel-corei7-64/conf/bblayers.conf.sample b/templates/intel-corei7-64/conf/bblayers.conf.sample new file mode 100644 index 000000000..668f0fe98 --- /dev/null +++ b/templates/intel-corei7-64/conf/bblayers.conf.sample @@ -0,0 +1,23 @@ +# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf +# changes incompatibly +LCONF_VERSION = "6" + +BBPATH = "${TOPDIR}" +BBFILES ?= "" + +BBLAYERS ?= " \ + ##OEROOT##/meta \ + ##OEROOT##/meta-yocto \ + ##OEROOT##/meta-yocto-bsp \ + ##OEROOT##/../meta-agl/meta-ivi-common \ + ##OEROOT##/../meta-agl/meta-agl \ + ##OEROOT##/../meta-agl/meta-agl-bsp \ + ##OEROOT##/../meta-openembedded/meta-oe \ + ##OEROOT##/../meta-openembedded/meta-multimedia \ + ##OEROOT##/../meta-intel \ + " +BBLAYERS_NON_REMOVABLE ?= " \ + ##OEROOT##/meta \ + ##OEROOT##/meta-yocto \ + ##OEROOT##/../meta-agl/meta-agl \ + "