From: Osama Abdelkader <osama.abdelkader@gmail.com>
To: Ross Burton <Ross.Burton@arm.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH v3 2/2] go: add sdk test
Date: Fri, 19 Sep 2025 21:32:26 +0300 [thread overview]
Message-ID: <aM2huooiCa_LBfpb@osama> (raw)
In-Reply-To: <DD553AF1-287D-4891-9584-F434A80A65BF@arm.com>
On Thu, Sep 18, 2025 at 02:00:01PM +0000, Ross Burton wrote:
> Hi Osama,
>
> On 14 Sep 2025, at 19:25, Osama Abdelkader via lists.openembedded.org <osama.abdelkader=gmail.com@lists.openembedded.org> wrote:
> >
> > +class GoHostCompileTest(OESDKTestCase):
> > + td_vars = ['MACHINE', 'SDK_SYS', 'TARGET_ARCH']
> > +
> > + # Architecture mapping from Yocto/Poky to Go
> > + ARCH_MAP = {
> > + 'aarch64': 'arm64',
> > + 'cortexa57': 'arm64', # ARM Cortex-A57 is ARM64
> > + 'cortexa72': 'arm64', # ARM Cortex-A72 is ARM64
> > + 'cortexa53': 'arm64', # ARM Cortex-A53 is ARM64
> > + 'x86_64': 'amd64',
> > + 'i586': '386',
> > + 'i686': '386',
> > + 'mips': 'mips',
> > + 'mipsel': 'mipsle',
> > + 'powerpc64': 'ppc64',
> > + 'powerpc64le': 'ppc64le',
> > + 'riscv64': 'riscv64’,
>
> We’ve merged these tests, thanks very much.
>
> However, this mapping is duplicating an existing map that is in meta/lib/oe/go.py. Can you instead use that directly (import oe.go) and delete this copy?
>
> Thanks,
> Ross
Hi Ross,
Thanks for the notice, I'm going to do that yes.
Thanks,
Osama
prev parent reply other threads:[~2025-09-19 18:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-14 18:25 [PATCH v3 1/2] go: extend runtime test Osama Abdelkader
2025-09-14 18:25 ` [PATCH v3 2/2] go: add sdk test Osama Abdelkader
2025-09-18 14:00 ` [OE-core] " Ross Burton
2025-09-19 18:32 ` Osama Abdelkader [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aM2huooiCa_LBfpb@osama \
--to=osama.abdelkader@gmail.com \
--cc=Ross.Burton@arm.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox