Problem with adding packages and flexbuild in LSDK21.08

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

Problem with adding packages and flexbuild in LSDK21.08

ソリューションへジャンプ
748件の閲覧回数
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 解決策
725件の閲覧回数
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 返答(返信)
726件の閲覧回数
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

720件の閲覧回数
dibyarekha
Contributor IV
Thank you so much for your guidance. I got it
0 件の賞賛
返信