summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_raspberrypi3.inc
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2018-09-14 18:11:58 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-09-18 14:26:05 +0000
commit41c7d06fc56d23fd50d64e79d87a2a4b7bba2184 (patch)
tree4ee4339567f5d056d1558e8c3493d230fa36326f /meta-agl-bsp/conf/include/agl_raspberrypi3.inc
parenta37385c65b6e9480b678f8490a8c4bc0cd361ed3 (diff)
agl_raspberrypi3.inc: WiFi on Raspberry Pi 3 B & B+
Use linux-firmware-raspbian packages for bcm43430 and bcm43455. Bug-AGL: SPEC-1729, SPEC-1652 Change-Id: Ib634ee3351fa91d8d1704656f4a40d1b40cd05e3 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> (cherry picked from commit 6e7be8f6020c6925430e9c442c2d20bbf4bc9fc2)
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_raspberrypi3.inc')
-rw-r--r--meta-agl-bsp/conf/include/agl_raspberrypi3.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/conf/include/agl_raspberrypi3.inc b/meta-agl-bsp/conf/include/agl_raspberrypi3.inc
index 1f6a02c89..b570e778f 100644
--- a/meta-agl-bsp/conf/include/agl_raspberrypi3.inc
+++ b/meta-agl-bsp/conf/include/agl_raspberrypi3.inc
@@ -17,7 +17,7 @@ MACHINE_FEATURES += "vc4graphics"
# For libomxil
#LICENSE_FLAGS_WHITELIST = "commercial"
-IMAGE_INSTALL_append = " kernel-modules linux-firmware "
+IMAGE_INSTALL_append = " kernel-modules linux-firmware-raspbian-bcm43430 linux-firmware-raspbian-bcm43455 "
# Psplash causes crash on first boot on RPi
IMAGE_FEATURES_remove = "splash"