Re: [OE-core] [PATCH] package_manager.py: Explicit complementary fail

2018-03-07 Thread Mauno Niko
On 03/02/2018 03:59 PM, Mauno Niko wrote: > On 02/28/2018 06:58 PM, Alexander Kanavin wrote: >> On 02/28/2018 06:20 PM, Niko Mauno wrote: >>> >>> Improve associated install() method behaviour in affected OpkgPM and >>> DpkgPM classes so that a problematic state of affairs becomes directly >>>

Re: [OE-core] [PATCH] package_manager.py: Explicit complementary fail

2018-03-02 Thread Mauno Niko
On 02/28/2018 06:58 PM, Alexander Kanavin wrote: > On 02/28/2018 06:20 PM, Niko Mauno wrote: >> >> Improve associated install() method behaviour in affected OpkgPM and >> DpkgPM classes so that a problematic state of affairs becomes directly >> obvious for bitbake user, resulting in shell output

Re: [OE-core] [PATCH] package_manager.py: Explicit complementary fail

2018-02-28 Thread Alexander Kanavin
On 02/28/2018 06:20 PM, Niko Mauno wrote: When running bitbake -c populate_sdk , it is expected that packages matching SDKIMAGE_INSTALL_COMPLEMENTARY name mask (unless declared in PACKAGE_EXCLUDE_COMPLEMENTARY) are installed to resulting SDK. Underlying mechanism issues a package manager install

[OE-core] [PATCH] package_manager.py: Explicit complementary fail

2018-02-28 Thread Niko Mauno
When running bitbake -c populate_sdk , it is expected that packages matching SDKIMAGE_INSTALL_COMPLEMENTARY name mask (unless declared in PACKAGE_EXCLUDE_COMPLEMENTARY) are installed to resulting SDK. Underlying mechanism issues a package manager install call for set of complementary packages.