X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fpackagegroups%2Fpackagegroup-agl-demo.bb;h=48b605dbd43425c79b8c93478154e3d40331dfc4;hb=39153bea2418c48bf8618f34ddb4fb336501671f;hp=2bd16d79cd4eff99360735a300d82bf92889560e;hpb=c31ab6c3d0d9198a958d388c3698c731ed8ad651;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 2bd16d79c..48b605dbd 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo.bb @@ -9,7 +9,7 @@ PACKAGES = "\ packagegroup-agl-demo \ " -ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY:${PN} = "1" # MOST out-of-tree kernel drivers ################################# @@ -17,16 +17,16 @@ MOST_DRIVERS ??= " \ most \ " # These boards use different kernels - needs to be checked -MOST_DRIVERS_dra7xx-evm ?= "" MOST_DRIVERS_dragonboard-410c ?= "" +MOST_DRIVERS_cyclone5 ?= "" # HVAC dependencies ################### -LIN_DRIVERS ??= " sllin sllin-virtual" +LIN_DRIVERS ??= " sllin" # These boards use different kernels - needs to be checked -LIN_DRIVERS_dra7xx-evm ?= "sllin-virtual" -LIN_DRIVERS_dragonboard-410c ?= "sllin-virtual" +LIN_DRIVERS_dra7xx-evm ?= "" +LIN_DRIVERS_dragonboard-410c ?= "" # UNICENS service UNICENS ?= " \ @@ -40,18 +40,10 @@ UNICENS ?= " \ # 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)}" +DEMO_PLATFORM_CONF:append:ulcb = "${@bb.utils.contains("DEMO_ENABLE_BTWILINK", "true", "", " btwilink-disable-conf", d)}" -SMARTDEVICELINK = "${@bb.utils.contains('DISTRO_FEATURES', 'agl-sdl', \ - 'packagegroup-agl-smartdevicelink', '', d)}" - -# removed: now all enablers are in meta-agl-devel/meta-audio-soundmanager-framework -# old audio package -# AUDIO-OLD = "audiomanager" - -RDEPENDS_${PN} += "\ +RDEPENDS:${PN} += "\ udisks2 \ - ${SMARTDEVICELINK} \ " # fonts @@ -60,20 +52,20 @@ 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 \ - noto-emoji \ + source-han-sans-kr-fonts \ " -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ linux-firmware-ath9k \ linux-firmware-ralink \ can-utils \ + cannelloni \ iproute2 \ - python-curses \ - dhcp-client \ ${UNICENS} \ ${MOST_DRIVERS} \ ${LIN_DRIVERS} \ @@ -81,5 +73,3 @@ RDEPENDS_${PN} += " \ ${TTF_FONTS} \ ${@bb.utils.contains('DISTRO_FEATURES', 'webruntime', 'virtual/webruntime', '', d)} \ " - -