]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
goarch.bbclass: do not leak TUNE_FEATURES into crosssdk task signatures
authorAlexander Kanavin <alex@linutronix.de>
Thu, 13 Nov 2025 12:28:01 +0000 (13:28 +0100)
committerSteve Sakoman <steve@sakoman.com>
Thu, 20 Nov 2025 14:46:31 +0000 (06:46 -0800)
commite8d475b9b6d7b1ac3b0cfe367faabc07deb663b0
tree243ed750c395e196b94cf459923dcf8516c7aef7
parente6de433ccb2784581d6c775cce97f414ef9334b1
goarch.bbclass: do not leak TUNE_FEATURES into crosssdk task signatures

The default assignments look like this:
TARGET_GO386 = "${@go_map_386(d.getVar('TARGET_ARCH'), d.getVar('TUNE_FEATURES'), d)}"

TUNE_FEATURES is a target-specific variable, and so should be used
only for target builds. The change is similar to what is already done
for native packages.

(From OE-Core rev: cfff8e968257c44880caa3605e158764ed5c6a2a)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes-recipe/goarch.bbclass