summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/hostap/hostap-utils.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-11-09 15:44:21 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-21 13:06:11 +0000
commit714a97dec930f64705294eb2addc588d1249386b (patch)
treea5da3c86c5bea77ab475f5ab991cae933262aa46 /meta/recipes-bsp/hostap/hostap-utils.inc
parente4dc72b71e4b3a8c1196ee96e645f6924ba17f3f (diff)
downloadpoky-714a97dec930f64705294eb2addc588d1249386b.tar.gz
hostap-utils: remove obsolete driver
HostAP is the user-space part of the Intersil Prism 2/2.5/3 wifi chipset. It's also a decade old and obsolete, so remove it from oe-core. (From OE-Core rev: 63be0678bbe3c3809cdd75f1aabd8e031341719a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/hostap/hostap-utils.inc')
-rw-r--r--meta/recipes-bsp/hostap/hostap-utils.inc27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-bsp/hostap/hostap-utils.inc b/meta/recipes-bsp/hostap/hostap-utils.inc
deleted file mode 100644
index 6d98e3a888..0000000000
--- a/meta/recipes-bsp/hostap/hostap-utils.inc
+++ /dev/null
@@ -1,27 +0,0 @@
1SUMMARY = "User mode helpers for the hostap driver"
2DESCRIPTION = "The hostap driver supports Host AP mode, it allows for IEEE 802.11 \
3management functions on the host computer and allows the system to act as an access point."
4HOMEPAGE = "https://w1.fi"
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
7 file://util.c;beginline=1;endline=9;md5=d3b9280851302e5ba34e5fb717489b6d"
8SECTION = "kernel/userland"
9PR = "r4"
10
11SRC_URI = "https://w1.fi/releases/hostap-utils-${PV}.tar.gz \
12 file://hostap-fw-load.patch \
13 file://0001-Define-_u32-__s32-__u16-__s16-__u8-in-terms-of-c99-t.patch \
14"
15S = "${WORKDIR}/hostap-utils-${PV}"
16
17BINARIES = "hostap_crypt_conf hostap_diag hostap_fw_load hostap_io_debug \
18 hostap_rid prism2_param prism2_srec split_combined_hex"
19
20do_install() {
21 install -d ${D}${sbindir}/
22 for f in ${BINARIES}
23 do
24 install -m 0755 $f ${D}${sbindir}/
25 done
26}
27