iotivity: Migrate from agl-demo to agl-iotivity feature 13/8413/3
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Tue, 31 Jan 2017 17:15:51 +0000 (18:15 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 9 Feb 2017 09:58:09 +0000 (09:58 +0000)
Ship packagegroup-iotivity from meta-oic
 to take extra libs instead of just iotivity-examples.

For convenience, screen remains as part agl-demo.

For more details about OCF support check:
https://wiki.iotivity.org/automotive

Bug-AGL: SPEC-158

Change-Id: I1ba476889e68da3bb010753b3c19d7d9b581b30b
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
conf/include/agl-demo.inc
templates/feature/agl-demo/50_bblayers.conf.inc
templates/feature/agl-iotivity/50_bblayers.conf.inc [new file with mode: 0644]
templates/feature/agl-iotivity/50_local.conf.inc [new file with mode: 0644]

index b831a44..dace0e1 100644 (file)
@@ -10,5 +10,4 @@ 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 "
index 7f04f69..07c20d3 100644 (file)
@@ -7,7 +7,6 @@ BBLAYERS =+ " \
 # These are the dependencies of the AGL DEMO Layer
 #-------------------------------------------------
 BBLAYERS =+ " \
-   ${METADIR}/meta-oic \
    ${METADIR}/meta-qt5 \
 "
 
diff --git a/templates/feature/agl-iotivity/50_bblayers.conf.inc b/templates/feature/agl-iotivity/50_bblayers.conf.inc
new file mode 100644 (file)
index 0000000..bcb7d10
--- /dev/null
@@ -0,0 +1 @@
+BBLAYERS =+ " ${METADIR}/meta-oic"
diff --git a/templates/feature/agl-iotivity/50_local.conf.inc b/templates/feature/agl-iotivity/50_local.conf.inc
new file mode 100644 (file)
index 0000000..63d9eaa
--- /dev/null
@@ -0,0 +1,2 @@
+IMAGE_INSTALL_append = " packagegroup-iotivity"
+IMAGE_INSTALL_append = " screen"