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

GIT User account git at amethyst.openembedded.net
Tue Mar 3 17:34:06 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 8d3b24ed480290fb6d673a5c0bcdb88bdb71f267
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8d3b24ed480290fb6d673a5c0bcdb88bdb71f267

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

Add openmoko QA testing scripts

---

 packages/openmoko-projects/openmoko-qa-scripts.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/packages/openmoko-projects/openmoko-qa-scripts.bb b/packages/openmoko-projects/openmoko-qa-scripts.bb
new file mode 100644
index 0000000..e8cd9a0
--- /dev/null
+++ b/packages/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