Hi All,
I am using LS1043ardb, I am able to compile all packages I need with merge-files and able to generate rootfs by using bitbake fsl-image-mfgtool.
I want to generate the rootfs with the user application by merging all packages and the generated rootfs should run in the board with all packages and merge-files.
How can I do that?
Please help me
Solved! Go to Solution.
Hi @dibyarekha
To add a file in rootfs:
- copy files to recipes-extended/merge-files/merge-files/files/merge/
-make sure package 'merge-files' in the IMAGE_INSTALL list of rootfs recipe
Hi @dibyarekha
To add a file in rootfs:
- copy files to recipes-extended/merge-files/merge-files/files/merge/
-make sure package 'merge-files' in the IMAGE_INSTALL list of rootfs recipe
Thank you