diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-19 16:46:41 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-26 08:29:15 +0200 |
commit | 18b35eb9251bba1a7b3546d229fdc27c5775b5f3 (patch) | |
tree | 9220d960692df1cf29071159788f6cc27b7d416c /meta-oe | |
parent | b70d4e2fb396ae51395e623a7c9b93092030081b (diff) | |
download | meta-openembedded-18b35eb9251bba1a7b3546d229fdc27c5775b5f3.tar.gz |
vboxguestdrivers: upgrade to 5.1.6 to fix build with default kernel from oe-core 4.8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.6.bb (renamed from meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.4.bb) | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.4.bb b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.6.bb index 1d1b1d834..866526717 100644 --- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.4.bb +++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.6.bb | |||
@@ -14,8 +14,8 @@ VBOX_NAME = "VirtualBox-${PV}" | |||
14 | SRC_URI = "http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2 \ | 14 | SRC_URI = "http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2 \ |
15 | file://Makefile.utils \ | 15 | file://Makefile.utils \ |
16 | " | 16 | " |
17 | SRC_URI[md5sum] = "e25a6a1f3c113c373dc0433f9c2526f3" | 17 | SRC_URI[md5sum] = "8c2331a718cfc038963c1214c2ba9811" |
18 | SRC_URI[sha256sum] = "b9a14a7771059c55c44b97f8d4eef9bea84544f3e215e0caa563bc35e2f16aaf" | 18 | SRC_URI[sha256sum] = "2e0112b0d85841587b8f212e6ba8f6c35b31e1cce6b6999497dc917cd37e6911" |
19 | 19 | ||
20 | S = "${WORKDIR}/vbox_module" | 20 | S = "${WORKDIR}/vbox_module" |
21 | 21 | ||
@@ -63,6 +63,3 @@ FILES_${PN} = "${base_sbindir}" | |||
63 | 63 | ||
64 | # autoload if installed | 64 | # autoload if installed |
65 | KERNEL_MODULE_AUTOLOAD += "vboxguest vboxsf vboxvideo" | 65 | KERNEL_MODULE_AUTOLOAD += "vboxguest vboxsf vboxvideo" |
66 | |||
67 | # http://errors.yoctoproject.org/Errors/Details/83333/ | ||
68 | PNBLACKLIST[vboxguestdrivers] ?= "BROKEN: not compatible with default kernel version 4.8" | ||