summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-06-01 19:24:42 +0000
committerGerrit Code Review <gerrit@172.30.200.200>2016-06-20 00:02:50 +0000
commitf401da3f5c22f29b0cc2f45521dc82399953136c (patch)
tree2705edac0717a03f6a0485fc8bb61f558a179a64
parentbf71ba1654b1f0cc6e77aec4d87fd875cb88de33 (diff)
templates: add new layers for application framework support, update configuration
These are the same changes as the one applied on meta-agl. The following layers are required for AGL App Framework: * meta-intel-iot-security/meta-security-smack * meta-intel-iot-security/meta-security-framework * meta-agl/meta-agl-security * meta-agl/meta-app-framework In the local.conf.sample files, activation of Smack and Cynara is also required Change-Id: If1773fa6b4c711648fc60c5c75a2d0be32bbfa30 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r--meta-rcar-gen2/conf/bblayers.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-rcar-gen2/conf/bblayers.conf.sample b/meta-rcar-gen2/conf/bblayers.conf.sample
index 845d8cd..746b610 100644
--- a/meta-rcar-gen2/conf/bblayers.conf.sample
+++ b/meta-rcar-gen2/conf/bblayers.conf.sample
@@ -12,6 +12,10 @@ BBLAYERS ?= " \
##OEROOT##/../meta-agl/meta-ivi-common \
##OEROOT##/../meta-agl/meta-agl \
##OEROOT##/../meta-agl/meta-netboot \
+ ##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-ruby \