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?
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