aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/testing/testbuilder/testbuilder.d/master.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/testing/testbuilder/testbuilder.d/master.conf.sample')
-rw-r--r--contrib/testing/testbuilder/testbuilder.d/master.conf.sample13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/testing/testbuilder/testbuilder.d/master.conf.sample b/contrib/testing/testbuilder/testbuilder.d/master.conf.sample
new file mode 100644
index 0000000000..2e48d4b07e
--- /dev/null
+++ b/contrib/testing/testbuilder/testbuilder.d/master.conf.sample
@@ -0,0 +1,13 @@
+# Other sample build profile
+DISABLED=yes # This build is disabled
+BUILD="Build from master branch"
+OE_BRANCH="master"
+BB_BRANCH="master"
+# Note that angstrom-2010.x is disabled below ('!' before)
+DISTROS="!angstrom-2010.x minimal"
+IMAGES="console-image"
+SETS="zauruses qemux86"
+MACHINES_zauruses="collie tosa akita"
+MACHINES_qemu="qemux86"
+TASKS="build_clean !build_incremental"
+