ixp4xx-kernel: Add auto-byteswapping patch
authorMichael-Luke Jones <mlj28@cam.ac.uk>
Thu, 28 Sep 2006 19:01:32 +0000 (19:01 +0000)
committerMichael-Luke Jones <mlj28@cam.ac.uk>
Thu, 28 Sep 2006 19:01:32 +0000 (19:01 +0000)
ixp4xx-npe: Remove byteswapping behaviour
slugos-init: lengthen delay slightly

packages/ixp4xx/ixp4xx-npe_2.1.bb
packages/ixp4xx/ixp4xx-npe_2.3.bb
packages/linux/ixp4xx-kernel_2.6.18.bb
packages/slugos-init/files/boot/disk
packages/slugos-init/slugos-init_0.10.bb

index c06b4c2..efeb0cb 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "NPE firmware for the IXP4xx line of devices"
 MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>"
 LICENSE = "Intel Public Licence"
-PR = "r5"
+PR = "r6"
 DEPENDS = "ixp4xx-npe-native"
 
 SRC_URI = "http://www.intel.com/Please-Read-The-BB-File/IPL_ixp400NpeLibrary-2_1.zip"
@@ -10,14 +10,14 @@ S = ${WORKDIR}/ixp400_xscale_sw/src/npeDl
 FILES_${PN} = "${base_libdir}/firmware/NPE-B"
 
 do_compile() {
-        if test '${ARCH_BYTE_SEX}' = be
-        then
+#        if test '${ARCH_BYTE_SEX}' = be
+#        then
                ${STAGING_BINDIR}/IxNpeMicrocode-${PV} -be
-        fi
-        if test '${ARCH_BYTE_SEX}' = le
-        then
-                ${STAGING_BINDIR}/IxNpeMicrocode-${PV} -le
-        fi
+#        fi
+#        if test '${ARCH_BYTE_SEX}' = le
+#        then
+#                ${STAGING_BINDIR}/IxNpeMicrocode-${PV} -le
+#        fi
 }
 
 do_install() {
index 9e13c87..babb7e1 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "NPE firmware for the IXP4xx line of devices"
 MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>"
 LICENSE = "Intel Public Licence"
-PR = "r5"
+PR = "r6"
 DEPENDS = "ixp4xx-npe-native"
 
 SRC_URI = "http://www.intel.com/Please-Read-The-BB-File/IPL_ixp400NpeLibrary-2_3.zip"
@@ -10,14 +10,14 @@ S = ${WORKDIR}/ixp400_xscale_sw/src/npeDl
 FILES_${PN} = "${base_libdir}/firmware/NPE-B"
 
 do_compile() {
-        if test '${ARCH_BYTE_SEX}' = be
-        then
+#        if test '${ARCH_BYTE_SEX}' = be
+#        then
                ${STAGING_BINDIR}/IxNpeMicrocode-${PV} -be
-        fi
-        if test '${ARCH_BYTE_SEX}' = le
-        then
-                ${STAGING_BINDIR}/IxNpeMicrocode-${PV} -le
-        fi
+#        fi
+#        if test '${ARCH_BYTE_SEX}' = le
+#        then
+#                ${STAGING_BINDIR}/IxNpeMicrocode-${PV} -le
+#        fi
 }
 
 do_install() {
index a5f2ff5..bfa1059 100644 (file)
@@ -6,7 +6,7 @@
 # http://trac.nslu2-linux.org/kernel/
 #
 # The revision that is pulled from SVN is specified below
-IXP4XX_KERNEL_SVN_REV = "435"
+IXP4XX_KERNEL_SVN_REV = "438"
 #
 # Increment the number below (i.e. the digits after PR) when
 # the changes in SVN between revisions include changes in the
index 17fb1f3..ff55baa 100644 (file)
@@ -22,7 +22,7 @@ then
         echo "boot: loading modules required for disk boot"
         loaddiskmods
        # waiting for disk (FIXME)
-       sleep=5
+       sleep=6
        test "$sleep" -gt 0 && sleep "$sleep"
        #
        # fire the boot
index 7c8d0fa..efd396e 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "required"
 LICENSE = "GPL"
 DEPENDS = "base-files devio"
 RDEPENDS = "busybox devio"
-PR = "r70"
+PR = "r71"
 
 SRC_URI = "file://boot/flash \
           file://boot/disk \