X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fpackagegroups%2Fpackagegroup-agl-demo.bb;h=b12f37678f596b2396f057fc178e9ce1dbc3812d;hb=caf4f6a9763c8c7a08eb95339ef890c32824b8a2;hp=dd397fce1c03fbb1dbcbd0604ba16974e533813e;hpb=23237f85ab7553403b69a003c0e8f418e9df6a1d;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo.bb b/recipes-platform/packagegroups/packagegroup-agl-demo.bb index dd397fce1..b12f37678 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo.bb @@ -9,17 +9,15 @@ PACKAGES = "\ packagegroup-agl-demo \ " -ALLOW_EMPTY_${PN} = "1" +# HVAC and steering wheel demo dependency +LIN_DRIVERS ??= " sllin" -SMARTDEVICELINK = "${@bb.utils.contains('DISTRO_FEATURES', 'agl-sdl', \ - 'packagegroup-agl-smartdevicelink', '', d)}" - -RDEPENDS_${PN} += "\ - packagegroup-agl-appfw \ - homescreen \ - udisks \ - ${SMARTDEVICELINK} \ - " +# Hook for demo platform configuration +# ATM, only used to disable btwilink module on [MH]3ULCB + Kingfisher by default, +# setting DEMO_ENABLE_BTWILINK to "true" in local.conf / site.conf re-enables. +DEMO_ENABLE_BTWILINK ?= "" +DEMO_PLATFORM_CONF = "" +DEMO_PLATFORM_CONF:append:ulcb = "${@bb.utils.contains("DEMO_ENABLE_BTWILINK", "true", "", " btwilink-disable-conf", d)}" # fonts TTF_FONTS = " \ @@ -27,24 +25,22 @@ TTF_FONTS = " \ ttf-dejavu-sans \ ttf-dejavu-sans-mono \ ttf-dejavu-serif \ + ttf-noto-emoji-color \ + source-han-sans-cn-fonts \ + source-han-sans-jp-fonts \ + source-han-sans-tw-fonts \ + source-han-sans-kr-fonts \ " -# Add webkit as workaround as webengine is broken right now -EXTRA_APPS_append = " qtwebkit qtwebkit-examples-examples" -#EXTRA_APPS_append = " qtsmarthome cinematicexperience qt5everywheredemo qt5-demo-extrafiles" -#IMAGE_INSTALL_append = " qtwebengine-examples" - -# add support for websocket in Qt and QML -EXTRA_APPS_append = " qtwebsockets qtwebsockets-qmlplugins" -PREFERRED_PROVIDER_virtual/webruntime = "web-runtime" - - -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ + udisks2 \ linux-firmware-ath9k \ + linux-firmware-ralink \ can-utils \ + cannelloni \ iproute2 \ - python-curses \ - dhcp-client \ + ${LIN_DRIVERS} \ + ${DEMO_PLATFORM_CONF} \ ${TTF_FONTS} \ - ${EXTRA_APPS} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'webruntime', 'virtual/webruntime', '', d)} \ "