diff options
author | Guillaume Deroire <guillaume.deroire@hach.com> | 2022-09-07 22:56:59 +0200 |
---|---|---|
committer | Guillaume Deroire <guillaume.deroire@hach.com> | 2022-09-16 19:50:13 +0000 |
commit | 61b81118e3cbc699f78e22752f5c5938a8b09d77 (patch) | |
tree | 713b30a6c7425b6aed15ba76f4b7f48d3a57aff5 /classes/use-imx-headers.bbclass | |
parent | 8326241876794812434f74ed3fd3ea766eebf79c (diff) | |
download | meta-freescale-61b81118e3cbc699f78e22752f5c5938a8b09d77.tar.gz |
classes/fsl-dynamic-packagearch: Add multilib support
Currently, the class doesn't support multilib image/SDK generation for packages
built for MACHINE_SOCARCH with MULTILIB support and this commit fixes this.
To reproduce the error, add to local.conf:
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE:virtclass-multilib-lib32 = "armv7athf-neon-vfpv4"
IMAGE_INSTALL_append = "lib32-libusb1"
Build image with: 'bitbake core-image-minimal'
The build will fail during do_rootfs/do_populate_sdk on lib32-wayland-protocols package.
Diffstat (limited to 'classes/use-imx-headers.bbclass')
0 files changed, 0 insertions, 0 deletions