Re: [OE-core] [PATCH v2 06/26] manifest.py: Dynamic load of manifest

2020-06-25 Thread Paul Barker
On Thu, 25 Jun 2020 at 11:22, Fredrik Gustafsson wrote: > > Decide which manifest we should load in run time without any hard coded > values but look at which package type that is used. > > Signed-off-by: Fredrik Gustafsson > --- > meta/lib/oe/manifest.py | 10 ++-- >

[OE-core] [PATCH v2 06/26] manifest.py: Dynamic load of manifest

2020-06-25 Thread Fredrik Gustafsson
Decide which manifest we should load in run time without any hard coded values but look at which package type that is used. Signed-off-by: Fredrik Gustafsson --- meta/lib/oe/manifest.py | 10 ++-- meta/lib/oe/package_managers/deb/manifest.py | 2 +-