aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.controller/nightly-musl.conf
blob: da98e01e2f3e4c559f0d13ddd0d0cfa40a635a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[nightly-musl]
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'}}]
steps: [{'SetDest':{}},
        {'CheckOutLayers': {}},
        {'RunPreamble': {}},
        {'GetDistroVersion' : {'distro': 'poky'}},
        {'CreateAutoConf': {'machine': 'qemux86', 'SDKMACHINE' : 'x86_64',
                            'buildhistory' : False, 'distro': 'poky',
                            'atextappend' : '\nTCLIBC="musl"\n' }},
        {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
        {'BuildImages': {'images':  'core-image-minimal core-image-full-cmdline core-image-sato-sdk world'}},
        {'RunSanityTests': {'images': 'core-image-minimal core-image-full-cmdline core-image-sato-sdk'}},
        {'DownloadErrorReports': {}},
        {'SendErrorReport': {}}]