public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 00/12] Further check-layer fixes
@ 2026-03-18 17:14 Paul Barker
  2026-03-18 17:14 ` [PATCH 01/12] checklayer: Fix regex in get_signatures Paul Barker
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Paul Barker @ 2026-03-18 17:14 UTC (permalink / raw)
  To: openembedded-core; +Cc: Paul Barker

This series follows on from the two patches I sent earlier this week
[1], and Richard's patch to fix [2]. With all these applied, most of the
check-layer failures in openembedded-core are resolved, with two
exceptions:

  - mesa:do_recipe_qa signature changes based on MACHINE due to use of
    VULKAN_DRIVES in PACKAGECONFIG. However, adding VULKAN_DRIVERS to
    PACKAGECONFIG[vardeps] doesn't fix the issue.

  - lttng-ust:do_recipe_qa signature changes based on MACHINE due to use
    of PYTHON_OPTION (-> PYTHON_SITEPACKAGES_DIR -> libdir) in
    PACKAGECONFIG. However, adding PYTHON_OPTION or
    PYTHON_SITEPACKAGES_DIR to PACKAGECONFIG[vardeps] doesn't fix the
    issue.

There may be a couple of other things that need investigating to make
everything pass, but I wanted to get validation on this initial set of
fixes now. In particular, is setting PACKAGECONFIG[vardeps] the right
thing to do?

[1]: https://lore.kernel.org/openembedded-core/20260316-fix-checklayer-v1-0-f3bcaa60e93c@pbarker.dev/
[2]: https://lore.kernel.org/openembedded-core/20260317121307.935437-1-richard.purdie@linuxfoundation.org/

Signed-off-by: Paul Barker <paul@pbarker.dev>
---
Paul Barker (12):
      checklayer: Fix regex in get_signatures
      curl: Drop arch dependent search paths
      ghostscript: Drop arch dependent search paths
      libssh2: Drop arch dependent search paths
      flac: Use arch independent search path
      gettext: Use arch independent search paths
      gnutls: Use arch independent search paths
      initscripts: Make SRC_URI arch independent
      linux-yocto: Avoid arch dependent vardeps for SRC_URI
      libsdl2: Explicitly set PACKAGECONFIG vardeps
      graphene: Explicitly set PACKAGECONFIG vardeps
      gstreamer1.0-plugins-good: Explicitly set PACKAGECONFIG vardeps

 meta/recipes-core/gettext/gettext_1.0.bb                             | 4 ++--
 meta/recipes-core/initscripts/initscripts_1.0.bb                     | 4 +---
 meta/recipes-extended/ghostscript/ghostscript_10.06.0.bb             | 3 +--
 meta/recipes-graphics/graphene/graphene_1.10.8.bb                    | 3 +++
 meta/recipes-graphics/libsdl2/libsdl2_2.32.10.bb                     | 3 +++
 meta/recipes-kernel/linux/linux-yocto.inc                            | 5 +++++
 meta/recipes-multimedia/flac/flac_1.5.0.bb                           | 2 +-
 .../recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.9.bb | 3 +++
 meta/recipes-support/curl/curl_8.19.0.bb                             | 2 +-
 meta/recipes-support/gnutls/gnutls_3.8.12.bb                         | 4 ++--
 meta/recipes-support/libssh2/libssh2_1.11.1.bb                       | 3 +--
 scripts/lib/checklayer/__init__.py                                   | 2 +-
 12 files changed, 24 insertions(+), 14 deletions(-)
---
base-commit: 531f87111d83430615f2e20dd41a3dd5fc25c7ab
change-id: 20260318-fix-checklayer-2-af057a82ca74

Best regards,
-- 
Paul Barker



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2026-03-18 17:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-18 17:14 [PATCH 00/12] Further check-layer fixes Paul Barker
2026-03-18 17:14 ` [PATCH 01/12] checklayer: Fix regex in get_signatures Paul Barker
2026-03-18 17:14 ` [PATCH 02/12] curl: Drop arch dependent search paths Paul Barker
2026-03-18 17:14 ` [PATCH 03/12] ghostscript: " Paul Barker
2026-03-18 17:14 ` [PATCH 04/12] libssh2: " Paul Barker
2026-03-18 17:14 ` [PATCH 05/12] flac: Use arch independent search path Paul Barker
2026-03-18 17:14 ` [PATCH 06/12] gettext: Use arch independent search paths Paul Barker
2026-03-18 17:14 ` [PATCH 07/12] gnutls: " Paul Barker
2026-03-18 17:14 ` [PATCH 08/12] initscripts: Make SRC_URI arch independent Paul Barker
2026-03-18 17:22   ` [OE-core] " Richard Purdie
2026-03-18 17:14 ` [PATCH 09/12] linux-yocto: Avoid arch dependent vardeps for SRC_URI Paul Barker
2026-03-18 17:14 ` [PATCH 10/12] libsdl2: Explicitly set PACKAGECONFIG vardeps Paul Barker
2026-03-18 17:29   ` [OE-core] " Richard Purdie
2026-03-18 17:14 ` [PATCH 11/12] graphene: " Paul Barker
2026-03-18 17:14 ` [PATCH 12/12] gstreamer1.0-plugins-good: " Paul Barker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox