All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nativesdk.bbclass: remove obsolete comment
@ 2026-05-14 21:48 João Marcos Costa
  0 siblings, 0 replies; only message in thread
From: João Marcos Costa @ 2026-05-14 21:48 UTC (permalink / raw)
  To: openembedded-core; +Cc: thomas.petazzoni, João Marcos Costa

Instead of removing it, one could just uncomment the line. However,
the final value of HOST_SYS would then be the very same of HOST_SYS as
currently defined in bitbake.conf:

- bitbake.conf:
"${HOST_ARCH}${HOST_VENDOR}-${HOST_OS}" -> HOST_SYS="x86_64-oesdk-linux"

- nativesdk.bbclass:
"${HOST_ARCH}${TARGET_VENDOR}-${HOST_OS}" -> HOST_SYS="x86_64-oesdk-linux"

That is because both TARGET_VENDOR and HOST_VENDOR equals SDK_VENDOR
in nativesdk.bbclass.

Signed-off-by: João Marcos Costa <joaomarcos.costa@bootlin.com>
---
 meta/classes-recipe/nativesdk.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes-recipe/nativesdk.bbclass b/meta/classes-recipe/nativesdk.bbclass
index 5b49affd53..68c492f8cb 100644
--- a/meta/classes-recipe/nativesdk.bbclass
+++ b/meta/classes-recipe/nativesdk.bbclass
@@ -48,7 +48,6 @@ HOST_PREFIX = "${SDK_PREFIX}"
 HOST_CC_ARCH = "${SDK_CC_ARCH}"
 HOST_LD_ARCH = "${SDK_LD_ARCH}"
 HOST_AS_ARCH = "${SDK_AS_ARCH}"
-#HOST_SYS = "${HOST_ARCH}${TARGET_VENDOR}-${HOST_OS}"
 
 TARGET_ARCH = "${SDK_ARCH}"
 TARGET_VENDOR = "${SDK_VENDOR}"
-- 
2.47.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-14 21:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-14 21:48 [PATCH] nativesdk.bbclass: remove obsolete comment João Marcos Costa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.