diff mbox series

[yocto-autobuilder-helper] config.json: add x86-64 multilib SDK build test

Message ID 20251203052223.3251326-1-Qi.Chen@windriver.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json: add x86-64 multilib SDK build test | expand

Commit Message

ChenQi Dec. 3, 2025, 5:22 a.m. UTC
From: Chen Qi <Qi.Chen@windriver.com>

Add multilib SDK test to autobuilder.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 config.json | 11 +++++++++++
 1 file changed, 11 insertions(+)

Comments

ChenQi Jan. 12, 2026, 2:23 a.m. UTC | #1
ping

On 12/3/25 13:22, Chen Qi via lists.yoctoproject.org wrote:
> From: Chen Qi <Qi.Chen@windriver.com>
>
> Add multilib SDK test to autobuilder.
>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
>   config.json | 11 +++++++++++
>   1 file changed, 11 insertions(+)
>
> diff --git a/config.json b/config.json
> index 0cce282..15bb6be 100644
> --- a/config.json
> +++ b/config.json
> @@ -925,6 +925,17 @@
>                   "extravars" : [
>                       "OE_FRAGMENTS += 'core/yocto-autobuilder/multilib-x86-lib64'"
>                   ]
> +            },
> +            "step6" : {
> +                "shortname" : "x86-64 lib32-sdk",
> +                "description" : "x86-64 sdk with 32bit multilib enabled",
> +                "MACHINE" : "qemux86-64",
> +                "SDKMACHINE" : "x86_64",
> +                "BBTARGETS" : "core-image-full-cmdline:do_populate_sdk",
> +                "SANITYTARGETS" : "core-image-full-cmdline:do_testsdk",
> +                "extravars" : [
> +                    "OE_FRAGMENTS += 'core/yocto-autobuilder/multilib-x86-lib32'"
> +                ]
>               }
>           },
>           "pkgman-non-rpm" : {
diff mbox series

Patch

diff --git a/config.json b/config.json
index 0cce282..15bb6be 100644
--- a/config.json
+++ b/config.json
@@ -925,6 +925,17 @@ 
                 "extravars" : [
                     "OE_FRAGMENTS += 'core/yocto-autobuilder/multilib-x86-lib64'"
                 ]
+            },
+            "step6" : {
+                "shortname" : "x86-64 lib32-sdk",
+                "description" : "x86-64 sdk with 32bit multilib enabled",
+                "MACHINE" : "qemux86-64",
+                "SDKMACHINE" : "x86_64",
+                "BBTARGETS" : "core-image-full-cmdline:do_populate_sdk",
+                "SANITYTARGETS" : "core-image-full-cmdline:do_testsdk",
+                "extravars" : [
+                    "OE_FRAGMENTS += 'core/yocto-autobuilder/multilib-x86-lib32'"
+                ]
             }
         },
         "pkgman-non-rpm" : {