From c084606899d27b1da0040399d75bafcab55b06f3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Wed, 28 Nov 2018 16:12:07 +0100 Subject: [PATCH] Change app to use sllin0 for demo on m3 board MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The agl demo uses sllin0 instead of vcan0 . Adapt the app accordingly for m3 (only). Change-Id: Ibc6396d68558a12680d87d4a3ded8acb666abe1b Signed-off-by: Jan-Simon Möller --- recipes-demo-hmi/hvac/hvac_git.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-demo-hmi/hvac/hvac_git.bbappend diff --git a/recipes-demo-hmi/hvac/hvac_git.bbappend b/recipes-demo-hmi/hvac/hvac_git.bbappend new file mode 100644 index 000000000..110f36502 --- /dev/null +++ b/recipes-demo-hmi/hvac/hvac_git.bbappend @@ -0,0 +1,5 @@ +# for demo +PACKAGE_ARCH_m3ulcb = "${MACHINE_ARCH}" +do_configure_prepend_m3ulcb() { +sed -i -e "s#vcan0#sllin0#g" ${S}/binding/hvac-demo-binding.c +} -- 2.16.6