X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fpackagegroups%2Fpackagegroup-agl-demo-platform-html5.bb;h=c5a9209b606837ae3ef7608032dff3b9fbd7908e;hb=HEAD;hp=02b7729c0fc457771d5fe9d62779a6bfa287f3e1;hpb=4d8f6f7189523278502014773222b56585da6777;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 02b7729c0..c5a9209b6 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb @@ -8,31 +8,36 @@ inherit packagegroup PROVIDES = "${PACKAGES}" PACKAGES = "\ packagegroup-agl-demo-platform-html5 \ - packagegroup-agl-demo-platform-html5-devel \ " -ALLOW_EMPTY:${PN} = "1" - RDEPENDS:${PN} += "\ - packagegroup-agl-image-ivi \ + packagegroup-agl-demo \ " -RDEPENDS:${PN} += "\ - packagegroup-hmi-framework \ - packagegroup-agl-profile-graphical-html5 \ +# TODO(jdapena): replace this with HTML5 apps. +AGL_APPS = " \ + html5-dashboard \ + html5-launcher \ + html5-homescreen \ + html5-hvac \ + html5-mediaplayer \ + html5-mixer \ + html5-settings \ + html5-aquarium \ + html5-youtube \ + html5-jitsi \ + html5-examples \ " - RDEPENDS:${PN}:append = " \ - weston-ini-conf \ + wam \ + weston-ini-conf-landscape-no-activate \ ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'unzip' , '', d)} \ + qtquickcontrols2-agl \ + qtquickcontrols2-agl-style \ + ${AGL_APPS} \ " -# 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 \ - " +# nss-agl-driver-db is required to connect to kuksa +RDEPENDS:${PN}:append = " nss-agl-driver-db " +