From 517834d5e985ca56c3f840e3bbff145060977b86 Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Mon, 14 Sep 2009 08:36:26 -0400 Subject: [PATCH] calibrator: add new recipes for cache calibrator Used to load system during RT testing --- recipes/calibrator/calibrator_svn.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/calibrator/calibrator_svn.bb diff --git a/recipes/calibrator/calibrator_svn.bb b/recipes/calibrator/calibrator_svn.bb new file mode 100644 index 0000000000..3ac2793932 --- /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 + -- 2.39.5