[oe-commits] Cliff Brake : calibrator: add new recipes for cache calibrator

git version control git at git.openembedded.org
Mon Sep 14 12:37:27 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 517834d5e985ca56c3f840e3bbff145060977b86
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=517834d5e985ca56c3f840e3bbff145060977b86

Author: Cliff Brake <cbrake at bec-systems.com>
Date:   Mon Sep 14 08:36:26 2009 -0400

calibrator: add new recipes for cache calibrator

Used to load system during RT testing

---

 recipes/calibrator/calibrator_svn.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/calibrator/calibrator_svn.bb b/recipes/calibrator/calibrator_svn.bb
new file mode 100644
index 0000000..3ac2793
--- /dev/null
+++ b/recipes/calibrator/calibrator_svn.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "The Calibrator, a Cache-Memory and TLB Calibration Tool"
+HOMEPAGE = "http://monetdb.cwi.nl/Calibrator/"
+LICENSE = "AS IS"
+
+SRCREV = "21"
+PV = "0.9e+svn${SRCREV}"
+PR = "r0"
+
+SRC_URI = "svn://dev.bec-systems.com/svn/pub;module=calibrator;proto=http"
+
+inherit autotools
+
+S = ${WORKDIR}/calibrator
+





More information about the Openembedded-commits mailing list