diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2018-03-29 14:16:37 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-03-29 14:16:37 +0100 |
commit | 3934ba7127d8b90ee9d655849ce251e24e4ae41a (patch) | |
tree | ea4cdd24cbec2a466bc483e011c82849d69b8489 | |
parent | 0059905a9047293f741ada3ceeba28b7d7461dbd (diff) | |
download | meta-raspberrypi-3934ba7127d8b90ee9d655849ce251e24e4ae41a.tar.gz |
raspberrypi0-wifi.conf: Use linux-firmware-raspbian package
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r-- | conf/machine/raspberrypi0-wifi.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi0-wifi.conf b/conf/machine/raspberrypi0-wifi.conf index ef6e6e5..590c669 100644 --- a/conf/machine/raspberrypi0-wifi.conf +++ b/conf/machine/raspberrypi0-wifi.conf | |||
@@ -6,7 +6,7 @@ DEFAULTTUNE ?= "arm1176jzfshf" | |||
6 | require conf/machine/include/tune-arm1176jzf-s.inc | 6 | require conf/machine/include/tune-arm1176jzf-s.inc |
7 | include conf/machine/include/rpi-base.inc | 7 | include conf/machine/include/rpi-base.inc |
8 | 8 | ||
9 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" | 9 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-raspbian-bcm43430" |
10 | 10 | ||
11 | SDIMG_KERNELIMAGE ?= "kernel.img" | 11 | SDIMG_KERNELIMAGE ?= "kernel.img" |
12 | UBOOT_MACHINE ?= "rpi_0_w_defconfig" | 12 | UBOOT_MACHINE ?= "rpi_0_w_defconfig" |