summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2018-03-28 14:47:34 +0100
committerAndrei Gherzan <andrei@gherzan.com>2018-03-28 16:04:02 +0100
commit618c92d1d5d29db929391f76f37da154fbfd5fad (patch)
tree7e3030d16f5aa55d4b200470b531d183c4f70f55
parentc2544a9ce7d3793f400c337ad96032e892fb3516 (diff)
downloadmeta-raspberrypi-618c92d1d5d29db929391f76f37da154fbfd5fad.tar.gz
raspberrypi3.conf: Use linux-firmware-nonfree 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..76416b5 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-nonfree-bcm43430 linux-firmware-nonfree-bcm43455"
10 10
11SDIMG_KERNELIMAGE ?= "kernel7.img" 11SDIMG_KERNELIMAGE ?= "kernel7.img"
12KERNEL_DEFCONFIG ?= "bcm2709_defconfig" 12KERNEL_DEFCONFIG ?= "bcm2709_defconfig"