Re: [OE-core] "ptest-pkgs" image feature misses ptest package dependencies due to COMPLEMENTARY_GLOB ignoring all RRECOMMENDS

2024-01-16 Thread Alexander Kanavin
Yes, ptest-pkgs is not tested anywhere, and so isn't guaranteed to work. But if you can fix it, that'd be welcome. Alex On Tue, 16 Jan 2024 at 01:07, Lyu, William via lists.openembedded.org wrote: > > When I try to build a core-image-minimal image with ptest for openssl > installed using the

[OE-core] "ptest-pkgs" image feature misses ptest package dependencies due to COMPLEMENTARY_GLOB ignoring all RRECOMMENDS

2024-01-15 Thread Lyu, William via lists.openembedded.org
When I try to build a core-image-minimal image with ptest for openssl installed using the following conf/local.conf modifications, the openssl-ptest is installed but with missing runtime dependencies. DISTRO_FEATURES:append = " ptest" EXTRA_IMAGE_FEATURES += " ptest-pkgs"