summaryrefslogtreecommitdiffstats
path: root/templates/qemux86/conf/bblayers.conf.sample
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-06-02 14:46:44 +0000
committerGerrit Code Review <gerrit@172.30.200.200>2016-06-20 00:04:00 +0000
commit1c43b18b339038ece8a36d6c49effcc816214354 (patch)
treec7baae90eb81305836a85d953dec3a2dcf198df6 /templates/qemux86/conf/bblayers.conf.sample
parent522ca6c9f32edc3e571a3c7a0bb0789561d449a9 (diff)
agl-demo-platform.bb: add application framework examples, update templates
meta-agl/meta-app-framework/.../packagegroup-agl-app-framework-examples is added to the image Change-Id: Ibf1f99bbddea1f15b87cc3ed0cc42c128f31a8d7 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'templates/qemux86/conf/bblayers.conf.sample')
-rw-r--r--templates/qemux86/conf/bblayers.conf.sample6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/qemux86/conf/bblayers.conf.sample b/templates/qemux86/conf/bblayers.conf.sample
index e684d4b0..6bcde60d 100644
--- a/templates/qemux86/conf/bblayers.conf.sample
+++ b/templates/qemux86/conf/bblayers.conf.sample
@@ -5,7 +5,7 @@ LCONF_VERSION = "6"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
-# AGL layers for QEMUx86-64
+# AGL layers for QEMUx86
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 \