X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Fqemux86%2Fconf%2Fbblayers.conf.sample;fp=templates%2Fqemux86%2Fconf%2Fbblayers.conf.sample;h=e5e54431c6a46ecc397a22999bb4a22e8bcad528;hb=8cd9f905fe9a7ba21d792dbb3961d9997c2dd3b7;hp=0000000000000000000000000000000000000000;hpb=59fb43fa95a212af20009247332b4c5c34302b1f;p=AGL%2Fmeta-agl.git diff --git a/templates/qemux86/conf/bblayers.conf.sample b/templates/qemux86/conf/bblayers.conf.sample new file mode 100644 index 000000000..e5e54431c --- /dev/null +++ b/templates/qemux86/conf/bblayers.conf.sample @@ -0,0 +1,22 @@ +# 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 \ + " +BBLAYERS_NON_REMOVABLE ?= " \ + ##OEROOT##/meta \ + ##OEROOT##/meta-yocto \ + ##OEROOT##/../meta-agl/meta-agl \ + "