From: Jan-Simon Möller Date: Wed, 28 Nov 2018 15:12:07 +0000 (+0100) Subject: Change app to use sllin0 for demo on m3 board X-Git-Tag: 6.0.3~8 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=c084606899d27b1da0040399d75bafcab55b06f3 Change app to use sllin0 for demo on m3 board 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 --- 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 +}