diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2018-03-28 14:47:44 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-08-17 15:24:49 +0100 |
commit | f1dce2b10a5bf1d02adca406a4e07f8cc31a4420 (patch) | |
tree | b912f429a04f72a56331efbfedd1375a22a3f939 | |
parent | 064f300928c41e605722820e02738df738b05756 (diff) | |
download | meta-raspberrypi-f1dce2b10a5bf1d02adca406a4e07f8cc31a4420.tar.gz |
raspberrypi3-64.conf: Use linux-firmware-raspbian packages and add bcm43455
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r-- | conf/machine/raspberrypi3-64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index ebc9f38..63d1036 100644 --- a/conf/machine/raspberrypi3-64.conf +++ b/conf/machine/raspberrypi3-64.conf | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | MACHINEOVERRIDES = "raspberrypi3:${MACHINE}" | 5 | MACHINEOVERRIDES = "raspberrypi3:${MACHINE}" |
6 | 6 | ||
7 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" | 7 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-raspbian-bcm43430 linux-firmware-raspbian-bcm43455" |
8 | 8 | ||
9 | require conf/machine/include/arm/arch-armv8.inc | 9 | require conf/machine/include/arm/arch-armv8.inc |
10 | include conf/machine/include/rpi-base.inc | 10 | include conf/machine/include/rpi-base.inc |