calibrator: add new recipes for cache calibrator
authorCliff Brake <cbrake@bec-systems.com>
Mon, 14 Sep 2009 12:36:26 +0000 (08:36 -0400)
committerCliff Brake <cbrake@bec-systems.com>
Mon, 14 Sep 2009 12:37:07 +0000 (08:37 -0400)
Used to load system during RT testing

recipes/calibrator/calibrator_svn.bb [new file with mode: 0644]

diff --git a/recipes/calibrator/calibrator_svn.bb b/recipes/calibrator/calibrator_svn.bb
new file mode 100644 (file)
index 0000000..3ac2793
--- /dev/null
@@ -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
+