From d969a225d140950148db4563307e82af10185ea0 Mon Sep 17 00:00:00 2001 From: Nik Mohamad Aizuddin Date: Wed, 19 Jul 2023 03:05:54 +0800 Subject: [PATCH] fix(yocto/netplan): add driver fixes for `raspberrypi0-wifi`, `raspberrypi3-64`, and `raspberrypi4-64` --- .../meta-user/recipes-connectivity/netplan/netplan_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/project/yocto/layers/meta-user/recipes-connectivity/netplan/netplan_%.bbappend b/project/yocto/layers/meta-user/recipes-connectivity/netplan/netplan_%.bbappend index bcd9edc..2c056fa 100644 --- a/project/yocto/layers/meta-user/recipes-connectivity/netplan/netplan_%.bbappend +++ b/project/yocto/layers/meta-user/recipes-connectivity/netplan/netplan_%.bbappend @@ -1,7 +1,10 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:" DRIVER_PATCH_FILE = "" +DRIVER_PATCH_FILE:raspberrypi0-wifi = "file://0001-networkd-prioritize-wext-driver.patch" DRIVER_PATCH_FILE:raspberrypi0-2w-64 = "file://0001-networkd-prioritize-wext-driver.patch" +DRIVER_PATCH_FILE:raspberrypi3-64 = "file://0001-networkd-prioritize-wext-driver.patch" +DRIVER_PATCH_FILE:raspberrypi4-64 = "file://0001-networkd-prioritize-wext-driver.patch" SRC_URI:append = " \ ${DRIVER_PATCH_FILE} \