summaryrefslogtreecommitdiffstats
path: root/meta-linaro/recipes-support/rt-app/rt-app_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-linaro/recipes-support/rt-app/rt-app_git.bb')
-rw-r--r--meta-linaro/recipes-support/rt-app/rt-app_git.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-linaro/recipes-support/rt-app/rt-app_git.bb b/meta-linaro/recipes-support/rt-app/rt-app_git.bb
new file mode 100644
index 0000000..119ddfe
--- /dev/null
+++ b/meta-linaro/recipes-support/rt-app/rt-app_git.bb
@@ -0,0 +1,13 @@
1SUMMARRY = "rt-app is a test application that starts multiple periodic threads in order to simulate a real-time periodic load. "
2
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING.in;md5=e43fc16fccd8519fba405f0a0ff6e8a3"
5
6PV = "0.1+0.2-alpha2"
7SRCREV = "17be4548c4260b80be623e0e1317e98a770dea7a"
8SRC_URI = "git://github.com/gbagnoli/rt-app"
9
10S = "${WORKDIR}/git"
11
12inherit autotools
13