diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/angstrom.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index bd56a09de6..bbdbe7f80b 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -281,9 +281,10 @@ TINDER_CLOBBER = "1" TINDER_REPORT = "1" # Configuration for seppuku autobuilder, people only need to put: -# INHERIT += "seppuku" +# INHERIT += "seppuku oestats-client" # SEPPUKU_USER = "your_bugzilla@user.id" # SEPPUKU_PASS = "your_bugzilla_password" +# OESTATS_BUILDER = "your_name" # in their local.conf # seppuku bbclass @@ -297,7 +298,7 @@ SEPPUKU_AUTOBUILD = "1" SEPPUKU_PRODUCT = "Openembedded" SEPPUKU_COMPONENT = "org.openembedded.dev" - +OESTATS_SERVER ?= "tinderbox.openembedded.net" |