[oe-commits] Michael 'Mickey' Lauer : wmiconfig: new recipe; configuration utility for atheros wifi chipsets

GIT User account git at amethyst.openembedded.net
Wed Nov 19 18:56:23 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1bd00ef16955d55f4158bef3a5fca6cc7a201d8a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1bd00ef16955d55f4158bef3a5fca6cc7a201d8a

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Nov 19 19:55:23 2008 +0100

wmiconfig: new recipe; configuration utility for atheros wifi chipsets

---

 conf/distro/include/moko-autorev.inc |    2 ++
 conf/distro/include/sane-srcrevs.inc |    1 +
 packages/wmiconfig/wmiconfig_svn.bb  |   15 +++++++++++++++
 3 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/moko-autorev.inc b/conf/distro/include/moko-autorev.inc
index b63b9e0..59968f5 100644
--- a/conf/distro/include/moko-autorev.inc
+++ b/conf/distro/include/moko-autorev.inc
@@ -67,3 +67,5 @@ SRCREV_pn-u-boot-openmoko ?= "${AUTOREV}"
 SRCREV_pn-u-boot-openmoko-devel ?= "${AUTOREV}"
 SRCREV_pn-usbpath ?= "${AUTOREV}"
 SRCREV_pn-usbpath-native ?= "${AUTOREV}"
+SRCREV_pn-wmiconfig ?= "${AUTOREV}"
+
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index f6023e5..3606324 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -214,6 +214,7 @@ SRCREV_pn-webkit-qtopia ?= "28656"
 SRCREV_pn-wesnoth ?= "22021"
 SRCREV_pn-wlan-ng-modules ?= "1859"
 SRCREV_pn-wlan-ng-utils ?= "1859"
+SRCREV_pn-wmiconfig ?= "4522"
 SRCREV_pn-xoo ?= "1971"
 SRCREV_pn-xserver-kdrive-glamo ?= "7fa46527131177dfba7e711d1530205a9efc5e79"
 SRCREV_pn-zhone ?= "929c78f2e83faef526064231c17958eaef72eba3"
diff --git a/packages/wmiconfig/wmiconfig_svn.bb b/packages/wmiconfig/wmiconfig_svn.bb
new file mode 100644
index 0000000..bcf7867
--- /dev/null
+++ b/packages/wmiconfig/wmiconfig_svn.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Atheros 6K Wifi configuration utility"
+LICENSE = "GPL"
+SECTION = "console/network"
+PV = "0.0.0+svnr${SRCREV}"
+
+SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=AR6kSDK.build_sw.18;proto=http"
+S = "${WORKDIR}/AR6kSDK.build_sw.18/host/tools/wmiconfig"
+
+export CC := "${CC}"
+
+do_install() {
+	install -d ${D}${bindir}
+	install -m 0755 wmiconfig ${D}${bindir}
+}
+





More information about the Openembedded-commits mailing list