aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-11-28 16:12:07 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-11-29 08:48:18 +0000
commitc084606899d27b1da0040399d75bafcab55b06f3 (patch)
tree2baae6e725fb8fb9526872625378ed7a0ff7eb8f
parent7c56d285836cc58d5d3f4bde35955c85910f4345 (diff)
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 <jsmoeller@linuxfoundation.org>
-rw-r--r--recipes-demo-hmi/hvac/hvac_git.bbappend5
1 files changed, 5 insertions, 0 deletions
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
+}