| 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 |
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 --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" : {