Re: [OE-core] [PATCH v3 1/4] dummy-sdk-package.inc: Filter packages which are marked for installation

2024-01-01 Thread Alexandre Belloni via lists.openembedded.org
Hello, This still causes issues: https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/6252/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/6203/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/6256/steps/14/lo

Re: [OE-core] [PATCH v3 1/4] dummy-sdk-package.inc: Filter packages which are marked for installation

2023-12-18 Thread Pavel Zhukov
Hi Alex, Luca, Can you please retest this patchset one more time please? Neither myself nor RP could reproduce build failure with recent master/sstate so it might be fixed in the meantime. -- Pavel On 2023-10-12 09:36, Luca Ceresoli via lists.openembedded.org wrote: Hello Pavel, On Mon, 9 Oc

Re: [OE-core] [PATCH v3 1/4] dummy-sdk-package.inc: Filter packages which are marked for installation

2023-10-12 Thread Luca Ceresoli via lists.openembedded.org
Hello Pavel, On Mon, 9 Oct 2023 16:39:58 +0200 "Pavel Zhukov" wrote: > if packages is provided by dummysdk and in the same time marked for > installation with IMAGE_INSTALL it causes conflict in apt because virtual > providers are > not taken into account if package is asked to be installed ex

[OE-core] [PATCH v3 1/4] dummy-sdk-package.inc: Filter packages which are marked for installation

2023-10-09 Thread Pavel Zhukov
if packages is provided by dummysdk and in the same time marked for installation with IMAGE_INSTALL it causes conflict in apt because virtual providers are not taken into account if package is asked to be installed explicitly. Filter such packages from provides/conflicts to workaround this problem