diff mbox series

[yocto-autobuilder-helper] config.json: rename qemux86-64 builders to contain "-64"

Message ID 20260119-qemux86-64-builds-rename-v1-1-1509a9431c02@bootlin.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json: rename qemux86-64 builders to contain "-64" | expand

Commit Message

Antonin Godard Jan. 19, 2026, 8:43 a.m. UTC
It can be confusing as some builds are also named qemux86-<something> for
the "qemux86" machine. Rename these two qemux86-64 to begin with
"qemux86-64-".

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 config.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


---
base-commit: 6f793956c9b43f7a74f5a22c86a93b744b21ada9
change-id: 20260119-qemux86-64-builds-rename-0d80d7ea0755

Comments

Richard Purdie Jan. 19, 2026, 8:53 a.m. UTC | #1
On Mon, 2026-01-19 at 09:43 +0100, Antonin Godard via lists.yoctoproject.org wrote:
> It can be confusing as some builds are also named qemux86-<something> for
> the "qemux86" machine. Rename these two qemux86-64 to begin with
> "qemux86-64-".
> 
> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
> ---
>  config.json | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

I do agree it is confusing but it isn't this simple, you need to rename
in autobuilder2 and in every branch of autobuilder-helper. Things like
the results output then change too :/

It did used to actually build qemux86, we changed that as it didn't
make sense but I worried about the renaming of the target on the
autobuilder. I'm not sure whether that was in kirkstone or not.

Cheers,

Richard
Antonin Godard Jan. 19, 2026, 9:21 a.m. UTC | #2
Hi,

On Mon Jan 19, 2026 at 9:53 AM CET, Richard Purdie via lists.yoctoproject.org wrote:
> On Mon, 2026-01-19 at 09:43 +0100, Antonin Godard via lists.yoctoproject.org wrote:
>> It can be confusing as some builds are also named qemux86-<something> for
>> the "qemux86" machine. Rename these two qemux86-64 to begin with
>> "qemux86-64-".
>> 
>> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
>> ---
>>  config.json | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> I do agree it is confusing but it isn't this simple, you need to rename
> in autobuilder2 and in every branch of autobuilder-helper. Things like
> the results output then change too :/
>
> It did used to actually build qemux86, we changed that as it didn't
> make sense but I worried about the renaming of the target on the
> autobuilder. I'm not sure whether that was in kirkstone or not.

I see, I sent this knowingly of some possible gotchas, thought I'd send it
anyway. No problem not having this, thanks for the explanation!

Antonin
diff mbox series

Patch

diff --git a/config.json b/config.json
index 3229cde..1a81133 100644
--- a/config.json
+++ b/config.json
@@ -831,14 +831,14 @@ 
             "MACHINE" : "genericx86-64",
             "TEMPLATE" : "altcfg-hw"
         },
-        "qemux86-world" : {
+        "qemux86-64-world" : {
             "MACHINE" : "qemux86-64",
             "BBTARGETS" : "world",
             "extravars" : [
                 "OE_FRAGMENTS += 'core/yocto-autobuilder/multilib-x86-lib32'"
             ]
         },
-        "qemux86-world-alt" : {
+        "qemux86-64-world-alt" : {
             "MACHINE" : "qemux86-64",
             "DISTRO" : "poky-altcfg",
             "BBTARGETS" : "world",