Re: [yocto] Yocto update to Sumo with Multilib results in error in do_image_wic

2018-06-23 Thread baisch
bai...@tau-tec.com wrote on 25.05.2018 14:16: > After the update to Yocto 2.5 Sumo my genericx86 build doesn't work > anymore. The > problem seems to be with the Multilib feature. I need the 64 bit version > of > grub-efi so I've added this to my local.conf: > > require conf/multilib.conf >

[yocto] Yocto update to Sumo with Multilib results in error in do_image_wic

2018-05-25 Thread baisch
After the update to Yocto 2.5 Sumo my genericx86 build doesn't work anymore. The problem seems to be with the Multilib feature. I need the 64 bit version of grub-efi so I've added this to my local.conf: require conf/multilib.conf MULTILIBS = "multilib:lib64"