From: Trevor Woerner <twoerner@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: randy.macleod@windriver.com, Harish.Sadineni@windriver.com
Subject: [PATCH 0/2] fix the SDK kernel module test
Date: Wed, 5 Aug 2026 02:57:16 -0400 [thread overview]
Message-ID: <20260805065718.3497815-1-twoerner@gmail.com> (raw)
The kernel module test in the SDK test suite does not pass today.
The cryptodev revision it builds no longer builds against kernel 6.18,
and the kernel's host tools are compiled with a pkg-config that the SDK
environment has pointed at the target sysroot, so a host compile is
handed target include paths and fails under -Werror. OE-Core already
solves the second one for its own kernel builds, where kernel.bbclass
passes HOSTPKG_CONFIG=pkg-config-native; the SDK simply had no
equivalent.
These are independent of any SDK feature work and fix a test that is
broken in master today.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Trevor Woerner (2):
oeqa/sdk: update cryptodev to a revision that builds on kernel 6.18
toolchain-scripts, oeqa/sdk: build the kernel's host tools with a host
pkg-config
meta/classes-recipe/toolchain-scripts.bbclass | 3 +++
meta/lib/oeqa/sdk/cases/kmod.py | 11 +++++++----
2 files changed, 10 insertions(+), 4 deletions(-)
--
2.50.0.173.g8b6f19ccfc3a
next reply other threads:[~2026-08-05 6:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-05 6:57 Trevor Woerner [this message]
2026-08-05 6:57 ` [PATCH 1/2] oeqa/sdk: update cryptodev to a revision that builds on kernel 6.18 Trevor Woerner
2026-08-05 6:57 ` [PATCH 2/2] toolchain-scripts, oeqa/sdk: build the kernel's host tools with a host pkg-config Trevor Woerner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260805065718.3497815-1-twoerner@gmail.com \
--to=twoerner@gmail.com \
--cc=Harish.Sadineni@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=randy.macleod@windriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox