Hi
I have set up my own package server (apache2 pointing to deploy/ipk/ built by Yocto Bitbake). Now I would like to use opkg on the devices to use this package server by default. If I do the needed changes in /etc/opkg/*-feed.conf, this works like a charm.
Unfortunately, the links in /etc/opkg/*-feed.conf generated by meta-angstrom/recipes-angstrom/angstrom/angstrom-feed-configs.bb are pointing to a different folder/link structure, than the one built by using Yocto (e.g. bitbake console-tdx-image). Is there a way to align them? I would rather like to have the same structure in deploy/ipk/, then changing the angstrom recipe.
Best regards,
Tonio
For clarification:
deploy/ipk structure (also on package server)
all
armv7ahf-neon
armv7at2hf-neon
armv7at2hf-neon-mx7d
colibri_imx7_emmc
Angstrom recipe structure (/etc/opkg/*-feed.conf)
noarch-feed.conf (the only one working)
all
base-feed.conf (/base subfolder inexistent on package server)
armv7ahf-neon/base
armv7at2hf-neon/base
gstreamer-feed.conf (/gstreamer subfolder inexistent on package server)
armv7ahf-neon/gstreamer
armv7at2hf-neon/gstreamer
perl-feed.conf (/perl subfolder inexistent on package server)
armv7ahf-neon/perl
armv7at2hf-neon/perl
python-feed.conf (/python subfolder inexistent on package server)
armv7ahf-neon/python
armv7at2hf-neon/python
colibri_imx7_emmc-feed.conf and debug-feed.conf are empty.
I would rather like to have the same structure in deploy/ipk/, then changing the angstrom recipe.
It looks like that the folder structure in the deploy/ipk is given by the package class. You will need to modify the package class or create your package class. But I think, ti will be easier to customize the angstrom recipe for your needs.
It looks like that the folder structure in the deploy/ipk is given by the package class.
Would actually be nice, if this would somehow be handled by meta-angstrom. Unfortunately, doesn’t seam to be like that.
Would you mind telling me, how your setup/configuration at Toradex looks like? How do you guys add your image build data to the corresponding folder structure under Index of /angstrom ?
Would you mind telling me, how your setup/configuration at Toradex looks like? How do you guys add your image build data to the corresponding folder structure under Index of /angstrom ?
I did not understand your question. We don’t provide our own feeds but we are mirroring the Angstrom feeds. In future, we will also stop doing that and we will provide Torizon, where the customer can install with Container the preferred Linux Distribution.