All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nightly-meta-intel-world.conf: Do meta-intel world builds
@ 2015-03-26  3:27 Graydon, Tracy
  0 siblings, 0 replies; only message in thread
From: Graydon, Tracy @ 2015-03-26  3:27 UTC (permalink / raw)
  To: yocto

[YOCTO #6385]

Do world builds for meta-intel-world for a couple of BSPs. This patch
adds the new nightly-meta-intel-world buildset to fix bug #6385. Also
added it to the nightly-meta-intel.conf and yoctoAB.conf.

Signed-off-by: Graydon, Tracy <tracy.graydon@intel.com>
---
 .../nightly-meta-intel-world.conf                  | 28 ++++++++++++++++++++++
 buildset-config.meta-intel/nightly-meta-intel.conf |  2 +-
 buildset-config.meta-intel/yoctoAB.conf            |  7 +++---
 3 files changed, 33 insertions(+), 4 deletions(-)
 create mode 100644 buildset-config.meta-intel/nightly-meta-intel-world.conf

diff --git a/buildset-config.meta-intel/nightly-meta-intel-world.conf b/buildset-config.meta-intel/nightly-meta-intel-world.conf
new file mode 100644
index 0000000..13f71d1
--- /dev/null
+++ b/buildset-config.meta-intel/nightly-meta-intel-world.conf
@@ -0,0 +1,28 @@
+[nightly-meta-intel-world]
+builders: 'example-worker'
+repos: [{'poky':
+            {'repourl':'git://git.yoctoproject.org/poky',
+             'layerversion':{'core':'meta', 'yoctobsp':'meta-yocto-bsp'},
+             'branch':'master'}},
+        {'meta-qt3':
+            {'repourl':'git://git.yoctoproject.org/meta-qt3',
+             'branch':'master'}},
+        {'meta-intel':
+            {'repourl':'git://git.yoctoproject.org/meta-intel',
+             'layerversion':{'intel':'meta-intel'},
+             'branch':'master'}}]
+steps: [{'SetDest':{}},
+        {'CheckOutLayers': {}},
+        {'RunPreamble': {}},
+        {'CheckBSPExists': {}},
+        {'GetDistroVersion' : {'distro': 'poky'}},
+        {'CreateAutoConf': {'machine': 'intel-core2-32', 'SDKMACHINE' : 'x86_64', 'distro': 'poky'}},
+        {'CreateBBLayersConf': {'buildprovider' : 'yocto', 'bsplayer': True, 'bspprovider': 'intel'}},
+        {'GetBitbakeVersion':{}},
+        {'BuildImages': {'images': 'world'}},
+        {'CreateAutoConf': {'machine': 'intel-corei7-64', 'SDKMACHINE' : 'x86_64', 'distro': 'poky'}},
+        {'CreateBBLayersConf': {'buildprovider' : 'yocto', 'bsplayer': True, 'bspprovider': 'intel'}},
+        {'GetBitbakeVersion':{}},
+        {'BuildImages': {'images': 'world'}},
+        {'SendErrorReport': {}},
+        {'UploadToasterEventlog': {}}}]
diff --git a/buildset-config.meta-intel/nightly-meta-intel.conf b/buildset-config.meta-intel/nightly-meta-intel.conf
index 89fe67d..d989f3d 100644
--- a/buildset-config.meta-intel/nightly-meta-intel.conf
+++ b/buildset-config.meta-intel/nightly-meta-intel.conf
@@ -53,7 +53,7 @@ steps: [{'SetDest':{}},
                              'jasperforest':{}, 'jasperforest-lsb':{},
                              'romley':{}, 'romley-lsb':{},
                              'sugarbay':{}, 'sugarbay-lsb':{},
-                             'nuc':{}, 'nuc-lsb':{}}, 'schedulerNames_nowait' : {}}},
+                             'nuc':{}, 'nuc-lsb':{}, 'nightly-meta-intel-world':{}}, 'schedulerNames_nowait' : {}}},
         {'CreateIntelBSPPackage': {'machine': 'intel-core2-32'}}, 
         {'CreateIntelBSPPackage': {'machine': 'intel-corei7-64'}}, 
         {'CreateIntelBSPPackage': {'machine': 'crownbay'}},
diff --git a/buildset-config.meta-intel/yoctoAB.conf b/buildset-config.meta-intel/yoctoAB.conf
index 90e7abf..5bf6248 100644
--- a/buildset-config.meta-intel/yoctoAB.conf
+++ b/buildset-config.meta-intel/yoctoAB.conf
@@ -1,7 +1,8 @@
 [BuildSets]
-order: ['nightly-meta-intel', 'intel-corei7-64', 'intel-corei7-64-lsb',
-        'intel-corei7-64-rt', 'intel-corei7-64-lsb-rt', 'intel-core2-32',
-        'intel-core2-32-lsb', 'intel-core2-32-rt', 'intel-core2-32-lsb-rt',
+order: ['nightly-meta-intel', 'nightly-meta-intel-world', 
+        'intel-corei7-64', 'intel-corei7-64-lsb', 'intel-corei7-64-rt', 
+        'intel-corei7-64-lsb-rt', 'intel-core2-32', 'intel-core2-32-lsb', 
+        'intel-core2-32-rt', 'intel-core2-32-lsb-rt',
         'crownbay', 'crownbay-lsb', 'crownbay-noemgd', 'crownbay-noemgd-lsb',
         'emenlow', 'emenlow-lsb', 'emenlow-noemgd', 'emenlow-noemgd-lsb',
         'fri2', 'fri2-lsb', 'fri2-noemgd', 'fri2-noemgd-lsb',
-- 
1.9.3



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-26  2:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-26  3:27 [PATCH] nightly-meta-intel-world.conf: Do meta-intel world builds Graydon, Tracy

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.