Author: fmueller
Date: Sat Sep 11 09:54:25 2010
New Revision: 9113

URL: http://svn.slimdevices.com/jive?rev=9113&view=rev
Log:
Bug: n/a 
Description: Add Atheros binary only recipe and necessary driver files.  

Added:
    
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/atheros-ar6-module-bin_1.0.bb
    7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/ar6000.ko   
(with props)
    7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/bmiloader   
(with props)
    
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/eeprom.AR6002   
(with props)
    7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/wmiconfig   
(with props)
Modified:
    7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/athwlan.bin
    
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/data.patch.hw2_0.bin

Added: 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/atheros-ar6-module-bin_1.0.bb
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/atheros-ar6-module-bin_1.0.bb?rev=9113&view=auto
==============================================================================
--- 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/atheros-ar6-module-bin_1.0.bb
 (added)
+++ 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/atheros-ar6-module-bin_1.0.bb
 Sat Sep 11 09:54:25 2010
@@ -1,0 +1,56 @@
+DESCRIPTION = "Atheros AR6 sdio wlan driver"
+SECTION = "base"
+LICENSE = "binary only"
+
+PR = "r20"
+
+PROVIDES = "atheros-ar6-module"
+
+DEPENDS = "virtual/kernel"
+#RDEPENDS = "wireless-tools"
+
+SRC_URI=" \
+        file://ar6000.ko \
+        file://bmiloader \
+        file://wmiconfig \
+        file://eeprom.AR6002 \
+        file://athwlan.bin \
+        file://data.patch.hw2_0.bin \
+        file://calData_ar6102_15dBm.bin \
+        file://loadAR6000l.sh \
+        file://wlan \
+"
+
+inherit module-base
+
+INHIBIT_PACKAGE_STRIP = 1
+
+do_install() {
+       INSTALL_DIR=${D}/${base_libdir}/atheros
+       install -m 0755 -d ${INSTALL_DIR}
+
+       # kernel module
+       install -m 0644 ${WORKDIR}/ar6000.ko ${INSTALL_DIR}/ar6000.ko
+
+       # tools
+       install -m 0755 ${WORKDIR}/bmiloader ${INSTALL_DIR}/bmiloader
+       install -m 0755 ${WORKDIR}/wmiconfig ${INSTALL_DIR}/wmiconfig
+       install -m 0755 ${WORKDIR}/eeprom.AR6002 ${INSTALL_DIR}/eeprom.AR6002
+
+       # firmware
+       install -m 0644 ${WORKDIR}/athwlan.bin ${INSTALL_DIR}/athwlan.bin
+       install -m 0644 ${WORKDIR}/data.patch.hw2_0.bin 
${INSTALL_DIR}/data.patch.hw2_0.bin
+
+       # scripts
+       install -m 0644 ${WORKDIR}/calData_ar6102_15dBm.bin 
${INSTALL_DIR}/calData_ar6102_15dBm.bin
+       install -m 0755 ${WORKDIR}/loadAR6000l.sh ${INSTALL_DIR}/loadAR6000l.sh
+
+       install -m 0755 -d ${D}${sysconfdir}/init.d
+       install -m 0755 ${WORKDIR}/wlan ${D}${sysconfdir}/init.d/wlan
+}
+
+
+PACKAGES = "atheros-ar6-module-dbg atheros-ar6-module"
+
+FILES_atheros-ar6-module = "${base_libdir}/modules/${KERNEL_VERSION} 
${base_libdir}/atheros ${sysconfdir}"
+FILES_atheros-ar6-module-dbg = 
"${base_libdir}/modules/${KERNEL_VERSION}/.debug ${base_libdir}/atheros/.debug"

Added: 7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/ar6000.ko
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/ar6000.ko?rev=9113&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/ar6000.ko
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/athwlan.bin
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/athwlan.bin?rev=9113&r1=9112&r2=9113&view=diff
==============================================================================
Binary files - no diff available.

Added: 7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/bmiloader
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/bmiloader?rev=9113&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/bmiloader
------------------------------------------------------------------------------
    svn:executable = *

Propchange: 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/bmiloader
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/data.patch.hw2_0.bin
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/data.patch.hw2_0.bin?rev=9113&r1=9112&r2=9113&view=diff
==============================================================================
Binary files - no diff available.

Added: 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/eeprom.AR6002
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/eeprom.AR6002?rev=9113&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/eeprom.AR6002
------------------------------------------------------------------------------
    svn:executable = *

Propchange: 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/eeprom.AR6002
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/wmiconfig
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/wmiconfig?rev=9113&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/wmiconfig
------------------------------------------------------------------------------
    svn:executable = *

Propchange: 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/wmiconfig
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to