summaryrefslogtreecommitdiffstats
path: root/meta-linaro/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta-linaro/recipes-support')
-rw-r--r--meta-linaro/recipes-support/confuse/confuse_2.7.bb16
-rw-r--r--meta-linaro/recipes-support/rt-app/rt-app_git.bb13
2 files changed, 29 insertions, 0 deletions
diff --git a/meta-linaro/recipes-support/confuse/confuse_2.7.bb b/meta-linaro/recipes-support/confuse/confuse_2.7.bb
new file mode 100644
index 0000000..7f937aa
--- /dev/null
+++ b/meta-linaro/recipes-support/confuse/confuse_2.7.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "Library for parsing configuration files."
2HOMEPAGE = "http://www.nongnu.org/confuse/"
3SECTION = "libs"
4LICENSE = "ISC"
5LIC_FILES_CHKSUM = "file://NEWS;md5=18e885b42b86362019e0cab8dc2a393b"
6
7SRC_URI = "http://download.savannah.gnu.org/releases/confuse/confuse-${PV}.tar.gz \
8 "
9SRC_URI[md5sum] = "45932fdeeccbb9ef4228f1c1a25e9c8f"
10SRC_URI[sha256sum] = "e32574fd837e950778dac7ade40787dd2259ef8e28acd6ede6847ca895c88778"
11
12inherit autotools binconfig pkgconfig lib_package gettext
13
14EXTRA_OECONF = "--enable-shared"
15
16BBCLASSEXTEND = "native"
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