From 3e16d8c33ca3fb889782d213d8678ebe248f4778 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Thu, 12 Jan 2017 13:21:51 +0100 Subject: [PATCH] Update meta-agl-demo for for 'Daring Dab' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb | 38 ------------------------ recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb | 23 -------------- recipes-demo-hmi/ALS2016-demo/most-driver_0.1.bb | 32 -------------------- recipes-demo-hmi/ALS2016-demo/vod_0.1.bb | 30 ------------------- recipes-demo-hmi/CES2016-demo/CES2016-demo.bb | 38 ------------------------ 5 files changed, 161 deletions(-) delete mode 100644 recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb delete mode 100644 recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb delete mode 100644 recipes-demo-hmi/ALS2016-demo/most-driver_0.1.bb delete mode 100644 recipes-demo-hmi/ALS2016-demo/vod_0.1.bb delete mode 100644 recipes-demo-hmi/CES2016-demo/CES2016-demo.bb diff --git a/recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb b/recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb deleted file mode 100644 index 53ae931fc..000000000 --- a/recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb +++ /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 index ec3db4bed..000000000 --- a/recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb +++ /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 index d16134a16..000000000 --- a/recipes-demo-hmi/ALS2016-demo/most-driver_0.1.bb +++ /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 index 8e3cbf334..000000000 --- a/recipes-demo-hmi/ALS2016-demo/vod_0.1.bb +++ /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 index 28c3df3b0..000000000 --- a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb +++ /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/" -- 2.16.6