diff options
Diffstat (limited to 'meta-networking/recipes-kernel/netmap/netmap_git.bb')
| -rw-r--r-- | meta-networking/recipes-kernel/netmap/netmap_git.bb | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-networking/recipes-kernel/netmap/netmap_git.bb b/meta-networking/recipes-kernel/netmap/netmap_git.bb deleted file mode 100644 index 2d8509c744..0000000000 --- a/meta-networking/recipes-kernel/netmap/netmap_git.bb +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | require netmap.inc | ||
| 2 | |||
| 3 | DEPENDS = "netmap-modules" | ||
| 4 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 5 | |||
| 6 | EXTRA_OECONF = "--kernel-dir=${STAGING_KERNEL_BUILDDIR} \ | ||
| 7 | --kernel-sources=${STAGING_KERNEL_DIR} \ | ||
| 8 | --no-drivers \ | ||
| 9 | --disable-generic \ | ||
| 10 | --prefix=${prefix} \ | ||
| 11 | --destdir=${D} \ | ||
| 12 | --cc='${CC}' \ | ||
| 13 | --ld='${LD}' \ | ||
| 14 | " | ||
| 15 | SRC_URI += "file://0001-testmmap-fix-compile-issue-with-gcc-5.x.patch" | ||
| 16 | |||
| 17 | do_configure () { | ||
| 18 | cd ${S}/LINUX | ||
| 19 | ./configure ${EXTRA_OECONF} | ||
| 20 | } | ||
| 21 | |||
| 22 | do_compile () { | ||
| 23 | cd ${S}/LINUX | ||
| 24 | make apps | ||
| 25 | } | ||
| 26 | |||
| 27 | do_install () { | ||
| 28 | cd ${S}/LINUX | ||
| 29 | make install-apps DESTDIR=${D} | ||
| 30 | } | ||
| 31 | |||
| 32 | FILES_${PN} += "${bindir}" | ||
| 33 | RDEPENDS_${PN} = "kernel-module-netmap" | ||
| 34 | RRECOMMENDS_${PN} = "kernel-module-netmap" | ||
| 35 | |||
| 36 | # http://errors.yoctoproject.org/Errors/Details/69733/ | ||
| 37 | PNBLACKLIST[netmap] ?= "BROKEN: Tries to build kernel module and fails, either it should be disabled or there should be dependency on kernel like in netmap-modules - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
