Lines Matching refs:go
3 DEPENDS = "go-native virtual/${HOST_PREFIX}go-crosssdk virtual/nativesdk-${HOST_PREFIX}go-runtime \
6 PN = "go-cross-canadian-${TRANSLATED_TARGET_ARCH}"
8 # it uses gcc on build machine during go-cross-canadian bootstrap, but
16 export GOTOOLDIR_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/${HOST_SYS}/go/pkg/tool/${BUILD_GOTUPLE}"
38 native_goroot=\`readlink -f \$here/../../lib/${TARGET_SYS}/go\`
45 test -n "\$GOROOT" || export GOROOT="\$OECORE_TARGET_SYSROOT/${target_libdir}/go"
46 \$here/../../lib/${TARGET_SYS}/go/bin/$1 "\$@"
52 install -d ${D}${libdir}/go/pkg/tool
53 cp --preserve=mode,timestamps -R ${B}/pkg/tool/${HOST_GOTUPLE} ${D}${libdir}/go/pkg/tool/
54 install -d ${D}${bindir} ${D}${libdir}/go/bin
58 install -m755 $f ${D}${libdir}/go/bin