Fixed
Created: Aug 5, 2014
Updated: Dec 3, 2018
Resolved Date: Aug 12, 2014
Found In Version: 6.0
Fix Version: 6.0.0.11
Severity: Severe
Applicable for: Wind River Linux 6
Component/s: BSP - Async
On WRL6 Async BSP fsl_b4xxx, the multilib section of BSP README need updating, please refer to the multilib section in intel-x86 README
Building the intel-x86 layer
----------------------------------
This layer and the wr-kernel layer should be added to bblayers.conf. This
is done automatically when using the Wind River configure wrapper.
Note:
To build a 64-bit kernel + 64-bit rootfs, use:
--enable-board=intel-x86-64
To build a 32-bit kernel + 32-bit rootfs combination, use
the following configuration:
--enable-board=intel-x86-32
Multilib is also supported by this BSP.
1. To configure a project with 32-bit multilib support for the entire rootfs, use:
--enable-multilib=lib32
2. To add 32-bit multilib support for an existing project, use:
make bbs
bitbake lib32-wrlinux-image-glibc-std
3. To add 32-bit mulilib support for a specific package, use:
make bbs
make lib32-<pkg-name>