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 environment-setup-aarch64-poky
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
`xmlcatal
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 that
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
> MU
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"
DEFAULTTUNE_virtclass-multilib-