[oe-commits] [meta-openembedded] branch master-next updated: vboxguestdrivers: Add to blacklist

git at git.openembedded.org git at git.openembedded.org
Sat Sep 7 18:44:52 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master-next by this push:
     new 5649236  vboxguestdrivers: Add to blacklist
5649236 is described below

commit 5649236673b3938f3cb5262ebd8bd5e6685aa5f7
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Sep 7 11:42:32 2019 -0700

    vboxguestdrivers: Add to blacklist
    
    It has been failing for a long time, there is no point of keeping it
    alive by default
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.2.22.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.2.22.bb b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.2.22.bb
index e394f34..0f8d7af 100644
--- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.2.22.bb
+++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.2.22.bb
@@ -78,3 +78,6 @@ FILES_${PN} = "${base_sbindir}"
 
 # autoload if installed
 KERNEL_MODULE_AUTOLOAD += "vboxguest vboxsf vboxvideo"
+
+PNBLACKLIST[vboxguestdrivers] = "Needs forward porting to kernel 5.2+"
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list