summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval@osg.samsung.com>2016-11-06 12:03:30 +0100
committerPhilippe Coval <philippe.coval@osg.samsung.com>2016-11-09 11:02:30 +0100
commit18389a3ea67c0844c0c76c14d4891baaf25c7a9e (patch)
treebd9477082f116e095f7cf0bf6132914b06ede9f6
parentc6b0317f55dbf005ff7ba18439b2a12f1004370b (diff)
agl-demo: Add iotivity-resource-samples from meta-oic
As currently a single package is added, agl-demo feature is used, Later, an upcoming "ocf-automotive" feature might be used. GNU/screen is also helpful to switch between demo client and server. For more details check: https://wiki.iotivity.org/yocto#automotive_grade_linux_agl Bug-AGL: SPEC-158 Change-Id: I0d88258354d8f2c4d3c83bcf761e8f2566c54e26 Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
-rw-r--r--templates/feature/agl-demo/50_bblayers.conf.inc1
-rw-r--r--templates/feature/agl-demo/50_local.conf.inc3
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/feature/agl-demo/50_bblayers.conf.inc b/templates/feature/agl-demo/50_bblayers.conf.inc
index 07c20d3..7f04f69 100644
--- a/templates/feature/agl-demo/50_bblayers.conf.inc
+++ b/templates/feature/agl-demo/50_bblayers.conf.inc
@@ -7,6 +7,7 @@ BBLAYERS =+ " \
# These are the dependencies of the AGL DEMO Layer
#-------------------------------------------------
BBLAYERS =+ " \
+ ${METADIR}/meta-oic \
${METADIR}/meta-qt5 \
"
diff --git a/templates/feature/agl-demo/50_local.conf.inc b/templates/feature/agl-demo/50_local.conf.inc
index 6d1ce9f..9116f40 100644
--- a/templates/feature/agl-demo/50_local.conf.inc
+++ b/templates/feature/agl-demo/50_local.conf.inc
@@ -9,3 +9,6 @@ IMAGE_INSTALL_append = " qtwebkit qtwebkit-examples-examples"
# add support for websocket in Qt and QML
IMAGE_INSTALL_append = " qtwebsockets qtwebsockets-qmlplugins"
+
+IMAGE_INSTALL_append = " iotivity-resource-samples "
+IMAGE_INSTALL_append = " screen "