From f565f1ef2dfdcd58ec8a12abc1b97c38db18c998 Mon Sep 17 00:00:00 2001 From: delhiryder Date: Mon, 1 Jul 2024 22:38:32 +0000 Subject: [PATCH] wlconf (wifi): Fetch wl18xx-conf.bin from the beagleboard repo. Make sure to get the wl18xx-conf.bin file from the `beagleboard` repo (instead of the git.ti.com one). This is needed (in conjunction with the 6.1.80 kernel) to make sure the wifi interface comes up properly. --- .../recipes-connectivity/wlconf/wlconf_8.7.3.bbappend | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 layers/meta-balena-beaglebone/recipes-connectivity/wlconf/wlconf_8.7.3.bbappend diff --git a/layers/meta-balena-beaglebone/recipes-connectivity/wlconf/wlconf_8.7.3.bbappend b/layers/meta-balena-beaglebone/recipes-connectivity/wlconf/wlconf_8.7.3.bbappend new file mode 100644 index 00000000..7a7b5da4 --- /dev/null +++ b/layers/meta-balena-beaglebone/recipes-connectivity/wlconf/wlconf_8.7.3.bbappend @@ -0,0 +1,7 @@ +SRC_URI:aarch64 = "git://git.beagleboard.org/beagleboard/18xx-ti-utils.git;protocol=https;branch=R8.7_SP3-bbb.io" +SRCREV:aarch64 = "ba027b093aa013637fcc6271c2d47f3ce99e933e" + +do_install:append:aarch64() { + install -m 0755 device-20221220-wl18xx-conf.bin ${D}${sbindir}/wlconf/ + install -m 0755 device-20221220-wl18xx-conf.bin ${D}${nonarch_base_libdir}/firmware/ti-connectivity/wl18xx-conf.bin +} \ No newline at end of file