diff options
author | Stephane DESNEUX <stephane.desneux@iot.bzh> | 2016-06-24 10:15:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-06-24 11:39:58 +0000 |
commit | 641df47d096fb559d6f4f444670205e4510d6791 (patch) | |
tree | 72b8dc420e28e8d06e73f5d379d4063bd998be1a /templates/qemux86/conf/bblayers.conf.sample | |
parent | 8bfa5542dbd7cb014401113080ef22bc3abd80a6 (diff) |
Revert "add meta-app-framework to meta-agl"
This reverts commit 80f4d503fc5bb2564b72b72daedebf74612c30f3.
Change-Id: I94605d4c0ef80433fa6eaa05e63a9c6cf69baea4
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.sample | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/qemux86/conf/bblayers.conf.sample b/templates/qemux86/conf/bblayers.conf.sample index e6858dfce..acdf7efc8 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 +# AGL layers for QEMUx86-64 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 \ |