diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2009-09-14 08:36:26 -0400 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2009-09-14 08:37:07 -0400 |
commit | 517834d5e985ca56c3f840e3bbff145060977b86 (patch) | |
tree | b04aed6899420b6debc49aae113e6638b44261f8 /recipes/calibrator/calibrator_svn.bb | |
parent | d4a87d12b3bc156c19d1f589770436e24fe4e49f (diff) |
calibrator: add new recipes for cache calibrator
Used to load system during RT testing
Diffstat (limited to 'recipes/calibrator/calibrator_svn.bb')
-rw-r--r-- | 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 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 + |