aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--recipes-platform/images/agl-demo-platform.bb1
-rw-r--r--templates/dra7xx-evm/conf/bblayers.conf.sample4
-rw-r--r--templates/dragonboard-410c/conf/bblayers.conf.sample4
-rw-r--r--templates/intel-corei7-64/conf/bblayers.conf.sample4
-rw-r--r--templates/qemux86-64/conf/bblayers.conf.sample4
-rw-r--r--templates/qemux86/conf/bblayers.conf.sample6
-rw-r--r--templates/raspberrypi2/conf/bblayers.conf.sample6
-rw-r--r--templates/raspberrypi3/conf/bblayers.conf.sample6
-rw-r--r--templates/wandboard/conf/bblayers.conf.sample4
9 files changed, 36 insertions, 3 deletions
diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb
index a40680df..c674e4ec 100644
--- a/recipes-platform/images/agl-demo-platform.bb
+++ b/recipes-platform/images/agl-demo-platform.bb
@@ -13,6 +13,7 @@ IMAGE_INSTALL_append = " \
packagegroup-agl-ivi \
packagegroup-ivi-common-core \
packagegroup-agl-demo-platform \
+ packagegroup-agl-app-framework-examples \
"
# add packages for CES2016 demo
diff --git a/templates/dra7xx-evm/conf/bblayers.conf.sample b/templates/dra7xx-evm/conf/bblayers.conf.sample
index ba65898c..f1a72f87 100644
--- a/templates/dra7xx-evm/conf/bblayers.conf.sample
+++ b/templates/dra7xx-evm/conf/bblayers.conf.sample
@@ -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 \
diff --git a/templates/dragonboard-410c/conf/bblayers.conf.sample b/templates/dragonboard-410c/conf/bblayers.conf.sample
index 5af7b32c..89a159ca 100644
--- a/templates/dragonboard-410c/conf/bblayers.conf.sample
+++ b/templates/dragonboard-410c/conf/bblayers.conf.sample
@@ -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 \
diff --git a/templates/intel-corei7-64/conf/bblayers.conf.sample b/templates/intel-corei7-64/conf/bblayers.conf.sample
index bc0cc328..c2aeeb58 100644
--- a/templates/intel-corei7-64/conf/bblayers.conf.sample
+++ b/templates/intel-corei7-64/conf/bblayers.conf.sample
@@ -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 \
diff --git a/templates/qemux86-64/conf/bblayers.conf.sample b/templates/qemux86-64/conf/bblayers.conf.sample
index e684d4b0..5089b9a7 100644
--- a/templates/qemux86-64/conf/bblayers.conf.sample
+++ b/templates/qemux86-64/conf/bblayers.conf.sample
@@ -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 \
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 \
diff --git a/templates/raspberrypi2/conf/bblayers.conf.sample b/templates/raspberrypi2/conf/bblayers.conf.sample
index 47495f98..fa734621 100644
--- a/templates/raspberrypi2/conf/bblayers.conf.sample
+++ b/templates/raspberrypi2/conf/bblayers.conf.sample
@@ -5,7 +5,7 @@ LCONF_VERSION = "6"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
-# AGL layers for TI vayu
+# AGL layers for Raspberry PI 2
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 \
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 \
diff --git a/templates/wandboard/conf/bblayers.conf.sample b/templates/wandboard/conf/bblayers.conf.sample
index 24bdf6c8..ae22b5ff 100644
--- a/templates/wandboard/conf/bblayers.conf.sample
+++ b/templates/wandboard/conf/bblayers.conf.sample
@@ -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 \