From f0a5f4944ec1490f300d2b6c2d578037e006f0df Mon Sep 17 00:00:00 2001 From: Alexandru Costache Date: Tue, 9 Nov 2021 16:06:57 +0100 Subject: [PATCH] conf/machine: Add Pi Zero 2 Wifi 64bit yocto machine This inherits Pi3 64bit configuration Signed-off-by: Alexandru Costache --- conf/machine/raspberrypi0-2w-64.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 conf/machine/raspberrypi0-2w-64.conf 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 @@ +#@TYPE: Machine +#@NAME: RaspberryPi0 2 Wifi Development Board +#@DESCRIPTION: Machine configuration for the RaspberryPi0 2 Wifi in 64 bits mode + +include conf/machine/raspberrypi3-64.conf + +MACHINEOVERRIDES := "${@'${MACHINEOVERRIDES}'.replace(':${MACHINE}',':raspberrypi3-64:${MACHINE}')}" + +MACHINE_EXTRA_RRECOMMENDS += "\ + linux-firmware-rpidistro-bcm43436 \ + linux-firmware-rpidistro-bcm43436s \ + bluez-firmware-rpidistro-bcm43430b0-hcd \ +" + +RPI_KERNEL_DEVICETREE = " \ + broadcom/bcm2710-rpi-zero-2.dtb \ + "