X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Fraspberrypi2%2Fconf%2Fbblayers.conf.sample;h=09aa37bc01d9cbef683c1df3de2bd257ca0ea69e;hb=80f4d503fc5bb2564b72b72daedebf74612c30f3;hp=e87a650207e04480d331c21d0ffbd4385cf39799;hpb=86180838e730d7ef96256f2c1e49081072ad84b6;p=AGL%2Fmeta-agl.git diff --git a/templates/raspberrypi2/conf/bblayers.conf.sample b/templates/raspberrypi2/conf/bblayers.conf.sample index e87a65020..09aa37bc0 100644 --- a/templates/raspberrypi2/conf/bblayers.conf.sample +++ b/templates/raspberrypi2/conf/bblayers.conf.sample @@ -5,7 +5,7 @@ LCONF_VERSION = "6" BBPATH = "${TOPDIR}" BBFILES ?= "" -# AGL layers for TI vayu +# AGL layers for Raspberry PI 2 BBLAYERS ?= " \ ##OEROOT##/meta \ ##OEROOT##/meta-yocto \ @@ -13,6 +13,10 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-agl/meta-ivi-common \ ##OEROOT##/../meta-agl/meta-agl \ ##OEROOT##/../meta-agl/meta-agl-bsp \ + ##OEROOT##/../meta-agl/meta-agl-security \ + ##OEROOT##/../meta-agl/meta-app-framework \ + ##OEROOT##/../meta-intel-iot-security/meta-security-smack \ + ##OEROOT##/../meta-intel-iot-security/meta-security-framework \ ##OEROOT##/../meta-openembedded/meta-oe \ ##OEROOT##/../meta-openembedded/meta-multimedia \ ##OEROOT##/../meta-openembedded/meta-efl \