Generating customised rootfs for my customizes application

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Generating customised rootfs for my customizes application

Jump to solution
854 Views
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

Tags (1)
0 Kudos
Reply
1 Solution
793 Views
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

View solution in original post

Tags (1)
0 Kudos
Reply
2 Replies
794 Views
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

Tags (1)
0 Kudos
Reply
741 Views
dibyarekha
Contributor IV

Thank you

0 Kudos
Reply