apt install from custom apt-repository in lsdk2108

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

apt install from custom apt-repository in lsdk2108

107 Views
srogers
Contributor I

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?

Tags (2)
0 Kudos
1 Reply

86 Views
LFGP
NXP TechSupport
NXP TechSupport
0 Kudos