Pulled into master, I'll bring it into production this week. Note: it will not be part of nightly, so if you want it kicked on prod autobuilders for nightlies, we'll have to do some extra work for that (LAYERVERSION bump, and code in the buildstep to skip this build to ensure backwards compatibility).
thanks! -b On Thu, Nov 20, 2014 at 5:28 PM, Ross Burton <[email protected]> wrote: > This is based on the nightly-arm target with the beaglebone builds removed. > > Signed-off-by: Ross Burton <[email protected]> > --- > buildset-config.controller/nightly-arm64.conf | 27 > +++++++++++++++++++++++++ > 1 file changed, 27 insertions(+) > create mode 100644 buildset-config.controller/nightly-arm64.conf > > diff --git a/buildset-config.controller/nightly-arm64.conf > b/buildset-config.controller/nightly-arm64.conf > new file mode 100644 > index 0000000..7c2524b > --- /dev/null > +++ b/buildset-config.controller/nightly-arm64.conf > @@ -0,0 +1,27 @@ > +[nightly-arm64] > +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'}}] > +steps: [{'SetDest':{}}, > + {'CheckOutLayers': {}}, > + {'RunPreamble': {}}, > + {'GetDistroVersion' : {'distro': 'poky'}}, > + {'CreateAutoConf': {'machine': 'qemuarm64', 'SDKMACHINE' : 'i686', > 'distro': 'poky', 'buildhistory' : True}}, > + {'CreateBBLayersConf': {'buildprovider' : 'yocto'}}, > + {'SyncPersistDB' : {'distro' : 'poky'}}, > + {'BuildImages': {'images': 'core-image-sato core-image-sato-dev > core-image-sato-sdk core-image-minimal core-image-minimal-dev'}}, > + {'RunSanityTests': {'images': 'core-image-minimal core-image-sato > core-image-sato-sdk'}}, > + {'CreateAutoConf': {'machine': 'qemuarm64', 'SDKMACHINE' : 'i686', > 'distro': 'poky', 'buildhistory' : False}}, > + {'BuildToolchainImages': {}}, > + {'CreateAutoConf': {'machine': 'qemuarm64', 'SDKMACHINE' : 'x86_64', > 'distro': 'poky', 'buildhistory' : False}}, > + {'BuildToolchainImages': {}}, > + {'SyncPersistDB' : {'commit' : True, 'distro':'poky'}}, > + {'PublishLayerTarballs':{}}, > + {'SendErrorReport': {}}, > + {'PublishArtifacts': {'artifacts': ['qemuarm64', 'ipk', 'toolchain', > 'md5sums']}}] > + > -- > 1.7.10.4 > > -- > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto -- Elizabeth Flanagan Yocto Project Build and Release -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
