mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
iscsitarget,netmap-moduls,vboxguestdrivers: Blacklist, not compatible with default kernel version 4.8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -56,3 +56,6 @@ FILES_${PN} += "${sbindir} \
|
|||||||
|
|
||||||
RDEPENDS_${PN} = "kernel-module-iscsi-trgt"
|
RDEPENDS_${PN} = "kernel-module-iscsi-trgt"
|
||||||
RRECOMMENDS_${PN} = "kernel-module-crc32c kernel-module-libcrc32c"
|
RRECOMMENDS_${PN} = "kernel-module-crc32c kernel-module-libcrc32c"
|
||||||
|
|
||||||
|
# http://errors.yoctoproject.org/Errors/Details/83334/
|
||||||
|
PNBLACKLIST[iscsitarget] ?= "BROKEN: not compatible with default kernel version 4.8"
|
||||||
|
|||||||
@@ -87,3 +87,6 @@ do_install () {
|
|||||||
cd ${S}/LINUX
|
cd ${S}/LINUX
|
||||||
oe_runmake install
|
oe_runmake install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# http://errors.yoctoproject.org/Errors/Details/83335/
|
||||||
|
PNBLACKLIST[netmap-modules] ?= "BROKEN: not compatible with default kernel version 4.8"
|
||||||
|
|||||||
@@ -63,3 +63,6 @@ FILES_${PN} = "${base_sbindir}"
|
|||||||
|
|
||||||
# autoload if installed
|
# autoload if installed
|
||||||
KERNEL_MODULE_AUTOLOAD += "vboxguest vboxsf vboxvideo"
|
KERNEL_MODULE_AUTOLOAD += "vboxguest vboxsf vboxvideo"
|
||||||
|
|
||||||
|
# http://errors.yoctoproject.org/Errors/Details/83333/
|
||||||
|
PNBLACKLIST[vboxguestdrivers] ?= "BROKEN: not compatible with default kernel version 4.8"
|
||||||
|
|||||||
@@ -63,3 +63,6 @@ FILES_${PN} = "${base_sbindir}"
|
|||||||
|
|
||||||
# autoload if installed
|
# autoload if installed
|
||||||
KERNEL_MODULE_AUTOLOAD += "vboxguest vboxsf vboxvideo"
|
KERNEL_MODULE_AUTOLOAD += "vboxguest vboxsf vboxvideo"
|
||||||
|
|
||||||
|
# http://errors.yoctoproject.org/Errors/Details/83333/
|
||||||
|
PNBLACKLIST[vboxguestdrivers] ?= "BROKEN: not compatible with default kernel version 4.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user