apt install from custom apt-repository in lsdk2108

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

apt install from custom apt-repository in lsdk2108

128 次查看
srogers
Contributor II

I know that I can add packages to the extra_packages_list so that they are installed in the rfs. But I have some packages that come from a non standard apt-repository. 

I know that I can manually install them by doing:

sudo chroot build/rfs/rootfs_lsdk2108_ubuntu_main add-apt-repository -y ppa:myriadrf/drivers

sudo chroot build/rfs/rootfs_lsdk2108_ubuntu_mainapt update

sudo chroot build/rfs/rootfs_lsdk2108_ubuntu_mainapt apt install -y XYZ 

 

But is there a way to add the repository in the Flexbuild scripts and have the packages installed as part of the extra_packages_list?

标记 (2)
0 项奖励
1 回复

107 次查看
LFGP
NXP TechSupport
NXP TechSupport
0 项奖励