Re: [yocto] Binary feeds: how are we supposed to use "dnf upgrade"?

2024-01-12 Thread Michael Opdenacker via lists.yoctoproject.org
On 12.01.24 at 15:05, Michael Opdenacker via lists.yoctoproject.org wrote: Greetings, I'm making binary package update tests on Nanbield. No problem with an ipk package feed. If I remember correctly: > opkg update > opkg upgrade I'm running this from a Nanbield 4.3.1 image, using feeds genera

Re: [yocto] Binary feeds: how are we supposed to use "dnf upgrade"?

2024-01-12 Thread Michael Opdenacker via lists.yoctoproject.org
Hi Alex, On 12.01.24 at 15:11, Alexander Kanavin wrote: Note the existing tests in meta/lib/oeqa/runtime/cases/dnf.py - the do use a remote http repo to install a file, but the repo configuration is supplied on command line with --repofrompath, and upgrading is not tested. Right, that's part

Re: [yocto] Binary feeds: how are we supposed to use "dnf upgrade"?

2024-01-12 Thread Alexander Kanavin
Note the existing tests in meta/lib/oeqa/runtime/cases/dnf.py - the do use a remote http repo to install a file, but the repo configuration is supplied on command line with --repofrompath, and upgrading is not tested. Alex On Fri, 12 Jan 2024 at 15:05, Michael Opdenacker via lists.yoctoproject.or

[yocto] Binary feeds: how are we supposed to use "dnf upgrade"?

2024-01-12 Thread Michael Opdenacker via lists.yoctoproject.org
Greetings, I'm making binary package update tests on Nanbield. No problem with an ipk package feed. If I remember correctly: > opkg update > opkg upgrade I'm running this from a Nanbield 4.3.1 image, using feeds generated on another machine with the tip of the "nanbield" branch. If I switch