I have a custom project where I am building for 64-bit kernel and 32-bit
userspace using multilib config

*# for 32bit userspace build*


*require conf/multilib.confMULTILIBS =
"multilib:lib32"DEFAULTTUNE_virtclass-multilib-lib32 = "armv7athf-neon"*

I am successfully able to build the target image as
*MACHINE=<custom_machine> bitbake lib32-<custom_target>*

However, when I try to build the SDK, I am noticing that the userspace
recipes are being built for  both 64-bit and 32-bit. I am running into
errors for 64-bit. I have no need for 64-bit, *is there any way I can
disable 64-bit build for SDK?*

note: I am building SDK via this command without lib32- prefix for target,
following details from this commit message
<http://git.openembedded.org/openembedded-core/commit/?id=77144bc808be02deb3351c9c1bf5b4f2b8c3a6ec>
stating that lib32- prefix is not required
*MACHINE=<custom_machine> bitbake -c populate_sdk <custom_target>*

thanks
-Arun
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#54674): https://lists.yoctoproject.org/g/yocto/message/54674
Mute This Topic: https://lists.yoctoproject.org/mt/85452690/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to