summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Costache <alexandru@balena.io>2021-11-09 16:06:57 +0100
committerAndrei Gherzan <andrei@gherzan.com>2021-11-13 23:30:28 +0000
commitf0a5f4944ec1490f300d2b6c2d578037e006f0df (patch)
tree05a2734a6aaa7450c3db94dcc523c510996f6094
parente31fba4c96cdf819958d05875fb8733481997806 (diff)
downloadmeta-raspberrypi-f0a5f4944ec1490f300d2b6c2d578037e006f0df.tar.gz
conf/machine: Add Pi Zero 2 Wifi 64bit yocto machine
This inherits Pi3 64bit configuration Signed-off-by: Alexandru Costache <alexandru@balena.io>
-rw-r--r--conf/machine/raspberrypi0-2w-64.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi0-2w-64.conf b/conf/machine/raspberrypi0-2w-64.conf
new file mode 100644
index 0000000..8e4729a
--- /dev/null
+++ b/conf/machine/raspberrypi0-2w-64.conf
@@ -0,0 +1,17 @@
1#@TYPE: Machine
2#@NAME: RaspberryPi0 2 Wifi Development Board
3#@DESCRIPTION: Machine configuration for the RaspberryPi0 2 Wifi in 64 bits mode
4
5include conf/machine/raspberrypi3-64.conf
6
7MACHINEOVERRIDES := "${@'${MACHINEOVERRIDES}'.replace(':${MACHINE}',':raspberrypi3-64:${MACHINE}')}"
8
9MACHINE_EXTRA_RRECOMMENDS += "\
10 linux-firmware-rpidistro-bcm43436 \
11 linux-firmware-rpidistro-bcm43436s \
12 bluez-firmware-rpidistro-bcm43430b0-hcd \
13"
14
15RPI_KERNEL_DEVICETREE = " \
16 broadcom/bcm2710-rpi-zero-2.dtb \
17 "