From b092df77e7b5ede496f4d3c8b71ba37a640b1fa8 Mon Sep 17 00:00:00 2001 From: Christian Gromm Date: Wed, 14 Dec 2016 14:25:46 +0100 Subject: recipes-demo-hmi: add recipes to build MOST applications This patch adds the recipes to build the recently pushed sources for the MostNetworkManager, the VideoOnDemand server. Additionally, it updates the recipe to fetch the CAN/LIN binary. Change-Id: I77d5727d9b2b9b6f93ee959cf9b828090c35d05a Signed-off-by: Christian Gromm --- recipes-demo-hmi/can-lin/can-lin_0.2.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes-demo-hmi/can-lin/can-lin_0.2.bb (limited to 'recipes-demo-hmi/can-lin/can-lin_0.2.bb') diff --git a/recipes-demo-hmi/can-lin/can-lin_0.2.bb b/recipes-demo-hmi/can-lin/can-lin_0.2.bb new file mode 100644 index 00000000..ec3db4be --- /dev/null +++ b/recipes-demo-hmi/can-lin/can-lin_0.2.bb @@ -0,0 +1,23 @@ +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} +} + -- cgit 1.2.3-korg