[oe-commits] org.oe.dev linux-ixp4xx: Update to 2.6.24.3 and make it the default for ixp4xx machines. Tested on Freecom FSG-3.

rwhitby commit oe at amethyst.openembedded.net
Mon Mar 24 15:13:00 UTC 2008


linux-ixp4xx: Update to 2.6.24.3 and make it the default for ixp4xx machines.  Tested on Freecom FSG-3.

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 224361c92f343abb72e0ab516a332f63dace3f78
ViewMTN: http://monotone.openembedded.org/revision/info/224361c92f343abb72e0ab516a332f63dace3f78
Files:
1
packages/linux/linux-ixp4xx/defconfig-2.6.24
packages/linux/linux-ixp4xx/defconfig-2.6.24.3
packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24
packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24.3
packages/linux/linux-ixp4xx_2.6.24.bb
packages/linux/linux-ixp4xx_2.6.24.3.bb
conf/distro/include/sane-srcrevs.inc
conf/machine/include/ixp4xx.inc
Diffs:

#
# mt diff -r7102b213ec0df251df3694593ca938b052665ec9 -r224361c92f343abb72e0ab516a332f63dace3f78
#
#
#
# rename "packages/linux/linux-ixp4xx/defconfig-2.6.24"
#     to "packages/linux/linux-ixp4xx/defconfig-2.6.24.3"
# 
# rename "packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24"
#     to "packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24.3"
# 
# rename "packages/linux/linux-ixp4xx_2.6.24.bb"
#     to "packages/linux/linux-ixp4xx_2.6.24.3.bb"
# 
# patch "conf/distro/include/sane-srcrevs.inc"
#  from [0269a178e7edbe8ac9c17cef3cc5878aa563ee30]
#    to [44e4906ecf7591680ec759d0c7ea0fbc8cbab14a]
# 
# patch "conf/machine/include/ixp4xx.inc"
#  from [aa79f84872ffba6825c781a48f53c408a318a978]
#    to [af1b2871a2c2334a9ab155190f79070786c9c41f]
# 
# patch "packages/linux/linux-ixp4xx_2.6.24.3.bb"
#  from [6df87e421ee2408a059092ec0b63b1393e0c03ce]
#    to [067925905346daa80ca610740fd9398e7c32ca12]
#
============================================================
--- conf/distro/include/sane-srcrevs.inc	0269a178e7edbe8ac9c17cef3cc5878aa563ee30
+++ conf/distro/include/sane-srcrevs.inc	44e4906ecf7591680ec759d0c7ea0fbc8cbab14a
@@ -56,7 +56,7 @@ SRCREV_pn-linux-hackndev-2.6 ?= "1308"
 SRCREV_pn-lightmediascanner ?= "68"
 SRCREV_pn-linux-bfin ?= "3758"
 SRCREV_pn-linux-hackndev-2.6 ?= "1308"
-SRCREV_pn-linux-ixp4xx ?= "1039"
+SRCREV_pn-linux-ixp4xx ?= "1056"
 SRCREV_pn-linux-openmoko ?= "4194"
 SRCREV_pn-llvm-gcc4 ?= "374"
 SRCREV_pn-llvm-gcc4-cross ?= "374"
============================================================
--- conf/machine/include/ixp4xx.inc	aa79f84872ffba6825c781a48f53c408a318a978
+++ conf/machine/include/ixp4xx.inc	af1b2871a2c2334a9ab155190f79070786c9c41f
@@ -7,7 +7,7 @@ PREFERRED_PROVIDER_virtual/kernel ?= "li
 
 # Select an appropriate default kernel
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-ixp4xx"
-PREFERRED_VERSION_linux-ixp4xx ?= "2.6.24+svnr${SRCREV}"
+PREFERRED_VERSION_linux-ixp4xx ?= "2.6.24.3+svnr${SRCREV}"
 
 # Add packages required for basic networking support
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "ixp4xx-npe"
============================================================
--- packages/linux/linux-ixp4xx_2.6.24.bb	6df87e421ee2408a059092ec0b63b1393e0c03ce
+++ packages/linux/linux-ixp4xx_2.6.24.3.bb	067925905346daa80ca610740fd9398e7c32ca12
@@ -1,21 +1,17 @@
-# Keep this until the dsmg600 via-velocity BE patch is forward-ported
-DEFAULT_PREFERENCE = "-1"
-
 require linux.inc
 require linux-ixp4xx.inc
 
 VANILLA_VERSION = "2.6.24"
-KERNEL_RELEASE = "2.6.24"
+KERNEL_RELEASE = "2.6.24.3"
 
 # If you use a rc, you will need to use this:
 #PV = "${VANILLA_VERSION}+${KERNEL_RELEASE}+svnr${SRCREV}"
 
 PV = "${KERNEL_RELEASE}+svnr${SRCREV}"
-PR = "r1"
+PR = "r0"
 
-# ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${KERNEL_RELEASE}.bz2;patch=1 \
-
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.tar.bz2 \
+	   ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${KERNEL_RELEASE}.bz2;patch=1 \
 	   svn://svn.nslu2-linux.org/svnroot/kernel/trunk/patches;module=${VANILLA_VERSION};proto=http \
 	   file://defconfig-${KERNEL_RELEASE}"
 






More information about the Openembedded-commits mailing list