On 03/19/2018 11:31 AM, Alexander Kanavin wrote: > On 03/19/2018 12:08 PM, Marek Vasut wrote: >>>>> I'm not sure how to solve it - perhaps you can simply take the >>>>> email as >>>>> a reminder to update the whole set on your machine manually? >>>> >>>> I was hoping the tool will take care of that, now that I've finally >>>> plucked all the extra patches out. >>> >>> You can automate most of the upgrade by running 'devtool upgrade u-boot' >>> though. Extra patches are not a problem for automatic updates. If U-BOOT >>> and qemu can be made friends, that's even better. >> >> So what's the problem with qemu and u-boot ? I don't see why it couldn't >> be built for qemu targets. > > Maybe, but right now it's not working, and it's something the u-boot > experts should tackle and test. > > ak@kanavin-desktop:~/development/poky/build$ bitbake u-boot > Loading cache: 100% > |##########################################################################################################################################################################################################################| > Time: 0:00:00 > Loaded 1310 entries from dependency cache. > ERROR: Nothing PROVIDES 'u-boot' > u-boot was skipped: Either UBOOT_MACHINE or UBOOT_CONFIG must be set in > the qemux86 machine configuration.
Try building with UBOOT_MACHINE = "qemu-x86_defconfig" . > I do see that u-boot has qemu configs though: > > http://git.denx.de/?p=u-boot.git;a=tree;f=configs;h=a6603a9f312f1e86fa233adf21a51a2c7cf46653;hb=HEAD Yes -- Best regards, Marek Vasut -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
