summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2018-03-28 14:47:34 +0100
committerAndrei Gherzan <andrei@gherzan.com>2018-08-17 15:24:49 +0100
commit064f300928c41e605722820e02738df738b05756 (patch)
tree6aa0cec9cfabcbf6243813d5a95346ce70511bc9
parentd9e2a38a1f2be5df343935bde32362b869e1687a (diff)
downloadmeta-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.conf2
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"
6require conf/machine/include/tune-cortexa7.inc 6require conf/machine/include/tune-cortexa7.inc
7include conf/machine/include/rpi-base.inc 7include conf/machine/include/rpi-base.inc
8 8
9MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" 9MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-raspbian-bcm43430 linux-firmware-raspbian-bcm43455"
10 10
11SDIMG_KERNELIMAGE ?= "kernel7.img" 11SDIMG_KERNELIMAGE ?= "kernel7.img"
12KERNEL_DEFCONFIG ?= "bcm2709_defconfig" 12KERNEL_DEFCONFIG ?= "bcm2709_defconfig"