Hi All,
I am working on LS1043ARDB evolution board and using ubuntu 20.04.
For my application to run on the board, I am generating the rootfs using bitbake fsl-image-mfgtool.
I am adding my executable application code (main) under /home/icomm/distro/sources/meta-freescale/recipes-extended/merge-files/merge-files/merge
After I build using "bitbake fsl-image-mfgtool" , I am expecting the files to be under /home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/rootfs/
but I am getting all those files under /home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/rootfs/home/root/
what should I do to change the path from /home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/rootfs/home/root to /home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/rootfs/
Any configuration file changes has to be done. Please help me in solving the issue
已解决! 转到解答。
Please add the following line in meta-freescale/recipes-extended/merge-files/merge-files_1.0.bb.
MERGED_DST = "/"
Then run the following command.
$ bitbake merge-files -c cleansstate