[oe-commits] org.oe.dev ixp4xx-kernel: Add auto-byteswapping patch

blaster8 commit openembedded-commits at lists.openembedded.org
Thu Sep 28 19:17:23 UTC 2006


ixp4xx-kernel: Add auto-byteswapping patch
ixp4xx-npe: Remove byteswapping behaviour
slugos-init: lengthen delay slightly

Author: blaster8 at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 313162366ea5bd1facacf8ae454aef9119a4eae0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=313162366ea5bd1facacf8ae454aef9119a4eae0
Files:
1
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
Diffs:

#
# mt diff -r11eafc7dd646f2c76d8c21ce224e521730ac6a91 -r313162366ea5bd1facacf8ae454aef9119a4eae0
#
# 
# 
# patch "packages/ixp4xx/ixp4xx-npe_2.1.bb"
#  from [67c677a5f8b0b766bf4c268f1bfd33169e9bda56]
#    to [0a94b5f684a5dc54c71413e0dacf27343af1c1c0]
# 
# patch "packages/ixp4xx/ixp4xx-npe_2.3.bb"
#  from [44e9449c132c6c1b1400b067809c15104f90e7a4]
#    to [0e7be947c8d37b2dff1d3df22a8c7c245de0ce65]
# 
# patch "packages/linux/ixp4xx-kernel_2.6.18.bb"
#  from [af1d3c3a1d9639bd415ff4aa8d9922321e7a8582]
#    to [bda9db3c48cd146f6e54ebe50b6f3b7925e030fe]
# 
# patch "packages/slugos-init/files/boot/disk"
#  from [f56ec1957b54f79a20c086e7895a20ab37b91519]
#    to [02fc53a27db8311869e417f1eaa589cc0e299877]
# 
# patch "packages/slugos-init/slugos-init_0.10.bb"
#  from [2b218e6ec9a401808de24b6e559645e302b1bf80]
#    to [2bc354be8c8a07f5174a066412ab5940b61b71c9]
# 
============================================================
--- packages/ixp4xx/ixp4xx-npe_2.1.bb	67c677a5f8b0b766bf4c268f1bfd33169e9bda56
+++ packages/ixp4xx/ixp4xx-npe_2.1.bb	0a94b5f684a5dc54c71413e0dacf27343af1c1c0
@@ -1,7 +1,7 @@ LICENSE = "Intel Public Licence"
 DESCRIPTION = "NPE firmware for the IXP4xx line of devices"
 MAINTAINER = "Oyvind Repvik <nail at 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 @@ do_compile() {
 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() {
============================================================
--- packages/ixp4xx/ixp4xx-npe_2.3.bb	44e9449c132c6c1b1400b067809c15104f90e7a4
+++ packages/ixp4xx/ixp4xx-npe_2.3.bb	0e7be947c8d37b2dff1d3df22a8c7c245de0ce65
@@ -1,7 +1,7 @@ LICENSE = "Intel Public Licence"
 DESCRIPTION = "NPE firmware for the IXP4xx line of devices"
 MAINTAINER = "Oyvind Repvik <nail at 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 @@ do_compile() {
 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() {
============================================================
--- packages/linux/ixp4xx-kernel_2.6.18.bb	af1d3c3a1d9639bd415ff4aa8d9922321e7a8582
+++ packages/linux/ixp4xx-kernel_2.6.18.bb	bda9db3c48cd146f6e54ebe50b6f3b7925e030fe
@@ -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
============================================================
--- packages/slugos-init/files/boot/disk	f56ec1957b54f79a20c086e7895a20ab37b91519
+++ packages/slugos-init/files/boot/disk	02fc53a27db8311869e417f1eaa589cc0e299877
@@ -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
============================================================
--- packages/slugos-init/slugos-init_0.10.bb	2b218e6ec9a401808de24b6e559645e302b1bf80
+++ packages/slugos-init/slugos-init_0.10.bb	2bc354be8c8a07f5174a066412ab5940b61b71c9
@@ -1,10 +1,10 @@ RDEPENDS = "busybox devio"
 DESCRIPTION = "SlugOS initial network config via sysconf"
 SECTION = "base"
 PRIORITY = "required"
 LICENSE = "GPL"
 DEPENDS = "base-files devio"
 RDEPENDS = "busybox devio"
-PR = "r70"
+PR = "r71"
 
 SRC_URI = "file://boot/flash \
 	   file://boot/disk \






More information about the Openembedded-commits mailing list