Problem with adding packages and flexbuild in LSDK21.08

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

Problem with adding packages and flexbuild in LSDK21.08

跳至解决方案
2,060 次查看
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 项奖励
回复
1 解答
2,037 次查看
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

在原帖中查看解决方案

2 回复数
2,038 次查看
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

2,032 次查看
dibyarekha
Contributor IV
Thank you so much for your guidance. I got it
0 项奖励
回复