Hello, I'm submitting a revised patch that now seems to build fine. thanks for the review!
Gianfranco Il giorno mer 11 dic 2019 alle ore 05:20 Khem Raj <[email protected]> ha scritto: > On Tue, Dec 10, 2019 at 2:54 PM Khem Raj <[email protected]> wrote: > > > > Fails with clang http://errors.yoctoproject.org/Errors/Details/296908/ > > I guess it needs to use KERNEL_AR > > > > It really is generic issue fails with gcc too > http://errors.yoctoproject.org/Errors/Details/296946/ > > > > On Tue, Dec 10, 2019 at 1:39 AM Gianfranco Costamagna > > <[email protected]> wrote: > > > > > > --- > > > ...oxguestdrivers_5.2.22.bb => vboxguestdrivers_6.0.14.bb} | 7 > ++----- > > > 1 file changed, 2 insertions(+), 5 deletions(-) > > > rename meta-oe/recipes-support/vboxguestdrivers/{ > vboxguestdrivers_5.2.22.bb => vboxguestdrivers_6.0.14.bb} (92%) > > > > > > diff --git a/meta-oe/recipes-support/vboxguestdrivers/ > vboxguestdrivers_5.2.22.bb b/meta-oe/recipes-support/vboxguestdrivers/ > vboxguestdrivers_6.0.14.bb > > > similarity index 92% > > > rename from meta-oe/recipes-support/vboxguestdrivers/ > vboxguestdrivers_5.2.22.bb > > > rename to meta-oe/recipes-support/vboxguestdrivers/ > vboxguestdrivers_6.0.14.bb > > > index 0f8d7af3f..bd7339e1a 100644 > > > --- a/meta-oe/recipes-support/vboxguestdrivers/ > vboxguestdrivers_5.2.22.bb > > > +++ b/meta-oe/recipes-support/vboxguestdrivers/ > vboxguestdrivers_6.0.14.bb > > > @@ -14,8 +14,8 @@ VBOX_NAME = "VirtualBox-${PV}" > > > SRC_URI = " > http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2 \ > > > file://Makefile.utils \ > > > " > > > -SRC_URI[md5sum] = "c9c2f162ac5f99d28d8c0ca43b19ed01" > > > -SRC_URI[sha256sum] = > "5580e875349341a1aabc6d5d2f697d242f277487316faaf1fbe68d9014f788d4" > > > +SRC_URI[md5sum] = "2766d6f628dcd8f0bc216d0f8a2abc8e" > > > +SRC_URI[sha256sum] = > "5e12b14f0c38bf195d9592d76a9e0a128df2d38cd77c26ce5b5488397715dd0c" > > > > > > S = "${WORKDIR}/vbox_module" > > > > > > @@ -78,6 +78,3 @@ FILES_${PN} = "${base_sbindir}" > > > > > > # autoload if installed > > > KERNEL_MODULE_AUTOLOAD += "vboxguest vboxsf vboxvideo" > > > - > > > -PNBLACKLIST[vboxguestdrivers] = "Needs forward porting to kernel 5.2+" > > > - > > > -- > > > 2.17.1 > > > > > > -- > > > _______________________________________________ > > > Openembedded-devel mailing list > > > [email protected] > > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
