diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-12 19:04:40 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-15 10:22:50 +0200 |
commit | 870df18019b559dcdb79b9a15bd29c20fef593eb (patch) | |
tree | b6a2ad3625598d1ff8c2dc299b42987ec49100f9 /meta-networking/recipes-kernel | |
parent | 85b5755b374371ef88039e078ef890427dbb1585 (diff) | |
download | meta-openembedded-870df18019b559dcdb79b9a15bd29c20fef593eb.tar.gz |
iscsitarget,netmap-moduls,vboxguestdrivers: Blacklist, not compatible with default kernel version 4.8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-kernel')
-rw-r--r-- | meta-networking/recipes-kernel/netmap/netmap-modules_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb b/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb index 6544bb5db..e9eea56cd 100644 --- a/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb +++ b/meta-networking/recipes-kernel/netmap/netmap-modules_git.bb | |||
@@ -87,3 +87,6 @@ do_install () { | |||
87 | cd ${S}/LINUX | 87 | cd ${S}/LINUX |
88 | oe_runmake install | 88 | oe_runmake install |
89 | } | 89 | } |
90 | |||
91 | # http://errors.yoctoproject.org/Errors/Details/83335/ | ||
92 | PNBLACKLIST[netmap-modules] ?= "BROKEN: not compatible with default kernel version 4.8" | ||