compile BUSYBOX for IMX8MM

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

compile BUSYBOX for IMX8MM

598 Views
xfg
Contributor I

use .config in busybox to "make" "make install".Generate "busybox" file. Different from file(busybox.nosuid,busybox.suid) in rootfs.There is a problem with the replacement file.

Can only yocto compile busybox?

0 Kudos
2 Replies

593 Views
xfg
Contributor I

Who can use yocto to compile support Chinese BusyBox provided

0 Kudos

581 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello xfg,

 

Please use the attached file to replace sources/poky/bitbake/lib/bb/utils.py, which have already applied the patch https://patchwork.openembedded.org/patch/122361/.

Please add the following in sources/meta-freescale/recipes-fsl/images/fsl-image-core.bb

GLIBC_GENERATE_LOCALES = "zh_CN.UTF-8 en_GB.UTF-8 en_US.UTF-8"
IMAGE_LINGUAS = "zh-cn"
LOCALE_UTF8_ONLY="1"

The regenerate rootfs filesystem with "bitbake fsl-image-core".

Please refer to the following on the target board.
root@t2080rdb:~# locale -a
C
zh_CN
POSIX
root@t2080rdb:~# export LANG=zh_CN.UTF-8
root@t2080rdb:~# export LC_ALL=zh_CN.UTF-8
root@t2080rdb:~# locale

 

Regards

 

0 Kudos