flexbuild LS1043a

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

flexbuild LS1043a

443 Views
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 Kudos
Reply
1 Reply

388 Views
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 Kudos
Reply