summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-01-12 13:21:51 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-01-12 13:21:51 +0100
commit3e16d8c33ca3fb889782d213d8678ebe248f4778 (patch)
treeea236a31cab332e123fff4c2168c0cf016de98f0 /recipes-demo-hmi
parentb708c9814ecfdb9209b2d183350141c3fa2ac635 (diff)
Update meta-agl-demo for for 'Daring Dab'
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>
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r--recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb38
-rw-r--r--recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb23
-rw-r--r--recipes-demo-hmi/ALS2016-demo/most-driver_0.1.bb32
-rw-r--r--recipes-demo-hmi/ALS2016-demo/vod_0.1.bb30
-rw-r--r--recipes-demo-hmi/CES2016-demo/CES2016-demo.bb38
5 files changed, 0 insertions, 161 deletions
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/"
509'>509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581