Add firmware of ralink
[AGL/meta-agl-demo.git] / recipes-platform / images / agl-demo-platform.bb
index a40680d..4073dc1 100644 (file)
@@ -15,11 +15,24 @@ IMAGE_INSTALL_append = " \
     packagegroup-agl-demo-platform \
     "
 
-# add packages for CES2016 demo
+# fonts
+IMAGE_TTF_FONTS = " \
+    ttf-bitstream-vera \
+    ttf-dejavu-sans \
+    ttf-dejavu-sans-mono \
+    ttf-dejavu-serif \
+    "
+
+# add packages for CES2017 demo
 IMAGE_INSTALL_append = " \
-    CES2016-demo \
-    can-utils iproute2 \
+    ces2017-demo \
+    linux-firmware-ath9k \
+    linux-firmware-ralink \
+    can-utils \
+    iproute2 \
     python-curses \
     dhcp-client \
     climatecontrolplugin \
+    navigation \
+    ${IMAGE_TTF_FONTS} \
     "