2019-11-14 03:43 AM
Used device: STM32MP157C-DK2
I am trying to install several debian packages like dirmngr and apt-transport-https, however apt-get does not provide it. Apt-get update does not show any results, because sources.list.d is empty. I tried to dial in a path manually, but in that case apt-get update will skip every found package. Am I ment to install debian packages in a different way?
2019-11-18 02:38 AM
Hi @Andrea Gärtner
Indeed debian package installation with apt-get is not supported on OpenSTLinux.
You have to use Yocto to build and install new packages.
https://wiki.st.com/stm32mpu/wiki/How_to_add_a_customer_application
Olivier