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

2023-10-05 Thread Pavel Zhukov
Hi Alex, Thank you for heads up. Interesting breakage... Reproduced locally. -- Pavel Alexandre Belloni writes: > Hello, > > This series causes the following failure: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/20/builds/8312/steps/12/logs/stdio > > | Can't locate Text/Tabs.p

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

2023-10-05 Thread Alexandre Belloni via lists.openembedded.org
Hello, This series causes the following failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/20/builds/8312/steps/12/logs/stdio | Can't locate Text/Tabs.pm in @INC (you may need to install the Text::Tabs module) (@INC entries checked: /home/pokybuild/yocto-worker/buildtools/build/b

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

2023-10-04 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