diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2018-03-28 14:47:34 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-08-17 15:24:49 +0100 |
commit | 064f300928c41e605722820e02738df738b05756 (patch) | |
tree | 6aa0cec9cfabcbf6243813d5a95346ce70511bc9 | |
parent | d9e2a38a1f2be5df343935bde32362b869e1687a (diff) | |
download | meta-raspberrypi-064f300928c41e605722820e02738df738b05756.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 b511bec..c454e8f 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 | KERNEL_DEFCONFIG ?= "bcm2709_defconfig" | 12 | KERNEL_DEFCONFIG ?= "bcm2709_defconfig" |