[oe-commits] org.oe.dev angstrom: add sane defaults for tinderclient and seppuku

koen commit openembedded-commits at lists.openembedded.org
Mon Aug 27 13:12:19 UTC 2007


angstrom: add sane defaults for tinderclient and seppuku

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: fd79f1d31b405d2489723f78bb2e2479e44b0e5b
ViewMTN: http://monotone.openembedded.org/revision.psp?id=fd79f1d31b405d2489723f78bb2e2479e44b0e5b
Files:
1
conf/distro/include/angstrom.inc
Diffs:

#
# mt diff -r26b8940ca9869ff7c4b384c11ddddffb98dc101d -rfd79f1d31b405d2489723f78bb2e2479e44b0e5b
#
# 
# 
# patch "conf/distro/include/angstrom.inc"
#  from [cd8e6ee81497e36eceda2ade49b5706c6f03d464]
#    to [043bdb9ee8805eeed9861b06795cf28aa5761f77]
# 
============================================================
--- conf/distro/include/angstrom.inc	cd8e6ee81497e36eceda2ade49b5706c6f03d464
+++ conf/distro/include/angstrom.inc	043bdb9ee8805eeed9861b06795cf28aa5761f77
@@ -210,6 +210,54 @@ DISTRO_CHECK := "${@bb.data.getVar("DIST
 # Angstrom *always* has some form of release config, so error out if someone thinks he knows better 
 DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}"
 
+
+# Configuration for tinderbox, so people only need:
+# INHERIT          += "tinderclient"
+# in their local.conf 
+
+#Name of the client
+TINDER_MACHINE  = "${MACHINE}-${ANGSTROM_MODE}-build-image"
+
+# Which lof file to write to, which tree to report to
+TINDER_LOG        = "${TMPDIR}/tinder.log"
+TINDER_TREE       = "Angstrom"
+
+# HTTP posting    
+TINDER_HOST       ?= "ewi546.ewi.utwente.nl"
+TINDER_URL        ?= "/tinderbox"
+
+# Which branch do we build
+TINDER_BRANCH     = "org.openembedded.dev"
+   
+## Clobbing
+## 0 for rebuilding everything from scratch
+## 1 for incremental builds
+TINDER_CLOBBER    = "1"
+TINDER_AUTOBUILD  = "1"
+
+## Do a report at all
+TINDER_REPORT     = "1"
+
+# Configuration for seppuku autobuilder, people only need to put:
+# INHERIT += "seppuku"
+# SEPPUKU_USER         = "your_bugzilla at user.id"
+# SEPPUKU_PASS         = "your_bugzilla_password"
+# in their local.conf
+
+# seppuku bbclass
+SEPPUKU_LOGIN        = "http://bugs.openembedded.org/query.cgi?"
+SEPPUKU_QUERY       = "http://bugs.openembedded.org/buglist.cgi?"
+SEPPUKU_NEWREPORT    = "http://bugs.openembedded.org/post_bug.cgi?bug_file_loc=http%3A%2F%2F&version=Angstrom&priority=P2&bug_severity=normal&op_sys=Linux&rep_platform=Other&"
+SEPPUKU_ADDCOMMENT   = "http://bugs.openembedded.org/process_bug.cgi?bug_file_loc=http%3A%2F%2F&version=Angstrom&priority=P2&bug_severity=normal&op_sys=Linux&rep_platform=Other&"SEPPUKU_ATTACHMENT = "http://bugs.openembedded.org/attachment.cgi?"
+SEPPUKU_AUTOBUILD = "1"
+
+SEPPUKU_PRODUCT      = "Openembedded"
+SEPPUKU_COMPONENT    = "build"
+
+
+
+
+
 # We want images supporting the following features (for task-base)
 DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost pci"
 DISTRO_FEATURES_nslu2 = "nfs smbfs alsa bluetooth ext2 usbhost pci"






More information about the Openembedded-commits mailing list