aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngus Ainslie <nytowl@openmoko.org>2009-03-03 10:33:07 -0700
committerJan Luebbe <jluebbe@debian.org>2009-03-26 11:34:18 +0100
commitffe44fe2934e42925096386e966fb3fb62975a3a (patch)
treeb0de9bc10479d4111b6dcb46ed6857f74a9ed091
parent51885a8d379a0088b08f2674aa50e35e071e3757 (diff)
downloadopenembedded-ffe44fe2934e42925096386e966fb3fb62975a3a.tar.gz
Add openmoko QA testing scripts
-rw-r--r--recipes/openmoko-projects/openmoko-qa-scripts.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/openmoko-projects/openmoko-qa-scripts.bb b/recipes/openmoko-projects/openmoko-qa-scripts.bb
new file mode 100644
index 0000000000..e8cd9a0173
--- /dev/null
+++ b/recipes/openmoko-projects/openmoko-qa-scripts.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Openmoko QA test scripts"
+SECTION = "utils"
+LICENSE = "GPL"
+PV = "0.0.0+gitr${SRCREV}"
+
+SRC_URI = "git://git.openmoko.org/git/testing_scripts;protocol=git"
+S = "${WORKDIR}/git"
+
+RDEPENDS = "\
+ bluez4 \
+ opkg \
+ xrandr \
+ task-boot \
+"
+
+do_install() {
+ install -d ${D}/usr/bin
+ install ${S}/bin/* ${D}/usr/bin/
+}