aboutsummaryrefslogtreecommitdiffstats
path: root/packages/stress
diff options
context:
space:
mode:
authorRaymond Danks <raymond@edanks.com>2006-05-31 22:45:14 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-31 22:45:14 +0000
commit993421b8c41e7024861f478db34d20277172ec7a (patch)
tree6681041e2dde85feffba5aa5477f2285a879a9b4 /packages/stress
parentd105c15ea8ec49429717bca45ba5b2ec2b7dd9a8 (diff)
downloadopenembedded-993421b8c41e7024861f478db34d20277172ec7a.tar.gz
stress - Initial add.
Diffstat (limited to 'packages/stress')
-rw-r--r--packages/stress/.mtn2git_empty0
-rw-r--r--packages/stress/stress_0.18.8.bb12
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/stress/.mtn2git_empty b/packages/stress/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/stress/.mtn2git_empty
diff --git a/packages/stress/stress_0.18.8.bb b/packages/stress/stress_0.18.8.bb
new file mode 100644
index 0000000000..7999a3c0ee
--- /dev/null
+++ b/packages/stress/stress_0.18.8.bb
@@ -0,0 +1,12 @@
+# stress .bb build file
+# Copyright (C) 2006, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see /COPYING)
+
+HOMEPAGE="http://weather.ou.edu/~apw/projects/stress/"
+DESCRIPTION = "a simple tool that imposes certain types of compute stress on UNIX-like operating systems."
+MAINTAINER = "Raymond Danks <info-linux@geode.amd.com>"
+LICENSE = "GPL"
+
+inherit autotools
+
+SRC_URI="http://weather.ou.edu/~apw/projects/stress/stress-${PV}.tar.gz"