diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-12 13:21:51 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-12 13:21:51 +0100 |
commit | 3e16d8c33ca3fb889782d213d8678ebe248f4778 (patch) | |
tree | ea236a31cab332e123fff4c2168c0cf016de98f0 /recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb | |
parent | b708c9814ecfdb9209b2d183350141c3fa2ac635 (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/ALS2016-demo/can-lin_0.1.bb')
-rw-r--r-- | recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb | 23 |
1 files changed, 0 insertions, 23 deletions
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} -} - |