diff options
author | Philippe Coval <philippe.coval@osg.samsung.com> | 2016-11-06 12:03:30 +0100 |
---|---|---|
committer | Philippe Coval <philippe.coval@osg.samsung.com> | 2016-11-10 19:23:19 +0100 |
commit | 8a2f055e3c1ed5a8a96306af51f1d1254c1d47f2 (patch) | |
tree | 2a4c1d3aacae143fe6e3dc2a81235631b23a0141 /templates | |
parent | 6ea6f49bbd0c482abab37f7aa2f22976ef150b6a (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
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 <philippe.coval@osg.samsung.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-demo/50_bblayers.conf.inc | 1 | ||||
-rw-r--r-- | templates/feature/agl-demo/50_local.conf.inc | 3 |
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 " |