diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-01 15:42:44 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-12 11:07:45 +0200 |
commit | b5f1fa8c58496a865fee73e7f87924617db32399 (patch) | |
tree | a70b4676377cf494dc34068f3bdd047df0946864 /meta-oe/recipes-connectivity | |
parent | fe7ffc3a4733582e4ecabb0a37144af7dadc5f2f (diff) | |
download | meta-openembedded-b5f1fa8c58496a865fee73e7f87924617db32399.tar.gz |
Revert "ti-wifi-utils: add recipe"
* fails to build for hardfloat MACHINEs
http://lists.openembedded.org/pipermail/openembedded-devel/2016-April/106782.html
This reverts commit f4958cfc976ece37784c82392b083ba481f69b8f.
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/ti-wifi-utils/ti-wifi-utils_git.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-oe/recipes-connectivity/ti-wifi-utils/ti-wifi-utils_git.bb b/meta-oe/recipes-connectivity/ti-wifi-utils/ti-wifi-utils_git.bb deleted file mode 100644 index fcae72994..000000000 --- a/meta-oe/recipes-connectivity/ti-wifi-utils/ti-wifi-utils_git.bb +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | SUMMARY = "The calibrator and other useful utilities for TI wireless solution based on wl12xx driver" | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4725015cb0be7be389cf06deeae3683d" | ||
4 | |||
5 | DEPENDS = "libnl" | ||
6 | |||
7 | PV = "0.1+gitr${SRCPV}" | ||
8 | |||
9 | SRCREV = "b03d9ce6362e6d22d6929f2736409af3b0fd3c88" | ||
10 | SRC_URI = "git://github.com/TI-OpenLink/ti-utils.git;branch=r5-jb" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} \ | ||
15 | CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}" \ | ||
16 | CFLAGS="${CFLAGS} -I${STAGING_INCDIR}/libnl3 -DCONFIG_LIBNL20" NLVER=3 \ | ||
17 | LDFLAGS="${LDFLAGS} ${TOOLCHAIN_OPTIONS}" \ | ||
18 | ' | ||
19 | |||
20 | #only install the calibrator utility, firmware is already within linux-firmware | ||
21 | do_install() { | ||
22 | install -d ${D}${bindir} | ||
23 | install -m 0755 calibrator ${D}${bindir}/ | ||
24 | } | ||