[yocto] Using extensible SDK with multilib

2019-08-09 Thread baisch
Hello everyone, Short version: I have an 64 bit Yocto Raspberry build with a piece of 32 bit software with multilib. The goal is now to be able to use the eSDK to build 32 bit software for that system. After building and installing the eSDK there are even two files

Re: [yocto] SDK: getting error "xmlcatalog: not found" installing SDK

2019-08-09 Thread baisch
Hello everyone, I was able to workaround this issue: In `conf/bblayers.conf` I put my custom layer ontop of the `meta` layer. Since classes seem to ignore the priority set by the layer config. Then I copied the `classes/xmlcatalog.bbclass` class to my layer and in the file I changed

[yocto] SDK: getting error "xmlcatalog: not found" installing SDK

2019-07-30 Thread baisch
Hello, after updating to warrior 2.7.1 from thud and trying to install the Extensible SDK again I'm getting the following error: ``` ERROR: build-sysroots-1.0-r0 do_build_native_sysroot: Error executing a python function in exec_python_func() autogenerated: The stack trace of python calls

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"