diff options
author | Rainer Keller <rainer.keller@theqtcompany.com> | 2015-07-15 14:30:51 +0200 |
---|---|---|
committer | Rainer Keller <rainer.keller@theqtcompany.com> | 2015-08-12 13:50:57 +0000 |
commit | 0fe5a62bd4c557e245128d4671b1f5af7dd6b4b1 (patch) | |
tree | feb41717b4ee0c638c3c0958e58c488f86e10299 | |
parent | 62e8fadcaa3ec57c442779bf523d25313c9b1f2c (diff) | |
download | meta-boot2qt-0fe5a62bd4c557e245128d4671b1f5af7dd6b4b1.tar.gz |
Update VirtualBox kernel modules
Modules needed to be updated in order to build with newer kernels.
Change-Id: I113b0831aebfeac3818837ed557ae5ae2bf072e1
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
-rw-r--r-- | recipes/virtualbox/mount-vboxsf_4.3.30.bb (renamed from recipes/virtualbox/mount-vboxsf_4.2.14.bb) | 4 | ||||
-rw-r--r-- | recipes/virtualbox/virtualbox-guest-additions_4.3.30.bb (renamed from recipes/virtualbox/virtualbox-guest-additions_4.2.14.bb) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/virtualbox/mount-vboxsf_4.2.14.bb b/recipes/virtualbox/mount-vboxsf_4.3.30.bb index 82fd0cc..171ba7e 100644 --- a/recipes/virtualbox/mount-vboxsf_4.2.14.bb +++ b/recipes/virtualbox/mount-vboxsf_4.3.30.bb | |||
@@ -28,8 +28,8 @@ SRC_URI = "http://download.virtualbox.org/virtualbox/${PV}/VirtualBox-${PV}.tar. | |||
28 | file://mount-vboxsf.sh \ | 28 | file://mount-vboxsf.sh \ |
29 | " | 29 | " |
30 | 30 | ||
31 | SRC_URI[md5sum] = "be834de415adaf2f696f7a499f88b4e6" | 31 | SRC_URI[md5sum] = "cc053340f88922a11ad9d4fab56557bd" |
32 | SRC_URI[sha256sum] = "f8f6dc19612f3c84a5c857b8e5c452b8db2cf3c8c52a678b6a00e5dd5831130d" | 32 | SRC_URI[sha256sum] = "ea9569ec16cd6202ee61bcadb2506d31ac12fd343adb91565773a05eaaea9a36" |
33 | 33 | ||
34 | S = "${WORKDIR}/VirtualBox-${PV}/src/VBox/Additions/linux/sharedfolders" | 34 | S = "${WORKDIR}/VirtualBox-${PV}/src/VBox/Additions/linux/sharedfolders" |
35 | 35 | ||
diff --git a/recipes/virtualbox/virtualbox-guest-additions_4.2.14.bb b/recipes/virtualbox/virtualbox-guest-additions_4.3.30.bb index 4f52478..43af064 100644 --- a/recipes/virtualbox/virtualbox-guest-additions_4.2.14.bb +++ b/recipes/virtualbox/virtualbox-guest-additions_4.3.30.bb | |||
@@ -31,8 +31,8 @@ PR = "${MACHINE_KERNEL_PR}" | |||
31 | 31 | ||
32 | SRC_URI = "http://download.virtualbox.org/virtualbox/${PV}/VirtualBox-${PV}.tar.bz2" | 32 | SRC_URI = "http://download.virtualbox.org/virtualbox/${PV}/VirtualBox-${PV}.tar.bz2" |
33 | 33 | ||
34 | SRC_URI[md5sum] = "be834de415adaf2f696f7a499f88b4e6" | 34 | SRC_URI[md5sum] = "cc053340f88922a11ad9d4fab56557bd" |
35 | SRC_URI[sha256sum] = "f8f6dc19612f3c84a5c857b8e5c452b8db2cf3c8c52a678b6a00e5dd5831130d" | 35 | SRC_URI[sha256sum] = "ea9569ec16cd6202ee61bcadb2506d31ac12fd343adb91565773a05eaaea9a36" |
36 | 36 | ||
37 | S = "${WORKDIR}/vbox" | 37 | S = "${WORKDIR}/vbox" |
38 | 38 | ||