X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fpackagegroups%2Fpackagegroup-agl-demo-platform-html5.bb;h=7c5851c30239b5b63aa96477e6f7528c978325a7;hb=2a0d3a9ce6a31694118f1ac1f5c539eadfbb9cfe;hp=d0c81c6ad108c8d3b75afb7c36241f1ab6a1c188;hpb=1b72a0f90fa7d1b45eb1017629cc83dcd8971c48;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb index d0c81c6ad..7c5851c30 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb @@ -18,20 +18,42 @@ RDEPENDS:${PN} += "\ " RDEPENDS:${PN} += "\ - packagegroup-hmi-framework \ + packagegroup-agl-profile-graphical-html5 \ + packagegroup-agl-demo \ " RDEPENDS:${PN}:append = " \ - weston-ini-conf \ + weston-ini-conf-landscape \ ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'unzip' , '', d)} \ " -# NOTE: Currently no coverage versions for the application widgets, -# they should be added here when available. -# Also, the navigation and mixer debug widgets are currently -# specified explicitly, as there's no simple way to derive their -# names from the virtual/ RPROVIDES at present. -RDEPENDS:${PN}-devel = " \ - packagegroup-hmi-framework-devel \ +# TODO(jdapena): replace this with HTML5 apps. +AGL_APPS = " \ + html5-dashboard \ + html5-launcher \ + html5-homescreen \ + html5-hvac \ + html5-mediaplayer \ + html5-mixer \ + html5-settings \ + " + +# TODO(jdapena): review if we still need the demo-i2c stuff. + +# Hook for demo platform configuration +# ATM used for: +# 1) Adding udev configuration and scripts for supporting USB attached +# I2C devices for RTC and HVAC LED support. +DEMO_UNIT_CONF ?= "demo-i2c-udev-conf" + +# Preload only if agl-demo-preload is set +DEMO_PRELOAD = "${@bb.utils.contains("AGL_FEATURES", "agl-demo-preload", "${DEMO_UNIT_CONF}", "",d)}" + +RDEPENDS:${PN}:append = " \ + ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'unzip' , '', d)} \ + qtquickcontrols2-agl \ + qtquickcontrols2-agl-style \ + ${AGL_APPS} \ + ${DEMO_PRELOAD} \ "