[oe-commits] Angus Ainslie : Add openmoko QA testing scripts

GIT User account git at amethyst.openembedded.net
Thu Mar 26 10:45:15 UTC 2009


Module: openembedded.git
Branch: jan/master
Commit: ffe44fe2934e42925096386e966fb3fb62975a3a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ffe44fe2934e42925096386e966fb3fb62975a3a

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Tue Mar  3 10:33:07 2009 -0700

Add openmoko QA testing scripts

---

 recipes/openmoko-projects/openmoko-qa-scripts.bb |   19 +++++++++++++++++++
 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 0000000..e8cd9a0
--- /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/
+}





More information about the Openembedded-commits mailing list