From 3e16d8c33ca3fb889782d213d8678ebe248f4778 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 12 Jan 2017 13:21:51 +0100 Subject: Update meta-agl-demo for for 'Daring Dab' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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/vod_0.1.bb | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 recipes-demo-hmi/ALS2016-demo/vod_0.1.bb (limited to 'recipes-demo-hmi/ALS2016-demo/vod_0.1.bb') 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 8e3cbf33..00000000 --- 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*" - -- cgit 1.2.3-korg