All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] go: add support to build on ppc64le
@ 2022-10-06 20:23 Andrew Geissler
  2022-10-25 13:44 ` Andrew Geissler
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Geissler @ 2022-10-06 20:23 UTC (permalink / raw)
  To: openembedded-core; +Cc: Andrew Geissler

Verified by building on a ppc64le based system

Signed-off-by: Andrew Geissler <geissonator@gmail.com>
---
 meta/recipes-devtools/go/go-binary-native_1.19.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/go/go-binary-native_1.19.bb b/meta/recipes-devtools/go/go-binary-native_1.19.bb
index ca424a66b8..eda90f3753 100644
--- a/meta/recipes-devtools/go/go-binary-native_1.19.bb
+++ b/meta/recipes-devtools/go/go-binary-native_1.19.bb
@@ -10,6 +10,7 @@ PROVIDES = "go-native"
 SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}"
 SRC_URI[go_linux_amd64.sha256sum] = "464b6b66591f6cf055bc5df90a9750bf5fbc9d038722bb84a9d56a2bea974be6"
 SRC_URI[go_linux_arm64.sha256sum] = "efa97fac9574fc6ef6c9ff3e3758fb85f1439b046573bf434cccb5e012bd00c8"
+SRC_URI[go_linux_ppc64le.sha256sum] = "92bf5aa598a01b279d03847c32788a3a7e0a247a029dedb7c759811c2a4241fc"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"
-- 
2.30.1 (Apple Git-130)



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] go: add support to build on ppc64le
  2022-10-06 20:23 [PATCH] go: add support to build on ppc64le Andrew Geissler
@ 2022-10-25 13:44 ` Andrew Geissler
  2022-10-25 14:12   ` [OE-core] " Alexander Kanavin
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Geissler @ 2022-10-25 13:44 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 46 bytes --]

Hi, anything else needed to get this one in?

[-- Attachment #2: Type: text/html, Size: 46 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [OE-core] [PATCH] go: add support to build on ppc64le
  2022-10-25 13:44 ` Andrew Geissler
@ 2022-10-25 14:12   ` Alexander Kanavin
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Kanavin @ 2022-10-25 14:12 UTC (permalink / raw)
  To: Andrew Geissler; +Cc: openembedded-core

Patience please. As written in the weekly status emails, patch merging
is on hold currently.

Alex

On Tue, 25 Oct 2022 at 15:44, Andrew Geissler <geissonator@gmail.com> wrote:
>
> Hi, anything else needed to get this one in?
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#172130): https://lists.openembedded.org/g/openembedded-core/message/172130
> Mute This Topic: https://lists.openembedded.org/mt/94166389/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-25 14:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-06 20:23 [PATCH] go: add support to build on ppc64le Andrew Geissler
2022-10-25 13:44 ` Andrew Geissler
2022-10-25 14:12   ` [OE-core] " Alexander Kanavin

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.