← Back to team overview

tieto team mailing list archive

[Branch ~ubuntu-core-dev/debian-installer/ubuntu] Rev 1709: Move to 3.5.0-1 kernels.

 

------------------------------------------------------------
revno: 1709
committer: Colin Watson <cjwatson@xxxxxxxxxxxxx>
branch nick: ubuntu
timestamp: Wed 2012-06-20 22:32:51 +0100
message:
  Move to 3.5.0-1 kernels.
modified:
  build/config/amd64.cfg
  build/config/armel.cfg
  build/config/armel/highbank.cfg
  build/config/armhf.cfg
  build/config/i386.cfg
  build/config/powerpc.cfg
  debian/changelog


--
lp:~ubuntu-core-dev/debian-installer/ubuntu
https://code.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu

Your team Tieto is subscribed to branch lp:~ubuntu-core-dev/debian-installer/ubuntu.
To unsubscribe from this branch go to https://code.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu/+edit-subscription
=== modified file 'build/config/amd64.cfg'
--- build/config/amd64.cfg	2012-06-05 22:19:58 +0000
+++ build/config/amd64.cfg	2012-06-20 21:32:51 +0000
@@ -4,7 +4,7 @@
 MKLIBS = mklibs-copy
 
 # The version of the kernel to use.
-BASEVERSION = 3.4.0-5
+BASEVERSION = 3.5.0-1
 KERNELVERSION = $(BASEVERSION)-generic
 KERNELMAJOR = 2.6
 KERNEL_FLAVOUR = di

=== modified file 'build/config/armel.cfg'
--- build/config/armel.cfg	2012-06-05 22:19:58 +0000
+++ build/config/armel.cfg	2012-06-20 21:32:51 +0000
@@ -2,7 +2,7 @@
 #SUBARCH_SUPPORTED = iop32x ixp4xx kirkwood orion5x versatile ads dove omap4
 
 KERNELMAJOR = 2.6
-KERNELVERSION = 3.4.0-5
+KERNELVERSION = 3.5.0-1
 KERNEL_FLAVOUR = di
 KERNELIMAGEVERSION = $(KERNELVERSION)
 KERNELNAME = $(foreach ver,$(KERNELVERSION),vmlinuz-$(ver))

=== modified file 'build/config/armel/highbank.cfg'
--- build/config/armel/highbank.cfg	2012-06-08 17:34:08 +0000
+++ build/config/armel/highbank.cfg	2012-06-20 21:32:51 +0000
@@ -5,7 +5,7 @@
 VERSIONED_SYSTEM_MAP =
 
 # highbank uses the same kernel ABI as master (x86, etc)
-KERNELVERSION = 3.4.0-5
+KERNELVERSION = 3.5.0-1
 
 # The version of the kernel to use.
 KERNELVERSION := $(KERNELVERSION)-highbank

=== modified file 'build/config/armhf.cfg'
--- build/config/armhf.cfg	2012-06-08 17:31:53 +0000
+++ build/config/armhf.cfg	2012-06-20 21:32:51 +0000
@@ -3,7 +3,7 @@
 MKLIBS = mklibs --ldlib=/lib/ld-linux-armhf.so.3
 
 KERNELMAJOR = 2.6
-KERNELVERSION = 3.4.0-5
+KERNELVERSION = 3.5.0-1
 KERNEL_FLAVOUR = di
 KERNELIMAGEVERSION = $(KERNELVERSION)
 KERNELNAME = $(foreach ver,$(KERNELVERSION),vmlinuz-$(ver))

=== modified file 'build/config/i386.cfg'
--- build/config/i386.cfg	2012-06-05 22:19:58 +0000
+++ build/config/i386.cfg	2012-06-20 21:32:51 +0000
@@ -2,7 +2,7 @@
 MEDIUM_SUPPORTED_EXTRA = monolithic
 
 # The version of the kernel to use.
-BASEVERSION = 3.4.0-5
+BASEVERSION = 3.5.0-1
 KERNELVERSION = $(BASEVERSION)-generic
 KERNELMAJOR = 2.6
 KERNEL_FLAVOUR = di

=== modified file 'build/config/powerpc.cfg'
--- build/config/powerpc.cfg	2012-06-05 22:19:58 +0000
+++ build/config/powerpc.cfg	2012-06-20 21:32:51 +0000
@@ -1,7 +1,7 @@
 SUBARCH_SUPPORTED = powerpc powerpc64 # apus prep
 
 KERNELMAJOR = 2.6
-BASEVERSION = 3.4.0-5
+BASEVERSION = 3.5.0-1
 
 # create the kernels with builtin initrd.
 builtin_initrd: $(TEMP_KERNEL) $(TEMP_INITRD)

=== modified file 'debian/changelog'
--- debian/changelog	2012-06-09 06:03:39 +0000
+++ debian/changelog	2012-06-20 21:32:51 +0000
@@ -1,3 +1,9 @@
+debian-installer (20101020ubuntu149) UNRELEASED; urgency=low
+
+  * Move to 3.5.0-1 kernels.
+
+ -- Colin Watson <cjwatson@xxxxxxxxxx>  Wed, 20 Jun 2012 22:32:32 +0100
+
 debian-installer (20101020ubuntu148) quantal; urgency=low
 
   * Fix armadaxp netboot uImage/uInitrd install paths (LP: #1010708)