poky/meta/lib/oeqa/sdk
Peter Marko f5c5d1dd6c oeqa: fix package detection in go sdk tests
The test are skipped if architecture contains dash because TARGET_ARCH
contains underscore while package name contains dash. Here the
translation needs to be done.

Note that poky distro default arch has dash:
MACHINE="qemux86-64"
TARGET_ARCH="x86_64"
ERROR: Nothing PROVIDES 'go-cross-canadian-x86_64'. Close matches:
  gcc-cross-canadian-x86-64
  gdb-cross-canadian-x86-64
  go-cross-canadian-x86-64
TRANSLATED_TARGET_ARCH="x86-64"

Quoting meta/classes-recipe/cross-canadian.bbclass:
TRANSLATED_TARGET_ARCH is added into PN

(From OE-Core rev: 82a46b70bfba7c4ce4fd20e2658b182b03e55037)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2025-11-26 07:50:35 -08:00
..
buildtools-cases default-distrovars.inc: Fix CONNECTIVITY_CHECK_URIS redirect issue 2025-09-09 09:08:09 -07:00
buildtools-docs-cases lib: Add copyright statements to files without one 2022-08-12 12:00:43 +01:00
cases oeqa: fix package detection in go sdk tests 2025-11-26 07:50:35 -08:00
files oeqa/sdk: extend rust test to also use a build script 2022-09-03 08:51:57 +01:00
utils oeqa/sdk: use bash to execute SDK test commands 2019-05-09 16:31:56 +01:00
__init__.py oeqa/sdk: Add case and context modules for the SDK component 2017-01-23 12:05:19 +00:00
case.py oeqa/sdk/case: Ensure DL_DIR is populated with artefacts if used 2024-08-01 06:08:09 -07:00
context.py oeqa/sdk/context: fix for gtk3 test failure during do_testsdk 2025-02-12 06:25:37 -08:00
testmetaidesupport.py lib: Add copyright statements to files without one 2022-08-12 12:00:43 +01:00
testsdk.py testsdk: allow user to specify which tests to run 2025-11-26 07:50:35 -08:00