diff options
author | Scott Murray <scott.murray@konsulko.com> | 2016-11-15 12:31:37 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2016-11-15 12:35:22 -0500 |
commit | c3dc5c27fd6f7a045ceeda080a9e77cdf312092b (patch) | |
tree | d5466b94fe00dcbcbc916f051bf3b7fb253cbe18 | |
parent | 564eb4eb4fbce3edcccb582bf52558c80be9494a (diff) |
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 <scott.murray@konsulko.com>
-rw-r--r-- | recipes-platform/images/agl-demo-platform.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |