From: Scott Murray Date: Tue, 15 Nov 2016 17:31:37 +0000 (-0500) Subject: Add firmware for CES 2017 demo hardware X-Git-Tag: 3.0.0~93 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F7199%2F1;p=AGL%2Fmeta-agl-demo.git Add firmware for CES 2017 demo hardware Explicitly add linux-firmware-ath9k to images so TP-Link TL-W722N USB Wifi adapter will work. Change-Id: Ie8f455cfab4ba19e6a20b1785bbcf13719aafa3a Signed-off-by: Scott Murray --- diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb index 6c1f56461..d17e1bafd 100644 --- a/recipes-platform/images/agl-demo-platform.bb +++ b/recipes-platform/images/agl-demo-platform.bb @@ -26,7 +26,9 @@ IMAGE_TTF_FONTS = " \ # add packages for CES2017 demo IMAGE_INSTALL_append = " \ ces2017-demo \ - can-utils iproute2 \ + linux-firmware-ath9k \ + can-utils \ + iproute2 \ python-curses \ dhcp-client \ climatecontrolplugin \