X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fimages%2Fagl-demo-platform.bb;h=7313a95425acbc44b357457e0b04933747a725df;hb=2fceebaccdbd1210f095f139c8358aa8ff635e65;hp=d17e1bafd6da67afcf0b646f83d457d02231ad77;hpb=c3dc5c27fd6f7a045ceeda080a9e77cdf312092b;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb index d17e1bafd..7313a9542 100644 --- a/recipes-platform/images/agl-demo-platform.bb +++ b/recipes-platform/images/agl-demo-platform.bb @@ -24,14 +24,54 @@ IMAGE_TTF_FONTS = " \ " # add packages for CES2017 demo +# Only for porter as these kernel module sources +# are for the 3.10.x kernel only +MOST_DRIVERS = " " +MOST_DRIVERS_append_porter = " \ + aim-cdev \ + aim-network \ + aim-sound \ + aim-v4l2 \ + hdm-dim2 \ + hdm-i2c \ + hdm-usb \ + mocca-usb \ + mostcore \ + " + +# HVAC dependencies depend on drivers above +IMAGE_MOST_HVAC = " " +IMAGE_MOST_HVAC_append_porter = " \ + ${MOST_DRIVERS} \ + unicens \ + vod-server \ + " + +# can-lin is a binary and only for porter :( +IMAGE_MOST_HVAC_append_porter = " \ + can-lin \ + " + +IMAGE_AGL_APPS = " \ + hvac \ + mediaplayer \ + mixer \ + navigation \ + settings \ + " + IMAGE_INSTALL_append = " \ ces2017-demo \ linux-firmware-ath9k \ + linux-firmware-ralink \ can-utils \ iproute2 \ python-curses \ dhcp-client \ climatecontrolplugin \ - Navigation \ + navigation \ + poiapp \ + ${IMAGE_MOST_HVAC} \ + ${IMAGE_AGL_APPS} \ ${IMAGE_TTF_FONTS} \ "