summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb6
-rw-r--r--recipes-demo-hmi/CES2016-demo/CES2016-demo.bb7
-rw-r--r--recipes-demo-hmi/HVAC/HVAC.bb31
-rw-r--r--recipes-demo-hmi/MediaPlayer/MediaPlayer.bb31
-rw-r--r--recipes-demo-hmi/Settings/Settings.bb31
5 files changed, 9 insertions, 97 deletions
diff --git a/recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb b/recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb
index 04d00da0..680175df 100644
--- a/recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb
+++ b/recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb
@@ -8,9 +8,11 @@ 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}"
+SRCREV = "02c98d910f092067655ea7599b3595020ed335e5"
+# for development use:
+#SRCREV = "${AUTOREV}"
-PV = "1.0+git"
+PV = "2.0.1"
RDEPENDS_${PN} += " \
qtmultimedia-qmlplugins \
diff --git a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb
index aec13e47..13bc28cf 100644
--- a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb
+++ b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb
@@ -8,9 +8,12 @@ LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad"
SRC_URI = "git://git.automotivelinux.org/gerrit/AGL/DemoApps/CES2016;protocol=http"
-SRCREV = "${AUTOREV}"
-PV = "1.0+git"
+SRCREV = "6e048fa867650571cd1630908e6bd86828630d2f"
+# for development use
+#SRCREV = "${AUTOREV}"
+
+PV = "2.0.1"
RDEPENDS_${PN} += " \
qtmultimedia-qmlplugins \
diff --git a/recipes-demo-hmi/HVAC/HVAC.bb b/recipes-demo-hmi/HVAC/HVAC.bb
deleted file mode 100644
index 681b84f0..00000000
--- a/recipes-demo-hmi/HVAC/HVAC.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-SUMMARY = "${PN} for the AGL Demo Platform"
-DESCRIPTION = "${PN} app"
-HOMEPAGE = "https://git.automotivelinux.org/gerrit/#/admin/projects/AGL/DemoApps/${PN}"
-
-SECTION = "apps"
-
-# To be revised once sourcecode lands
-# LICENSE = "xyz"
-# Dummy MPL-2.0
-LICENSE = "MPL-2.0"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
-
-
-SRC_URI = "git://git.automotivelinux.org/gerrit/AGL/DemoApps/${PN};protocol=http"
-SRCREV = "AUTOINC"
-
-# custom configure and install as these are just qml files
-
-# we work in the git checkout ...
-S = "${WORKDIR}/git"
-
-do_configure() {
- true
-}
-
-# empty folder for now
-do_install() {
- mkdir -p ${D}/opt/AGL/${PN}/
-}
-
-FILES_${PN} = "/opt/AGL/${PN}/"
diff --git a/recipes-demo-hmi/MediaPlayer/MediaPlayer.bb b/recipes-demo-hmi/MediaPlayer/MediaPlayer.bb
deleted file mode 100644
index 681b84f0..00000000
--- a/recipes-demo-hmi/MediaPlayer/MediaPlayer.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-SUMMARY = "${PN} for the AGL Demo Platform"
-DESCRIPTION = "${PN} app"
-HOMEPAGE = "https://git.automotivelinux.org/gerrit/#/admin/projects/AGL/DemoApps/${PN}"
-
-SECTION = "apps"
-
-# To be revised once sourcecode lands
-# LICENSE = "xyz"
-# Dummy MPL-2.0
-LICENSE = "MPL-2.0"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
-
-
-SRC_URI = "git://git.automotivelinux.org/gerrit/AGL/DemoApps/${PN};protocol=http"
-SRCREV = "AUTOINC"
-
-# custom configure and install as these are just qml files
-
-# we work in the git checkout ...
-S = "${WORKDIR}/git"
-
-do_configure() {
- true
-}
-
-# empty folder for now
-do_install() {
- mkdir -p ${D}/opt/AGL/${PN}/
-}
-
-FILES_${PN} = "/opt/AGL/${PN}/"
diff --git a/recipes-demo-hmi/Settings/Settings.bb b/recipes-demo-hmi/Settings/Settings.bb
deleted file mode 100644
index 681b84f0..00000000
--- a/recipes-demo-hmi/Settings/Settings.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-SUMMARY = "${PN} for the AGL Demo Platform"
-DESCRIPTION = "${PN} app"
-HOMEPAGE = "https://git.automotivelinux.org/gerrit/#/admin/projects/AGL/DemoApps/${PN}"
-
-SECTION = "apps"
-
-# To be revised once sourcecode lands
-# LICENSE = "xyz"
-# Dummy MPL-2.0
-LICENSE = "MPL-2.0"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
-
-
-SRC_URI = "git://git.automotivelinux.org/gerrit/AGL/DemoApps/${PN};protocol=http"
-SRCREV = "AUTOINC"
-
-# custom configure and install as these are just qml files
-
-# we work in the git checkout ...
-S = "${WORKDIR}/git"
-
-do_configure() {
- true
-}
-
-# empty folder for now
-do_install() {
- mkdir -p ${D}/opt/AGL/${PN}/
-}
-
-FILES_${PN} = "/opt/AGL/${PN}/"