Change app to use sllin0 for demo on m3 board
[AGL/meta-agl-demo.git] / recipes-demo-hmi / hvac / hvac_git.bbappend
1 # for demo
2 PACKAGE_ARCH_m3ulcb = "${MACHINE_ARCH}"
3 do_configure_prepend_m3ulcb() {
4 sed -i -e "s#vcan0#sllin0#g" ${S}/binding/hvac-demo-binding.c
5 }