generic-poky/meta/recipes-devtools/go
Patrick Ohly 3e903cb42f recipes/*-cross recipes: ignore TARGET_ARCH sstate hash
"yocto-compat-layer.py --machines" showed that shared packages like
gcc-cross-powerpc64 have a sstate signature that depends on
TUNEFLAGS. As a result, there are unnecessary rebuilds and potential
conflicts in a multiconfig.

That's due to the way how TARGET_ARCH is set. Richard Purdie suggested
setting TARGET_ARCH[vardepvalue] as fix, which works. It would be
shorter to do that in cross.bbclass instead of repeating the relevant
line in different recipes, but Richard was concerned about potential
side-effects in other usages of cross.bbclass.

TARGET_GOARM as used in go.inc is still causing signature differences
for go-cross-powerpc64 and machines b4420qds-64b and p5020ds-64b. This
needs further investigation.

(From OE-Core rev: 39bfa0dd3237cbca47e7fca1075d521f9d073f25)

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-04-12 15:09:58 +01:00
..
go-1.4 go: Add recipes for golang compilers and tools 2017-03-10 15:51:55 +00:00
go-1.6 go: Add recipes for golang compilers and tools 2017-03-10 15:51:55 +00:00
go-1.7 go: Add recipes for golang compilers and tools 2017-03-10 15:51:55 +00:00
go-1.8 go: Add recipes for golang compilers and tools 2017-03-10 15:51:55 +00:00
go-1.4.inc go: Add recipes for golang compilers and tools 2017-03-10 15:51:55 +00:00
go-1.6.inc go: Add recipes for golang compilers and tools 2017-03-10 15:51:55 +00:00
go-1.7.inc go: Add recipes for golang compilers and tools 2017-03-10 15:51:55 +00:00
go-1.8.inc go: Add recipes for golang compilers and tools 2017-03-10 15:51:55 +00:00
go-bootstrap-native_1.4.bb go: add native recipes for 1.8 2017-03-14 14:42:18 +00:00
go-common.inc go: Add recipes for golang compilers and tools 2017-03-10 15:51:55 +00:00
go-cross.inc recipes/*-cross recipes: ignore TARGET_ARCH sstate hash 2017-04-12 15:09:58 +01:00
go-cross_1.7.bb go: Add recipes for golang compilers and tools 2017-03-10 15:51:55 +00:00
go-cross_1.8.bb go: Add recipes for golang compilers and tools 2017-03-10 15:51:55 +00:00
go-native.inc go-native: Install bootstrap binaries with 1.4 suffix 2017-03-22 11:35:21 +00:00
go-native_1.8.bb go: add native recipes for 1.8 2017-03-14 14:42:18 +00:00
go.inc go-cross: avoid libgcc dependency 2017-04-12 15:09:58 +01:00
go_1.6.bb go: Add recipes for golang compilers and tools 2017-03-10 15:51:55 +00:00
go_1.7.bb go: Add recipes for golang compilers and tools 2017-03-10 15:51:55 +00:00
go_1.8.bb go: Remove mips32r2 from mips 2017-03-17 16:53:05 +00:00