From 8a2f055e3c1ed5a8a96306af51f1d1254c1d47f2 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Sun, 6 Nov 2016 12:03:30 +0100 Subject: 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 Note: meta-oic 1.1.1 as date of today is not supporting aarch64, so reciepe needs to be patched elsewhere. Bug-AGL: SPEC-158 Change-Id: I0d88258354d8f2c4d3c83bcf761e8f2500000000 Signed-off-by: Philippe Coval --- templates/feature/agl-demo/50_bblayers.conf.inc | 1 + templates/feature/agl-demo/50_local.conf.inc | 3 +++ 2 files changed, 4 insertions(+) (limited to 'templates/feature') 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 " -- cgit 1.2.3-korg