Update meta-agl-demo for for 'Daring Dab' 33/8233/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 12 Jan 2017 12:21:51 +0000 (13:21 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 12 Jan 2017 12:21:51 +0000 (13:21 +0100)
Thie changeset removes the ALS2016-demo and CES2016-demos as they're
unused and no longer compatible with the newer codebase in 'Daring Dab'.
They remain available in blowfish and chinook branch, though.

Change-Id: I1c13f092c2b8437ef3ecd6af2386b6a578c3ebdb
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb [deleted file]
recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb [deleted file]
recipes-demo-hmi/ALS2016-demo/most-driver_0.1.bb [deleted file]
recipes-demo-hmi/ALS2016-demo/vod_0.1.bb [deleted file]
recipes-demo-hmi/CES2016-demo/CES2016-demo.bb [deleted file]

diff --git a/recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb b/recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb
deleted file mode 100644 (file)
index 53ae931..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-SUMMARY     = "Homescreen for the AGL Demonstrator @ ALS2016"
-DESCRIPTION = "Homescreen apps in QML format for the AGL Demonstrator @ ALS2016"
-HOMEPAGE    = "https://git.automotivelinux.org/gerrit/#/admin/projects/AGL/DemoApps/ALS2016"
-
-SECTION     = "apps"
-
-PN = "als2016-demo"
-
-LICENSE     = "MPL-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad"
-
-SRC_URI     = "git://gerrit.automotivelinux.org/gerrit/AGL/DemoApps/ALS2016;protocol=http"
-SRCREV      = "${AUTOREV}"
-
-PV = "1.0+git"
-
-RDEPENDS_${PN} += " \
-    qtmultimedia-qmlplugins \
-    qtquickcontrols-qmlplugins \
-    qtsvg-plugins \
-    "
-
-# custom configure and install as these are just qml files
-
-# we work in the git checkout ...
-S = "${WORKDIR}/git"
-
-do_configure() {
-    ls
-}
-
-# plain copy in own folder for now
-do_install() {
-    mkdir -p ${D}/usr/AGL/ALS2016/
-    cp -rf ./* ${D}/usr/AGL/ALS2016/
-}
-
-FILES_${PN} = "/usr/AGL/"
diff --git a/recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb b/recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb
deleted file mode 100644 (file)
index ec3db4b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "CAN-LIN Application"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
-PR = "r0"
-
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/most-can-demo-bin;protocol=https"
-
-S = "${WORKDIR}/git"
-SRCREV = "70458963c48662012af856b56676260150f124c8"
-
-do_configure() {
-        echo ""
-}
-
-do_compile() {
-        echo ""
-}
-
-do_install() {
-        install -m 0755 -d ${D}${bindir}
-        install -m 0755 ${S}/OptoLyzerMoccaApp ${D}${bindir}
-}
-
diff --git a/recipes-demo-hmi/ALS2016-demo/most-driver_0.1.bb b/recipes-demo-hmi/ALS2016-demo/most-driver_0.1.bb
deleted file mode 100644 (file)
index d16134a..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-DESCRIPTION = "MOST Linux Driver"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
-PR = "r0"
-
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/most-can-demo-bin;protocol=https"
-
-COMPATIBLE_MACHINE = 'porter'
-
-S = "${WORKDIR}/git"
-SRCREV = "cd6e46d117934139efdf5fac33fbeb59b66e45b6"
-
-do_configure() {
-        echo ""
-}
-
-do_compile() {
-        echo ""
-}
-
-do_install() {
-        install -m 0755 -d ${D}${base_libdir}/modules/3.10.31-ltsi/kernel/drivers/${PN}
-        install -m 0644 ${S}/mostcore.ko ${D}${base_libdir}/modules/3.10.31-ltsi/kernel/drivers/${PN}
-        install -m 0644 ${S}/aim_cdev.ko ${D}${base_libdir}/modules/3.10.31-ltsi/kernel/drivers/${PN}
-        install -m 0644 ${S}/aim_network.ko ${D}${base_libdir}/modules/3.10.31-ltsi/kernel/drivers/${PN}
-        install -m 0644 ${S}/aim_sound.ko ${D}${base_libdir}/modules/3.10.31-ltsi/kernel/drivers/${PN}
-        install -m 0644 ${S}/aim_v4l2.ko ${D}${base_libdir}/modules/3.10.31-ltsi/kernel/drivers/${PN}
-        install -m 0644 ${S}/hdm_usb.ko ${D}${base_libdir}/modules/3.10.31-ltsi/kernel/drivers/${PN}
-}
-
-FILES_${PN} += "${base_libdir}/modules/3.10.31-ltsi/kernel/drivers/${PN}"
-
diff --git a/recipes-demo-hmi/ALS2016-demo/vod_0.1.bb b/recipes-demo-hmi/ALS2016-demo/vod_0.1.bb
deleted file mode 100644 (file)
index 8e3cbf3..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-DESCRIPTION = "Video on demand"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
-PR = "r0"
-
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/most-can-demo-bin;protocol=https"
-
-S = "${WORKDIR}/git"
-SRCREV = "cd6e46d117934139efdf5fac33fbeb59b66e45b6"
-
-do_configure() {
-        echo ""
-}
-
-do_compile() {
-        echo ""
-}
-
-do_install() {
-        install -m 0755 -d ${D}${bindir} ${D}${base_dir}/home/root ${D}${docdir}/video-on-demand
-        install -m 0755 ${S}/NetworkManager ${D}${bindir}
-        install -m 0755 ${S}/VideoOnDemand ${D}${bindir}
-        install -m 0755 ${S}/vod-client ${D}${bindir}
-       install -m 0644 ${S}/config-agl.xml ${D}${base_dir}/home/root
-       install -m 0644 ${S}/i2c-slim-amplifier.script ${D}${base_dir}/home/root
-       install -m 0644 ${S}/i2c-uda1388-v2.script ${D}${base_dir}/home/root
-#        install -m 0644 ${WORKDIR}/README.txt ${D}${docdir}/video-on-demand
-}
-FILES_${PN} += "/home/root*"
-
diff --git a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb
deleted file mode 100644 (file)
index 28c3df3..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-SUMMARY     = "Homescreen for the AGL Demonstrator @ CES2016"
-DESCRIPTION = "Homescreen apps in QML format for the AGL Demonstrator @ CES2016"
-HOMEPAGE    = "https://git.automotivelinux.org/gerrit/#/admin/projects/AGL/DemoApps/CES2016"
-
-SECTION     = "apps"
-
-PN = "ces2016-demo"
-
-LICENSE     = "MPL-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad"
-
-SRC_URI     = "git://gerrit.automotivelinux.org/gerrit/AGL/DemoApps/CES2016;protocol=http"
-SRCREV      = "${AUTOREV}"
-
-PV = "1.0+git"
-
-RDEPENDS_${PN} += " \
-    qtmultimedia-qmlplugins \
-    qtquickcontrols-qmlplugins \
-    qtsvg-plugins \
-    "
-
-# custom configure and install as these are just qml files
-
-# we work in the git checkout ...
-S = "${WORKDIR}/git"
-
-do_configure() {
-    ls
-}
-
-# plain copy in own folder for now
-do_install() {
-    mkdir -p ${D}/usr/AGL/CES2016/
-    cp -rf ./* ${D}/usr/AGL/CES2016/
-}
-
-FILES_${PN} = "/usr/AGL/"