On Fri, 2020-07-24 at 16:42 +0200, Fredrik Gustafsson wrote:
> OE-core today has three different package managers, the well-known formats deb
> and rpm is supported as well as ipkg that is good for embedded devices.
> 
> When building and having a good cache hit, a significant amount of time is
> spent in the phase of generating a rootfs, which is really about the
> performance of the package manager. To save build time and also get a
> package manager that is suitanle for use on targets where flash memory is a
> concern, support for apk is suggested.
> 
> However, it might or might not be what's wanted for OE-core since it increases
> the test matrix. Therefore I will refactor the package management code to
> allow a layer to add a new package manager without editing the meta layer.
> 
> This refactor will be divided into multiple patch series to be easier to 
> review,
> this series will only move code but keep existing functionality.
> 
> Changes since v5:
> * Moved code in package_manager/rpm/package_manager.py to 
> package_manager/rpm/__init__.py
> * Fixed places that used package_managers instead of package_manager
> * Added missing imports in a function.

My first try at building this series failed to even parse on the
autobuilder. The second attempt has failed due to further bugs in these
changes. This is using a significant amount of my time and the
auobuilder's time to debug the series and makes me wonder how much
testing its had.

The changes do at least look like the right direction to change this
code in though. I've a bunch of fixes in master-next to try and make
the series work.

You mentioned being away for several weeks. If I merge this, where do
we stand if any other issues arise? Not sure I like the idea of waiting
several weeks to merge this either :(.

Cheers,

Richard



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#140981): 
https://lists.openembedded.org/g/openembedded-core/message/140981
Mute This Topic: https://lists.openembedded.org/mt/75767459/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to