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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
380件の閲覧回数
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 解決策
342件の閲覧回数
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 返信
343件の閲覧回数
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 件の賞賛
返信