mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 23:02:20 +02:00
qcacld: Drop BSP support
NXP has dropped support for qcacld, plus the code is not compatible with 5.10, so drop BSP support. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
parent
758ef64466
commit
b821d72e7b
|
@ -1,15 +0,0 @@
|
|||
# Copyright (C) 2018-2020 NXP
|
||||
|
||||
SUMMARY = "Qualcomm Wi-Fi and Bluetooth firmware"
|
||||
SECTION = "base"
|
||||
LICENSE = "Proprietary"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fd4b227530cd88a82af6a5982cfb724d \
|
||||
file://QUALCOMM_ATHEROS_LICENSE_AGREEMENT.pdf;md5=e629669cf17f6a2a6872e067582986e3 \
|
||||
"
|
||||
|
||||
SRC_URI = " ${FSL_MIRROR}/firmware-qca-${PV}.bin;fsl-eula=true"
|
||||
SRC_URI[md5sum] = "75b1b2a8dea8f81609ccfc072d42fa86"
|
||||
SRC_URI[sha256sum] = "6ad56ac1df841e252ac6db0a8966082715a3cb6dc7189426bade13333a16fd9d"
|
||||
S = "${WORKDIR}/firmware-qca-${PV}"
|
||||
|
||||
inherit fsl-eula-unpack
|
|
@ -1,27 +0,0 @@
|
|||
# Copyright (C) 2019-2020 NXP
|
||||
|
||||
require firmware-qca.inc
|
||||
|
||||
SUMMARY = "Qualcomm Wi-Fi and Bluetooth firmware"
|
||||
DESCRIPTION = "Qualcomm Wi-Fi and Bluetooth firmware for modules such as QCA6174A"
|
||||
SECTION = "base"
|
||||
LICENSE = "Proprietary"
|
||||
|
||||
inherit allarch
|
||||
|
||||
do_install () {
|
||||
# Install firmware.conf for QCA modules
|
||||
install -d ${D}${sysconfdir}/bluetooth
|
||||
install -m 644 ${S}/1CQ_QCA6174A_LEA_2.0/etc/bluetooth/firmware.conf ${D}${sysconfdir}/bluetooth
|
||||
|
||||
# Install firmware files
|
||||
install -d ${D}${base_libdir}
|
||||
cp -r ${S}/1CQ_QCA6174A_LEA_2.0/lib/firmware ${D}${base_libdir}
|
||||
}
|
||||
|
||||
FILES_${PN} = " \
|
||||
${sysconfdir}/bluetooth/firmware.conf \
|
||||
${base_libdir}/firmware/qca6174 \
|
||||
${base_libdir}/firmware/wlan \
|
||||
${base_libdir}/firmware/* \
|
||||
"
|
|
@ -1,27 +0,0 @@
|
|||
# Copyright (C) 2018-2020 NXP
|
||||
|
||||
require firmware-qca.inc
|
||||
|
||||
SUMMARY = "Qualcomm Wi-Fi and Bluetooth firmware"
|
||||
DESCRIPTION = "Qualcomm Wi-Fi and Bluetooth firmware for modules such as QCA9377-3"
|
||||
SECTION = "base"
|
||||
LICENSE = "Proprietary"
|
||||
|
||||
inherit allarch
|
||||
|
||||
do_install () {
|
||||
# Install firmware.conf for QCA modules
|
||||
install -d ${D}${sysconfdir}/bluetooth
|
||||
install -m 644 ${S}/1PJ_QCA9377-3_LEA_3.0/etc/bluetooth/firmware.conf ${D}${sysconfdir}/bluetooth
|
||||
|
||||
# Install firmware files
|
||||
install -d ${D}${base_libdir}
|
||||
cp -r ${S}/1PJ_QCA9377-3_LEA_3.0/lib/firmware ${D}${base_libdir}
|
||||
}
|
||||
|
||||
FILES_${PN} = " \
|
||||
${sysconfdir}/bluetooth/firmware.conf \
|
||||
${base_libdir}/firmware/qca \
|
||||
${base_libdir}/firmware/qca9377 \
|
||||
${base_libdir}/firmware/wlan \
|
||||
"
|
|
@ -1,20 +0,0 @@
|
|||
# Copyright (C) 2018-2020 NXP
|
||||
|
||||
require firmware-qca.inc
|
||||
|
||||
SUMMARY = "Qualcomm Wi-Fi and Bluetooth tools"
|
||||
DESCRIPTION = "Qualcomm Wi-Fi and Bluetooth tools for modules such as QCA6174A and QCA9377"
|
||||
LICENSE = "Proprietary"
|
||||
|
||||
DEPENDS = "libnl zlib"
|
||||
|
||||
FCC_TOOLS_FOLDER ?= "qca9377_qca6174_arm32"
|
||||
FCC_TOOLS_FOLDER_aarch64 = "qca9377_qca6174_arm64"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${sbindir}/fcc_tools
|
||||
cp -r ${S}/fcc_tools/${FCC_TOOLS_FOLDER} ${D}${sbindir}/fcc_tools
|
||||
}
|
||||
|
||||
COMPATIBLE_HOST = '(aarch64|arm).*-linux'
|
||||
COMPATIBLE_HOST_libc-musl = 'null'
|
|
@ -1,13 +0,0 @@
|
|||
# Copyright 2019 NXP
|
||||
|
||||
SUMMARY = "Qualcomm Wi-Fi support"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
kernel-module-qca6174 \
|
||||
firmware-qca6174 \
|
||||
"
|
||||
|
||||
COMPATIBLE_HOST = '(aarch64|arm).*-linux'
|
||||
COMPATIBLE_HOST_libc-musl = 'null'
|
|
@ -1,12 +0,0 @@
|
|||
# Copyright 2019 NXP
|
||||
|
||||
SUMMARY = "Qualcomm Wi-Fi support"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
kernel-module-qca9377 \
|
||||
firmware-qca9377 \
|
||||
"
|
||||
COMPATIBLE_HOST = '(aarch64|arm).*-linux'
|
||||
COMPATIBLE_HOST_libc-musl = 'null'
|
|
@ -1,14 +0,0 @@
|
|||
require kernel-module-qcacld-lea.inc
|
||||
|
||||
SUMMARY = "Qualcomm WiFi driver for QCA module 6174"
|
||||
|
||||
EXTRA_OEMAKE += " \
|
||||
CONFIG_ROME_IF=pci \
|
||||
CONFIG_WLAN_FEATURE_11W=y \
|
||||
CONFIG_WLAN_FEATURE_FILS=y \
|
||||
CONFIG_WLAN_WAPI_MODE_11AC_DISABLE=y \
|
||||
MODNAME=qca6174 \
|
||||
CONFIG_WLAN_FEATURE_DSRC=y \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} += "firmware-qca6174"
|
|
@ -1,17 +0,0 @@
|
|||
require kernel-module-qcacld-lea.inc
|
||||
|
||||
SUMMARY = "Qualcomm WiFi driver for QCA module 9377"
|
||||
|
||||
EXTRA_OEMAKE += " \
|
||||
CONFIG_CLD_HL_SDIO_CORE=y \
|
||||
CONFIG_FEATURE_COEX_PTA_CONFIG_ENABLE=y \
|
||||
CONFIG_PER_VDEV_TX_DESC_POOL=1 \
|
||||
CONFIG_QCA_LL_TX_FLOW_CT=1 \
|
||||
CONFIG_QCA_SUPPORT_TXRX_DRIVER_TCP_DEL_ACK=y \
|
||||
CONFIG_WLAN_FEATURE_FILS=y \
|
||||
CONFIG_WLAN_WAPI_MODE_11AC_DISABLE=y \
|
||||
MODNAME=qca9377 \
|
||||
SAP_AUTH_OFFLOAD=1 \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} += "firmware-qca9377"
|
|
@ -1,23 +0,0 @@
|
|||
SUMMARY = "Qualcomm WiFi driver for QCA module 9377 and 6174"
|
||||
LICENSE = "BSD & GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://CORE/HDD/src/wlan_hdd_main.c;beginline=1;endline=20;md5=ec8d62116b13db773825ebf7cf91be1d;"
|
||||
|
||||
QCACLD_SRC ?= "git://source.codeaurora.org/external/imx/qcacld-2.0-imx.git;protocol=https"
|
||||
SRC_URI = "${QCACLD_SRC};branch=IMX_CNSS.LEA.NRT_3.0_KRL5.4"
|
||||
SRCREV = "7dc91e5977f31d60741c55682564788c0f930163"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit module
|
||||
|
||||
EXTRA_OEMAKE += " \
|
||||
CONFIG_CFG80211_INTERNAL_REGDB=y \
|
||||
CONFIG_HDD_WLAN_WAIT_TIME=10000 \
|
||||
CONFIG_LINUX_QCMBR=y \
|
||||
CONFIG_NON_QC_PLATFORM=y \
|
||||
CONFIG_PMF_SUPPORT=y \
|
||||
TARGET_BUILD_VARIANT=user \
|
||||
"
|
||||
|
||||
COMPATIBLE_MACHINE = "(imx)"
|
||||
COMPATIBLE_HOST_libc-musl = 'null'
|
Loading…
Reference in New Issue
Block a user