Generating customised rootfs for my customizes application

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

Generating customised rootfs for my customizes application

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

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

标记 (1)
0 项奖励
回复
1 解答
590 次查看
khushbur
NXP TechSupport
NXP TechSupport

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

在原帖中查看解决方案

标记 (1)
0 项奖励
回复
2 回复数
591 次查看
khushbur
NXP TechSupport
NXP TechSupport

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

标记 (1)
0 项奖励
回复
538 次查看
dibyarekha
Contributor IV

Thank you

0 项奖励
回复