From ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 27 Apr 2017 11:04:51 +0200 Subject: 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 --- .../recipes-kernel/netmap/netmap_git.bb | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 meta-networking/recipes-kernel/netmap/netmap_git.bb (limited to 'meta-networking/recipes-kernel/netmap/netmap_git.bb') 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 @@ -require netmap.inc - -DEPENDS = "netmap-modules" -PACKAGE_ARCH = "${MACHINE_ARCH}" - -EXTRA_OECONF = "--kernel-dir=${STAGING_KERNEL_BUILDDIR} \ - --kernel-sources=${STAGING_KERNEL_DIR} \ - --no-drivers \ - --disable-generic \ - --prefix=${prefix} \ - --destdir=${D} \ - --cc='${CC}' \ - --ld='${LD}' \ - " -SRC_URI += "file://0001-testmmap-fix-compile-issue-with-gcc-5.x.patch" - -do_configure () { - cd ${S}/LINUX - ./configure ${EXTRA_OECONF} -} - -do_compile () { - cd ${S}/LINUX - make apps -} - -do_install () { - cd ${S}/LINUX - make install-apps DESTDIR=${D} -} - -FILES_${PN} += "${bindir}" -RDEPENDS_${PN} = "kernel-module-netmap" -RRECOMMENDS_${PN} = "kernel-module-netmap" - -# http://errors.yoctoproject.org/Errors/Details/69733/ -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" -- cgit 1.2.3-korg