compile BUSYBOX for IMX8MM

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

compile BUSYBOX for IMX8MM

1,247 次查看
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 项奖励
回复
2 回复数

1,242 次查看
xfg
Contributor I

Who can use yocto to compile support Chinese BusyBox provided

0 项奖励
回复

1,230 次查看
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 项奖励
回复