check-layer-nightly failures


Alexandre Belloni
 

Hello,

check-layer-nightly is currently failing with:

ERROR: Nothing RPROVIDES 'selinux-python' (but /home/pokybuild/yocto-worker/check-layer-nightly/build/meta-virtualization/recipes-devtools/python/python3-udica_git.bb RDEPENDS on or otherwise requires it)

I guess we need to add meta-selinux to have that work again

--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


Bruce Ashfield <bruce.ashfield@...>
 

On Thu, Sep 22, 2022 at 8:32 AM Alexandre Belloni
<alexandre.belloni@...> wrote:

Hello,

check-layer-nightly is currently failing with:

ERROR: Nothing RPROVIDES 'selinux-python' (but /home/pokybuild/yocto-worker/check-layer-nightly/build/meta-virtualization/recipes-devtools/python/python3-udica_git.bb RDEPENDS on or otherwise requires it)

I guess we need to add meta-selinux to have that work again
That is correct.

meta-selinux has always been in the README as a dependency, it just
isn't in the layer.conf file.

I'm still deciding if I'm going to add it in the .conf or do a skip
recipe like we did for cri-o

Bruce


--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


Armin Kuster
 

On 9/22/22 08:32, Alexandre Belloni via lists.yoctoproject.org wrote:
Hello,

check-layer-nightly is currently failing with:

ERROR: Nothing RPROVIDES 'selinux-python' (but /home/pokybuild/yocto-worker/check-layer-nightly/build/meta-virtualization/recipes-devtools/python/python3-udica_git.bb RDEPENDS on or otherwise requires it)

I guess we need to add meta-selinux to have that work again
actually, using dynamic layers might be the way to go.

-armin