wl1251-modules: Move recipe to use the compat-wireless branch on the pandora-wifi...
authorDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 20 Apr 2010 21:19:28 +0000 (22:19 +0100)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 20 Apr 2010 21:19:28 +0000 (22:19 +0100)
recipes/pandora-system/wl1251-modules.bb

index f53712a..4ee34d8 100755 (executable)
@@ -1,15 +1,13 @@
 DESCRIPTION = "Kernel drivers for the TI WL1251 WiFi chip found on the Pandora - Connected via SDIO"
 LICENSE = "GPLv2"
 
+SRCREV = "aad4586f9b61efc92725b5ebd233c67505d631df"
+
+SRC_URI = " \
+           git://git.openpandora.org/pandora-wifi.git;protocol=git;branch=compat-wireless \
+"
+
 SRC_URI += " \
-       http://www.orbit-lab.org/kernel/compat-wireless-2.6/2010/03/compat-wireless-2010-03-10.tar.bz2;name=compat-wireless \
-       file://0001-wl1251-make-local-symbols-static.patch;patch=1 \
-       file://0002-wl1251-fix-ELP_CTRL-register-accesses-when-using-SDI.patch;patch=1 \
-       file://0003-wl1251-reduce-eeprom-read-wait-time.patch;patch=1 \
-       file://0004-wl1251-fix-potential-crash.patch;patch=1 \
-       file://0005-pandora-hacks.patch;patch=1 \
-       file://no-scan-while-connected.patch;patch=1 \
-       file://print-chip-id.patch;patch=1 \
        file://rc.wl1251 \
        file://50-compat_firmware.rules \
        file://compat_firmware.sh \
@@ -17,15 +15,12 @@ SRC_URI += " \
 
 RDEPENDS = "udev"
 
-SRC_URI[compat-wireless.md5sum] = "bd1875aebcc2a72f66529ba625751a8c"
-SRC_URI[compat-wireless.sha256sum] = "dd8d8bc79ccb24a1d043325979e337678991b79f2011df160c2d924f181a82c9"
-
 inherit update-rc.d
 
 INITSCRIPT_NAME = "wl1251-init"
 INITSCRIPT_PARAMS = "start 30 5 2 . stop 40 0 1 6 ."
 
-S = "${WORKDIR}/compat-wireless-2010-03-10"
+S = "${WORKDIR}/git"
 
 inherit module