From c084606899d27b1da0040399d75bafcab55b06f3 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 28 Nov 2018 16:12:07 +0100 Subject: Change app to use sllin0 for demo on m3 board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 (limited to 'recipes-demo-hmi') diff --git a/recipes-demo-hmi/hvac/hvac_git.bbappend b/recipes-demo-hmi/hvac/hvac_git.bbappend new file mode 100644 index 00000000..110f3650 --- /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 +} -- cgit 1.2.3-korg