diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2018-03-28 14:47:34 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-03-29 11:05:57 +0100 |
commit | d5f252ef23a63518b695bc4597c1aa061f5ed21e (patch) | |
tree | fdf48105c931b20f5ef6e1993d9821926e16e19b | |
parent | 9209f20c7a586320fc103d8274ae78f3e0d132ff (diff) | |
download | meta-raspberrypi-d5f252ef23a63518b695bc4597c1aa061f5ed21e.tar.gz |
raspberrypi3.conf: Use linux-firmware-raspbian packages and add bcm43455
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r-- | conf/machine/raspberrypi3.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf index a1c45b0..61c60e6 100644 --- a/conf/machine/raspberrypi3.conf +++ b/conf/machine/raspberrypi3.conf | |||
@@ -6,7 +6,7 @@ DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" | |||
6 | require conf/machine/include/tune-cortexa7.inc | 6 | require conf/machine/include/tune-cortexa7.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 linux-firmware-raspbian-bcm43455" |
10 | 10 | ||
11 | SDIMG_KERNELIMAGE ?= "kernel7.img" | 11 | SDIMG_KERNELIMAGE ?= "kernel7.img" |
12 | UBOOT_MACHINE = "rpi_3_32b_config" | 12 | UBOOT_MACHINE = "rpi_3_32b_config" |