summaryrefslogtreecommitdiffstats
path: root/templates/raspberrypi3/conf/bblayers.conf.sample
diff options
context:
space:
mode:
authorStephane DESNEUX <stephane.desneux@iot.bzh>2016-06-24 10:14:55 +0000
committerStephane DESNEUX <stephane.desneux@iot.bzh>2016-06-24 10:14:55 +0000
commitae65602b0c690fba81ba79b718dfcf5bb83d5d84 (patch)
tree5f91a476fc17fd0932b602ef217058a0108e1bfb /templates/raspberrypi3/conf/bblayers.conf.sample
parent1c43b18b339038ece8a36d6c49effcc816214354 (diff)
Revert "agl-demo-platform.bb: add application framework examples, update templates"
This reverts commit 1c43b18b339038ece8a36d6c49effcc816214354. Change-Id: I276b349c3bdd8ebf2c7c82ed1ad3d3748a113f59 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'templates/raspberrypi3/conf/bblayers.conf.sample')
-rw-r--r--templates/raspberrypi3/conf/bblayers.conf.sample6
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/raspberrypi3/conf/bblayers.conf.sample b/templates/raspberrypi3/conf/bblayers.conf.sample
index 7af7a5e1..47495f98 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 Raspberry PI 3
+# AGL layers for TI vayu
BBLAYERS ?= " \
##OEROOT##/meta \
##OEROOT##/meta-yocto \
@@ -13,10 +13,6 @@ 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 \