X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fpackagegroups%2Fpackagegroup-agl-demo-platform.bb;h=1552558fe358ef5da42c80acf75f3d7cb48d3919;hb=refs%2Fchanges%2F49%2F19449%2F1;hp=d7dddb7db43e95d9de3e862c1210632acd605bdd;hpb=4091efd9ed80566bf9e3cbba6a414431462a4c27;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb index d7dddb7db..1552558fe 100755 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb @@ -66,10 +66,18 @@ DEMO_MAPS_LOCALE ?= "uk" DEMO_PRELOAD = "${@bb.utils.contains("DISTRO_FEATURES", "agl-demo-preload", " navigation-maps-${DEMO_MAPS_LOCALE} poiapp-api-key", "",d)}" # Hook for demo platform configuration -# ATM, only used to disable btwilink module on M3ULCB + Kingfisher by default, -# setting DEMO_ENABLE_BTWILINK to "true" in local.conf / site.conf re-enables. +# ATM used for: +# 1) Adding udev configuration and scripts for supporting USB attached +# I2C devices for RTC and HVAC LED support. +# 2) Adding udev configuration and script for detecting Fiberdyne MOST +# attached amp and installing the required 4A HAL. +# 3) Disabling btwilink module on M3ULCB + Kingfisher by default. To +# re-enable, set DEMO_ENABLE_BTWILINK to "true" in local.conf/site.conf. DEMO_ENABLE_BTWILINK ?= "" -DEMO_PLATFORM_CONF = "" +DEMO_PLATFORM_CONF = " \ + demo-i2c-udev-conf \ + demo-most-udev-conf \ +" DEMO_PLATFORM_CONF_append_m3ulcb = "${@bb.utils.contains("DEMO_ENABLE_BTWILINK", "true", "", " btwilink-disable-conf", d)}" RDEPENDS_${PN}_append = " \