]> code.ossystems Code Review - openembedded-core.git/commit
go: Reset unneeded GOARCH variables for native recipe
authorKhem Raj <raj.khem@gmail.com>
Wed, 4 Dec 2019 16:51:25 +0000 (08:51 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Dec 2019 20:35:27 +0000 (20:35 +0000)
commit4825eede606b075d0d529b38d6162999f1dec506
tree7a7e959d25bf81ba770de172e0459b3095342a44
parente514acda9e12bccde6d3974e0fd1a37b3837191a
go: Reset unneeded GOARCH variables for native recipe

These variables depend on TUNE_FEATURES variable and that creeps into
dependencies for native as well as a result, which means go-native gets
recompiled everytime machine/arch is changed.

Fixes sstate differences found e.g.

basehash changed from 600fb6be571fa4853232a7fed78945ee19b324e54b1b94cff93ef472b6290103 to 994de861190a56064d3e186d9c411152127e230bf2f77b17e59b2c5932a41249
List of dependencies for variable TUNE_FEATURES changed from '{'TUNE_FEATURES_tune-core2-32', 'DEFAULTTUNE'}' to '{'TUNE_FEATURES_tune-armv7vethf-neon', 'DEFAULTTUNE'}'
changed items: {'TUNE_FEATURES_tune-core2-32', 'TUNE_FEATURES_tune-armv7vethf-neon'}

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/go/go-common.inc