X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fpackagegroups%2Fpackagegroup-agl-demo.bb;h=b5599ea42a7aa7a29cfc0efd0058e4dcfc3bcf24;hb=e96145a39d9138029306608398ba13644f6f0cf6;hp=c2dc13c855a6854f339b0c05fc5f4df41558c638;hpb=63f66494f66797a05853c185124ecbc08fb3afcb;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 c2dc13c85..b5599ea42 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo.bb @@ -18,14 +18,15 @@ MOST_DRIVERS ??= " \ " # These boards use different kernels - needs to be checked 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 ?= " \ @@ -41,16 +42,8 @@ DEMO_ENABLE_BTWILINK ?= "" DEMO_PLATFORM_CONF = "" 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} += "\ udisks2 \ - ${SMARTDEVICELINK} \ " # fonts @@ -63,6 +56,7 @@ TTF_FONTS = " \ source-han-sans-cn-fonts \ source-han-sans-jp-fonts \ source-han-sans-tw-fonts \ + source-han-sans-kr-fonts \ " @@ -70,9 +64,8 @@ RDEPENDS_${PN} += " \ linux-firmware-ath9k \ linux-firmware-ralink \ can-utils \ + cannelloni \ iproute2 \ - python-curses \ - dhcp-client \ ${UNICENS} \ ${MOST_DRIVERS} \ ${LIN_DRIVERS} \ @@ -80,5 +73,3 @@ RDEPENDS_${PN} += " \ ${TTF_FONTS} \ ${@bb.utils.contains('DISTRO_FEATURES', 'webruntime', 'virtual/webruntime', '', d)} \ " - -