From 1c43b18b339038ece8a36d6c49effcc816214354 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Thu, 2 Jun 2016 14:46:44 +0000 Subject: 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 --- templates/raspberrypi3/conf/bblayers.conf.sample | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'templates/raspberrypi3/conf') diff --git a/templates/raspberrypi3/conf/bblayers.conf.sample b/templates/raspberrypi3/conf/bblayers.conf.sample index 47495f98..7af7a5e1 100644 --- a/templates/raspberrypi3/conf/bblayers.conf.sample +++ b/templates/raspberrypi3/conf/bblayers.conf.sample @@ -5,7 +5,7 @@ LCONF_VERSION = "6" BBPATH = "${TOPDIR}" BBFILES ?= "" -# AGL layers for TI vayu +# AGL layers for Raspberry PI 3 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 \ -- cgit 1.2.3-korg