X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fpackagegroups%2Fpackagegroup-agl-demo-platform-html5.bb;h=adc08bee2fdc8b6d3622bf40fbc2e732b387aa86;hb=e8f2458e474c628bf3e90f4b53c8b522599f470b;hp=8352b727d3d48e763624f79731f9fd4cf5de7aab;hpb=a43ef70aa27fe0c7cf7b83dae5895b7e2cd6559e;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 8352b727d..adc08bee2 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb @@ -1,26 +1,69 @@ -SUMMARY = "The software for DEMO platform of AGL HTML5 profile" -DESCRIPTION = "Packages required to demo the HTML5 profile and sample web apps" +SUMMARY = "The software for DEMO platform of AGL IVI profile" +DESCRIPTION = "A set of packages belong to AGL Demo Platform" LICENSE = "MIT" inherit packagegroup +PROVIDES = "${PACKAGES}" PACKAGES = "\ packagegroup-agl-demo-platform-html5 \ + packagegroup-agl-demo-platform-html5-devel \ " -ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY:${PN} = "1" -RDEPENDS_${PN} += "\ +RDEPENDS:${PN} += "\ packagegroup-agl-image-ivi \ + " + +RDEPENDS:${PN} += "\ + packagegroup-hmi-framework \ packagegroup-agl-profile-graphical-html5 \ packagegroup-agl-demo \ " + +RDEPENDS:${PN}:append = " \ + weston-ini-conf \ + ${@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-launcher \ + dashboard \ + hvac \ + ondemandnavi \ + settings \ " -RDEPENDS_${PN}_append = " \ +# 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)}" + +# TODO(jdapena): eventually qtquickcontrols2 components, and launcher +# (with an HTML5 replacement) +RDEPENDS:${PN}:append = " \ + launcher \ + qtquickcontrols2-agl \ + qtquickcontrols2-agl-style \ + ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'unzip' , '', d)} \ ${AGL_APPS} \ + ${DEMO_PRELOAD} \ "