[oe-commits] org.oe.dev at76c503a: add 0.17 release of at76_usb modules

koen commit openembedded-commits at lists.openembedded.org
Sun Feb 17 08:49:58 UTC 2008


at76c503a: add 0.17 release of at76_usb modules
* this works with 2.6.21-hh for the h5000 machine
* this driver also needs a firmware package, that will follow later

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 268625258f89556c1d64e8b64247c79e49703489
ViewMTN: http://monotone.openembedded.org/revision/info/268625258f89556c1d64e8b64247c79e49703489
Files:
1
packages/at76c503a/at76c503a-modules_0.17.bb
Diffs:

#
# mt diff -r395804695db781229c9541400f97c5823739863e -r268625258f89556c1d64e8b64247c79e49703489
#
# 
# 
# add_file "packages/at76c503a/at76c503a-modules_0.17.bb"
#  content [684ad95a1c7f9fb930a8aea5710d5f65a2f4e887]
# 
============================================================
--- packages/at76c503a/at76c503a-modules_0.17.bb	684ad95a1c7f9fb930a8aea5710d5f65a2f4e887
+++ packages/at76c503a/at76c503a-modules_0.17.bb	684ad95a1c7f9fb930a8aea5710d5f65a2f4e887
@@ -0,0 +1,19 @@
+SECTION = "base"
+LICENSE = "GPL"
+
+SRCDATE = "20080116"
+
+SRC_URI = "http://download.berlios.de/at76c503a/at76_usb-0.17.tar.gz"
+S = "${WORKDIR}/at76_usb-${PV}/"
+
+inherit module
+
+MODULES = "at76c503 at76_usbdfu at76c503-i3861 at76c503-rfmd at76c503-rfmd-acc \
+	at76c505-rfmd at76c503-i3863 at76c505-rfmd2958"
+
+do_install() {
+	install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/
+	for i in *${KERNEL_OBJECT_SUFFIX}; do
+		install -m 0644 $i ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/
+	done
+}






More information about the Openembedded-commits mailing list