From aa41094ef5b40d002c3df156c2bc744055e09b42 Mon Sep 17 00:00:00 2001 From: Gonzalo Ruiz Date: Tue, 4 Jul 2023 09:04:46 +0200 Subject: [PATCH] firmware_qualcomm: remove BDF symlinks Regulatory domain is now provided as a Kernel parameter, and the wlan driver uses it to select the correct BDF file, so we don't need to change the symbolic links to point to one file or another anymore. https://onedigi.atlassian.net/browse/DEL-8360 Signed-off-by: Gonzalo Ruiz --- .../recipes-bsp/firmware-qualcomm/firmware-qualcomm.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/firmware-qualcomm/firmware-qualcomm.bb b/meta-digi-arm/recipes-bsp/firmware-qualcomm/firmware-qualcomm.bb index 30dd69a8e..58b65f655 100644 --- a/meta-digi-arm/recipes-bsp/firmware-qualcomm/firmware-qualcomm.bb +++ b/meta-digi-arm/recipes-bsp/firmware-qualcomm/firmware-qualcomm.bb @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2022 Digi International. +# Copyright (C) 2016-2023 Digi International. SUMMARY = "Qualcomm firmware files for Digi's platforms." SECTION = "base" @@ -110,10 +110,6 @@ do_install() { ln -s /proc/device-tree/wireless/mac-address2 ${D}${WIFI_FW_PATH}/wlan/wlan_mac2 ln -s /proc/device-tree/wireless/mac-address3 ${D}${WIFI_FW_PATH}/wlan/wlan_mac3 - # Create symbolic links to the proper FW files depending on the country region - ln -s bdwlan30_US.bin ${D}${WIFI_FW_PATH}/bdwlan30.bin - ln -s bdwlan30_US.bin ${D}${WIFI_FW_PATH}/utfbd30.bin - if [ "${FW_QUALCOMM_WIFI}" = "${FW_QCA65X4_PCIE_PROPRIETARY}" ]; then ln -s qwlan30.bin ${D}${WIFI_FW_PATH}/athwlan.bin ln -s otp30.bin ${D}${WIFI_FW_PATH}/athsetup.bin