All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto-autobuilder][PATCH] nightly-multilib.conf: add mips64/32 build and test
@ 2016-08-23 20:31 Bill Randle
  2016-08-23 21:19 ` Joshua Lock
  0 siblings, 1 reply; 2+ messages in thread
From: Bill Randle @ 2016-08-23 20:31 UTC (permalink / raw)
  To: yocto

To provide additional testing of multilib configs, build and test a
mips64/n32 image.

[YOCTO #8083]

Signed-off-by: Bill Randle <william.c.randle@intel.com>
---
 buildset-config.controller/nightly-multilib.conf | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/buildset-config.controller/nightly-multilib.conf b/buildset-config.controller/nightly-multilib.conf
index 9dce758..2c842f5 100644
--- a/buildset-config.controller/nightly-multilib.conf
+++ b/buildset-config.controller/nightly-multilib.conf
@@ -37,5 +37,13 @@ steps: [{'SetDest':{}},
                             'buildhistory' : False, 'multilib': 'lib64',
                             'distro': 'poky'}},
         {'BuildImages': {'images': 'lib64-core-image-sato lib64-core-image-sato-sdk'}},
+        {'CreateAutoConf': {'machine': 'qemumips64', 'SDKMACHINE' : 'x86_64',
+                            'buildhistory' : False,
+                            'distro': 'poky',
+                            'atextappend' : '\nrequire conf/multilib.conf\nMULTILIBS = "multilib:lib64 multilib:lib32"\nDEFAULTTUNE = "mips64-n32"\nDEFAULTTUNE_virtclass-multilib-lib64 = "mips64"\nDEFAULTTUNE_virtclass-multilib-lib32 = "mips32r2"\n'}},
+        {'BuildImages': {'images': 'core-image-minimal'}},
+        {'RunSanityTests': {'images': 'core-image-minimal'}},
+        {'BuildImages': {'images': '-c populate_sdk core-image-minimal'}},
+        {'RunSDKSanityTests': {'images': 'core-image-minimal'}},
         {'DownloadErrorReports': {}},
         {'SendErrorReport': {}}]
-- 
2.5.5



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

end of thread, other threads:[~2016-08-23 21:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-23 20:31 [yocto-autobuilder][PATCH] nightly-multilib.conf: add mips64/32 build and test Bill Randle
2016-08-23 21:19 ` Joshua Lock

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.