aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.kernel/kernel-ppc.conf
blob: 45b341faebee1e8e08670d2cad2b2dcf6e444917 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[kernel-ppc]
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': 'qemuppc', 'SDKMACHINE' : 'i686', 'distro': 'poky', 'buildhistory' : False, 'atextappend' : '\nPREFERRED_PROVIDER_virtual/kernel="linux-yocto-dev"\n'}},
        {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
        {'AddKernelProps': {}},
        {'BuildImages': {'images': 'core-image-kernel-dev'}},
        {'RunSanityTests': {'images': 'core-image-kernel-dev'}},
        {'DownloadErrorReports': {}},
        {'SendErrorReport': {}}]