aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.kernel/nightly-kernel.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildset-config.kernel/nightly-kernel.conf')
-rw-r--r--buildset-config.kernel/nightly-kernel.conf63
1 files changed, 0 insertions, 63 deletions
diff --git a/buildset-config.kernel/nightly-kernel.conf b/buildset-config.kernel/nightly-kernel.conf
deleted file mode 100644
index 981f7d8d..00000000
--- a/buildset-config.kernel/nightly-kernel.conf
+++ /dev/null
@@ -1,63 +0,0 @@
-[nightly-kernel]
-builders: 'example-worker'
-repos: [{'poky':
- {'repourl':'git://git.yoctoproject.org/poky',
- 'layerversion':{'core':'meta', 'yoctobsp':'meta-yocto-bsp', 'yocto':'meta-yocto', 'poky':'meta-poky'},
- 'branch':'master'}}]
-props: [{'kmeta':{'prop_type':'StringParameter',
- 'size': 15,
- 'name': 'kmeta',
- 'default': '',
- 'label':'<hr><h3> branch for KMETA_${MACHINE} (default is blank):</h3>'}},
- {'srcrev_meta':{'prop_type':'StringParameter',
- 'size': 15,
- 'name': 'srcrev_meta',
- 'default': '${AUTOREV}',
- 'label':'<hr><h3> SRCREV for KMETA_${MACHINE} (default is ${AUTOREV}):<br></h3>'}},
- {'srcuri_meta':{'prop_type':'StringParameter',
- 'size': 50,
- 'name': 'srcuri_meta',
- 'default': '',
- 'label':'<hr><h3> SRC_URI_pn-linux-yocto KMETA append. (default is blank).<br> This should be constructed as *just* the git uri portion of the string. <br>(git://git.yoctoproject.org/linux-yocto-3.19.git</h3>'}},
- {'kbranch':{'prop_type':'StringParameter',
- 'size': 15,
- 'name': 'kbranch',
- 'default': '',
- 'label':'<hr><h3> branch for KBRANCH_${MACHINE} (default is blank):</h3>'}},
- {'srcrev_machine':{'prop_type':'StringParameter',
- 'size': 15,
- 'name': 'srcrev_machine',
- 'default': '${AUTOREV}',
- 'label':'<hr><h3> SRCREV for KBRANCH. (default is ${AUTOREV}):<br></h3>'}},
- {'srcuri_machine':{'prop_type':'StringParameter',
- 'size': 50,
- 'name': 'srcuri_machine',
- 'default': '',
- 'label':'<hr><h3> SRC_URI_pn-linux-yocto KBRANCH append. (default is blank).<br> This should be constructed as *just* the git uri portion of the string. <br>(git://git.yoctoproject.org/linux-yocto-3.19.git</h3>'}},
- {'prefered_kernel':{'prop_type':'StringParameter',
- 'size': 15,
- 'name': 'prefered_kernel',
- 'default': 'linux-yocto',
- 'label':'<hr><h3> PREFERRED_PROVIDER_virtual/kernel (default is "linux-yocto"):</h3>'}}]
-steps: [{'SetDest':{}},
- {'CheckOutLayers': {}},
- {'RunPreamble': {}},
- {'GetDistroVersion' : {'distro': 'poky'}},
- {'CreateAutoConf': {'machine': 'qemux86', 'SDKMACHINE' : 'x86_64',
- 'distro': 'poky',
- 'atextprepend': 'SOURCE_MIRROR_FETCH = "1"\n'}},
- {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
- {'BuildImages': {'images': 'universe -c fetch'}},
- {'TriggerBuilds': {'schedulerName': 'main-build', 'waitForFinish': 'True',
- 'copy_properties': ['custom_kmeta', 'custom_kbranch',
- 'custom_srcrev_meta', 'custom_srcuri_meta',
- 'custom_srcrev_machine', 'custom_srcuri_machine'],
- 'schedulerNames': {'kernel-arm': {}, 'kernel-arm-lsb': {},
- 'kernel-mips': {}, 'kernel-mips-lsb': {},
- 'kernel-ppc': {}, 'kernel-ppc-lsb': {},
- 'kernel-x86-64': {}, 'kernel-x86-64-lsb': {},
- 'kernel-x86': {}, 'kernel-x86-lsb': {}, 'kernel-arm64': {}},
- 'schedulerNames_nowait' : {}}},
- {'DownloadErrorReports': {}},
- {'SendErrorReport': {}},
- {'SendQAEmail': {}}]