aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorYuri Bushmelev <jay4mail@gmail.com>2011-02-07 05:44:19 +0000
committerTom Rini <tom_rini@mentor.com>2011-02-12 08:08:54 -0700
commit6265887b16489caf6f35fef1b15e7fbe8e645b26 (patch)
treefc6fdb16ee7a18a75c0a52fb4839693a24a8bb15 /conf
parent90d91735a39984c65979e3af158e9170365f66bf (diff)
downloadopenembedded-6265887b16489caf6f35fef1b15e7fbe8e645b26.tar.gz
tinderclient: Remove it (obsoleted by oestats-client)
Tinderclient is unusable now and obsoleted by oestats-client. So we should remove it from tree. NOTE for Angstrom and Kaelios maintainers: this patch change your configs. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/angstrom.inc26
-rw-r--r--conf/distro/include/kaeilos-2010.inc22
-rw-r--r--conf/distro/include/kaeilos.inc26
-rw-r--r--conf/tinder.conf27
4 files changed, 0 insertions, 101 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 6d7770b84c..5a027232d0 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -157,32 +157,6 @@ DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}"
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}-${LIBC}-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"
-
-## Do a report at all
-TINDER_REPORT = "1"
-
# Configuration for seppuku autobuilder, people only need to put:
# INHERIT += "seppuku oestats-client"
# SEPPUKU_USER = "your_bugzilla@user.id"
diff --git a/conf/distro/include/kaeilos-2010.inc b/conf/distro/include/kaeilos-2010.inc
index 061039d7ee..fe42858cd2 100644
--- a/conf/distro/include/kaeilos-2010.inc
+++ b/conf/distro/include/kaeilos-2010.inc
@@ -120,28 +120,6 @@ DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}"
# KaeilOS *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}-${LIBC}-build-image"
-
-# Which lof file to write to, which tree to report to
-TINDER_LOG = "${TMPDIR}/tinder.log"
-TINDER_TREE = "KaeilOS"
-
-# Which branch do we build
-TINDER_BRANCH = "org.openembedded.dev"
-
-## Clobbing
-## 0 for rebuilding everything from scratch
-## 1 for incremental builds
-TINDER_CLOBBER = "1"
-
-## Do a report at all
-TINDER_REPORT = "1"
-
OESTATS_SERVER ?= "tinderbox.openembedded.org"
# We want images supporting the following features (for task-base)
diff --git a/conf/distro/include/kaeilos.inc b/conf/distro/include/kaeilos.inc
index df4c06915b..848614ff84 100644
--- a/conf/distro/include/kaeilos.inc
+++ b/conf/distro/include/kaeilos.inc
@@ -161,32 +161,6 @@ DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}"
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}-${LIBC}-build-image"
-
-# Which lof file to write to, which tree to report to
-TINDER_LOG = "${TMPDIR}/tinder.log"
-TINDER_TREE = "KaeilOS"
-
-# 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"
-
-## Do a report at all
-TINDER_REPORT = "1"
-
# Configuration for seppuku autobuilder, people only need to put:
# INHERIT += "seppuku oestats-client"
# SEPPUKU_USER = "your_bugzilla@user.id"
diff --git a/conf/tinder.conf b/conf/tinder.conf
deleted file mode 100644
index 614ed89400..0000000000
--- a/conf/tinder.conf
+++ /dev/null
@@ -1,27 +0,0 @@
-INHERIT += "tinderclient"
-
-
-#Name of the client
-#TINDER_MACHINE = "Test-NameOfClient-build-image"
-
-
-# Which lof file to write to, which tree to report to
-#TINDER_LOG = "${TMPDIR}/tinder.log"
-#TINDER_TREE = "OpenEmbeddedBuilds"
-
-
-# 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 = "0"
-
-# Do a report at all
-#TINDER_REPORT = "1"
-