How to get merge folder content under fsl-image-mfgtool/rootfs

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

How to get merge folder content under fsl-image-mfgtool/rootfs

跳至解决方案
415 次查看
dibyarekha
Contributor IV

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

 

0 项奖励
回复
1 解答
377 次查看
yipingwang
NXP TechSupport
NXP TechSupport

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

在原帖中查看解决方案

0 项奖励
回复
1 回复
378 次查看
yipingwang
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复