Change app to use sllin0 for demo on m3 board
[AGL/meta-agl-demo.git] / recipes-demo-hmi / hvac / hvac_git.bbappend
index 3571252..110f365 100644 (file)
@@ -1 +1,5 @@
-SRCREV_dab = "${DISTRO_BRANCH_VERSION_TAG}"
+# for demo
+PACKAGE_ARCH_m3ulcb = "${MACHINE_ARCH}"
+do_configure_prepend_m3ulcb() {
+sed -i -e "s#vcan0#sllin0#g" ${S}/binding/hvac-demo-binding.c
+}