aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.meta-intel/intel-corei7-64-lsb-rt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildset-config.meta-intel/intel-corei7-64-lsb-rt.conf')
-rw-r--r--buildset-config.meta-intel/intel-corei7-64-lsb-rt.conf62
1 files changed, 0 insertions, 62 deletions
diff --git a/buildset-config.meta-intel/intel-corei7-64-lsb-rt.conf b/buildset-config.meta-intel/intel-corei7-64-lsb-rt.conf
deleted file mode 100644
index 76e0f9f1..00000000
--- a/buildset-config.meta-intel/intel-corei7-64-lsb-rt.conf
+++ /dev/null
@@ -1,62 +0,0 @@
-[intel-corei7-64-lsb-rt]
-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'}},
- {'meta-qt3':
- {'repourl':'git://git.yoctoproject.org/meta-qt3',
- 'branch':'master'}},
- {'meta-qt4':
- {'repourl':'git://git.yoctoproject.org/meta-qt4',
- 'branch':'master'}},
- {'meta-intel':
- {'repourl':'git://git.yoctoproject.org/meta-intel',
- 'layerversion':{'intel':'meta-intel'},
- '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': '',
- 'label':'<hr><h3> SRCREV for KMETA_${MACHINE} (default is blank):<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': '',
- 'label':'<hr><h3> SRCREV for KBRANCH. (default is blank):<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>'}}]
-steps: [{'SetDest':{}},
- {'CheckOutLayers': {}},
- {'RunPreamble': {}},
- {'CheckBSPExists': {}},
- {'GetDistroVersion' : {'distro': 'poky'}},
- {'CreateBBLayersConf': {'buildprovider' : 'yocto',
- 'bsplayer': True, 'bspprovider': 'intel',
- 'layerdirs': ['meta-intel', 'meta-intel/meta-tlk']}},
- {'CreateAutoConf': {'machine': 'intel-corei7-64',
- 'SDKMACHINE' : 'x86_64',
- 'distro': 'poky-lsb',
- 'atextappend' : '\nPREFERRED_PROVIDER_virtual/kernel_linuxstdbase = "linux-intel-rt"\n'}},
- {'AddKernelProps': {}},
- {'BuildImages': {'images': 'core-image-rt'}},
- {'PublishLayerTarballs':{}},
- {'PublishArtifacts': {'artifacts': ['conf', 'intel-corei7-64']}}]