aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/wl18xx-calibrator
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/wl18xx-calibrator')
-rw-r--r--recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator/0001-plt.h-Do-not-define-EFUSE_PARAMETER_TYPE_ENMT-type-e.patch35
-rw-r--r--recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.3.bb26
2 files changed, 0 insertions, 61 deletions
diff --git a/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator/0001-plt.h-Do-not-define-EFUSE_PARAMETER_TYPE_ENMT-type-e.patch b/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator/0001-plt.h-Do-not-define-EFUSE_PARAMETER_TYPE_ENMT-type-e.patch
deleted file mode 100644
index fc5542e0..00000000
--- a/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator/0001-plt.h-Do-not-define-EFUSE_PARAMETER_TYPE_ENMT-type-e.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From e3f694496322d3679dd9b007dc3caa4343f0f376 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Tue, 11 Aug 2020 18:12:58 -0700
-Subject: [PATCH] plt.h: Do not define EFUSE_PARAMETER_TYPE_ENMT type enum in
- header file
-
-gcc10 uses -fno-common by default and this causes multiple definitions
-of this enum in all files including plt.h file, therefore just define
-the type in header file
-
-Fixes
-arm-yoe-linux-musleabi-ld: misc_cmds.o:/usr/src/debug/wl18xx-calibrator/8.7.3-r0/git/./plt.h:402: multiple definition of `EFUSE_PARAMETER_TYPE_ENM'; nvs.o:/usr/src/debug/wl18xx-calibrator/8.7.3-r0/git/./plt.h:402: first defined here
-
-Upstream-Status: Pending
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- plt.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/plt.h b/plt.h
-index 8b534a9..43d5dbc 100644
---- a/plt.h
-+++ b/plt.h
-@@ -399,7 +399,7 @@ enum EFUSE_PARAMETER_TYPE_ENMT {
- TX_BIP_PD_BUFFER_VBIAS_ERROR_E,
- EFUSE_NUMBER_OF_PARAMETERS_E,
- EFUSE_LAST_PARAMETER_E = (EFUSE_NUMBER_OF_PARAMETERS_E - 1)
--} EFUSE_PARAMETER_TYPE_ENM;
-+};
-
- int get_mac_addr(int ifc_num, unsigned char *mac_addr);
-
---
-2.28.0
-
diff --git a/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.3.bb b/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.3.bb
deleted file mode 100644
index f9a4448f..00000000
--- a/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.3.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-DESCRIPTION = "The calibrator utility for TI wireless solution based on wl18xx driver"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=4725015cb0be7be389cf06deeae3683d"
-
-DEPENDS = "libnl"
-RDEPENDS_${PN} = "wl18xx-fw"
-
-#Tag: R8.7_SP3 (8.7.3)
-SRCREV = "5048b59a444ac59ba7171d6e122d5a84581aebf2"
-SRC_URI = "git://git.ti.com/wilink8-wlan/18xx-ti-utils.git \
- file://0001-plt.h-Do-not-define-EFUSE_PARAMETER_TYPE_ENMT-type-e.patch \
- "
-
-S = "${WORKDIR}/git"
-
-export CROSS_COMPILE = "${TARGET_PREFIX}"
-
-EXTRA_OEMAKE = "CFLAGS="${CFLAGS} -I${STAGING_INCDIR}/libnl3/ -DCONFIG_LIBNL32 " \
- LDFLAGS="${LDFLAGS} -L${STAGING_LIBDIR}" \
- CC="${CC}" \
- NLVER=3"
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 calibrator ${D}${bindir}/
-}