Problem with adding packages and flexbuild in LSDK21.08

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

Problem with adding packages and flexbuild in LSDK21.08

Jump to solution
1,937 Views
dibyarekha
Contributor IV

I am using Ubuntu 20.04. I am trying to build the rootfs for ubuntu lite userland using flexbuilder .

It is building fine with default packages.

But I want to add some other packages like ppp, net-snmp-server etc. In which file I should add the package name such that I will able to get the packages for LS1043ARDB?

As per the user guide of LSDK2108, I trired to add the packages in extra packages list under <flexbuild>/configs/ubuntu/extra_packages_list

But I am not able to add , It is showing its a read only file.

Please Help me

0 Kudos
Reply
1 Solution
1,914 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please add packages name in variable extra_lite_packages_list in configs/ubuntu/extra_packages_list.

Then execute the following command to rebuild rootfs filesystem.

$ flex-builder -i clean-rfs -r ubuntu:lite

$ flex-builder -i mkrfs -r ubuntu:lite -F

You could use the following command to add write permission.

$ chmod a+w configs/ubuntu/extra_packages_list

View solution in original post

2 Replies
1,915 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please add packages name in variable extra_lite_packages_list in configs/ubuntu/extra_packages_list.

Then execute the following command to rebuild rootfs filesystem.

$ flex-builder -i clean-rfs -r ubuntu:lite

$ flex-builder -i mkrfs -r ubuntu:lite -F

You could use the following command to add write permission.

$ chmod a+w configs/ubuntu/extra_packages_list

1,909 Views
dibyarekha
Contributor IV
Thank you so much for your guidance. I got it
0 Kudos
Reply