Skip to content

Commit

Permalink
fix(yocto/netplan): add driver fixes for raspberrypi0-wifi, `raspbe…
Browse files Browse the repository at this point in the history
…rrypi3-64`, and `raspberrypi4-64`
  • Loading branch information
nikAizuddin committed Jul 18, 2023
1 parent 3efd4f7 commit d969a22
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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} \
Expand Down

0 comments on commit d969a22

Please sign in to comment.