flexbuild LS1043a

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

flexbuild LS1043a

930 次查看
dibyarekha
Contributor IV

I am using LS1043A, and I want to build rootfs. I am using flexbuilder command to generate the rootfs.

I wan to run certain packages in the board, where I can add those packages?

Earlier I used to work with P1021 Processor, where i was adding the packages in fsl-image-minimal.bb file and merge files.

I want to know Is there something like merge files present over here? How can I add the packages into my board?

0 项奖励
回复
1 回复

875 次查看
yipingwang
NXP TechSupport
NXP TechSupport

I assume that you want to add packages in ubuntu:main rootfs filesystem.

Please add packages in extra_main_packages_list in configs/ubuntu/extra_packages_list

Then run the following command to rebuild ubuntu:main rootfs filesystem.

$ flex-builder -i clean-rfs -r ubuntu:main

$ flex-builder -i mkrfs -r ubuntu:main

0 项奖励
回复