I would like to use a package feed server to provide an easy package update facility. With Yocto/opkg this should be straight forward to setup. Also, you have already set corresponding variables in local.conf per default:
I am on refs/tags/Colibri-iMX6ULL_Console-Image_3.0b2.65-20190830.
I added my own meta-…-bsp layer with some u-boot and kernel device-tree changes and my own distro layer (not using meta-toradex-distro), but I have not changed anything related to the package-management.
Is the package meta data (Package.gz) been deployed in your Yocto setup?
This seems strange to me. As far as I know, the package-management feature is provided by Yocto and has nothing to do with the Angstrom distro. I am also using another Yocto/Openembedded setup for another SoM (not from Toradex), where package.gz is been deployed flawlessly (not using Angstrom at all).
Hi Tonio,
I know that the package management comes from yocto, but package.gz is part of the feeds, which comes from the angstrom server. Which package type are you using for the other setup?
Sure ; ) that’s obviously a possibility. I rather meant, how to directly incorporate it into the first build command. That is how it normally works with other Poky based distros.