X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Fintel-corei7-64%2Fconf%2Fbblayers.conf.sample;h=b7c0b9cdc17c4dbf119b22ded4fdfe54d5667f5a;hb=084ab213bd37fb22b4f2bd2e23859b719778c4cc;hp=668f0fe980a590a18d3b477ff2b40231a3512edf;hpb=8cd9f905fe9a7ba21d792dbb3961d9997c2dd3b7;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 index 668f0fe98..b7c0b9cdc 100644 --- a/templates/intel-corei7-64/conf/bblayers.conf.sample +++ b/templates/intel-corei7-64/conf/bblayers.conf.sample @@ -5,6 +5,7 @@ LCONF_VERSION = "6" BBPATH = "${TOPDIR}" BBFILES ?= "" +# AGL layers for MinnowBoard MAX (Intel) BBLAYERS ?= " \ ##OEROOT##/meta \ ##OEROOT##/meta-yocto \ @@ -14,7 +15,11 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-agl/meta-agl-bsp \ ##OEROOT##/../meta-openembedded/meta-oe \ ##OEROOT##/../meta-openembedded/meta-multimedia \ + ##OEROOT##/../meta-openembedded/meta-efl \ + ##OEROOT##/../meta-openembedded/meta-networking \ + ##OEROOT##/../meta-openembedded/meta-python \ ##OEROOT##/../meta-intel \ + ##OEROOT##/../meta-rust \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \