diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-27 11:04:51 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-31 10:18:33 +0200 |
| commit | ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 (patch) | |
| tree | e16d2a838f4561d5538928a58f805e5f1373225a /meta-networking/recipes-kernel/netmap/netmap.inc | |
| parent | 6775acb048dabd624c5c8197b683aba45ed91569 (diff) | |
| download | meta-openembedded-ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3.tar.gz | |
recipes: remove blacklisted recipes
* as PNBLACKLIST message says, these recipes are blacklisted for long
time and nobody showed any interest to fix them
* remove all unused .patch and .inc files as well
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-kernel/netmap/netmap.inc')
| -rw-r--r-- | meta-networking/recipes-kernel/netmap/netmap.inc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-networking/recipes-kernel/netmap/netmap.inc b/meta-networking/recipes-kernel/netmap/netmap.inc deleted file mode 100644 index ab33e765d4..0000000000 --- a/meta-networking/recipes-kernel/netmap/netmap.inc +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | SUMMARY = "netmap and VALE - very fast packet I/O from userspace (FreeBSD/Linux)" | ||
| 2 | DESCRIPTION= "NETMAP is a framework for very fast packet I/O from userspace. VALE is an equally fast in-kernel software switch using the netmap API. Both are implemented as a single kernel module for FreeBSD and Linux, and can deal with line rate on real or emulated 10 Gbit ports." | ||
| 3 | SECTION = "networking" | ||
| 4 | HOMEPAGE = "http://code.google.com/p/netmap/" | ||
| 5 | LICENSE = "GPLv2+" | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://README;beginline=13;endline=14;md5=56ae0b9c7ba0476ab9098de94c2714d6" | ||
| 8 | |||
| 9 | SRCREV = "da9e19e69b84e4f6f8ae125f8d01b42a4abade6a" | ||
| 10 | PV = "master+git${SRCPV}" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/luigirizzo/netmap.git" | ||
| 13 | SRC_URI += "file://makefile_fixup.patch" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | COMPATIBLE_HOST = '(x86_64|i.86|mips|arm).*-linux' | ||
