← Back to team overview

tieto team mailing list archive

[Branch ~ubuntu-core-dev/debian-installer/ubuntu] Rev 1653: Move generic kernels to 3.2.0-19, omap4 kernels to 3.2.0-1409, and armadaxp kernel to 3.2.0-1600, ...

 

------------------------------------------------------------
revno: 1653
tags: 20101020ubuntu121
committer: Adam Conrad <adconrad@xxxxxxx>
branch nick: ubuntu
timestamp: Sun 2012-03-18 19:04:01 -0600
message:
  Move generic kernels to 3.2.0-19, omap4 kernels to 3.2.0-1409, and armadaxp kernel to 3.2.0-1600, and release.
modified:
  build/config/amd64.cfg
  build/config/armel.cfg
  build/config/armel/armadaxp.cfg
  build/config/armel/omap4.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-03-03 15:50:48 +0000
+++ build/config/amd64.cfg	2012-03-19 01:04:01 +0000
@@ -4,7 +4,7 @@
 MKLIBS = mklibs-copy
 
 # The version of the kernel to use.
-BASEVERSION = 3.2.0-18
+BASEVERSION = 3.2.0-19
 KERNELVERSION = $(BASEVERSION)-generic
 KERNELMAJOR = 2.6
 KERNEL_FLAVOUR = di

=== modified file 'build/config/armel.cfg'
--- build/config/armel.cfg	2012-03-03 15:50:48 +0000
+++ build/config/armel.cfg	2012-03-19 01:04:01 +0000
@@ -2,7 +2,7 @@
 #SUBARCH_SUPPORTED = iop32x ixp4xx kirkwood orion5x versatile ads dove
 
 KERNELMAJOR = 2.6
-KERNELVERSION = 3.2.0-18
+KERNELVERSION = 3.2.0-19
 KERNEL_FLAVOUR = di
 KERNELIMAGEVERSION = $(KERNELVERSION)
 KERNELNAME = $(foreach ver,$(KERNELVERSION),vmlinuz-$(ver))

=== modified file 'build/config/armel/armadaxp.cfg'
--- build/config/armel/armadaxp.cfg	2012-03-16 10:24:24 +0000
+++ build/config/armel/armadaxp.cfg	2012-03-19 01:04:01 +0000
@@ -5,7 +5,7 @@
 VERSIONED_SYSTEM_MAP =
 
 # Dove uses a different kernel ABI
-KERNELVERSION = 3.0.0-1600
+KERNELVERSION = 3.2.0-1600
 
 # The version of the kernel to use.
 KERNELVERSION := $(KERNELVERSION)-armadaxp

=== modified file 'build/config/armel/omap4.cfg'
--- build/config/armel/omap4.cfg	2012-03-14 09:15:57 +0000
+++ build/config/armel/omap4.cfg	2012-03-19 01:04:01 +0000
@@ -1,7 +1,7 @@
 MEDIUM_SUPPORTED = netboot cdrom
 
 # The version of the kernel to use.
-KERNELVERSION := 3.2.0-1408-omap4
+KERNELVERSION := 3.2.0-1409-omap4
 # we use non-versioned filenames in the omap kernel udeb
 KERNELNAME = vmlinuz
 VERSIONED_SYSTEM_MAP =

=== modified file 'build/config/armhf.cfg'
--- build/config/armhf.cfg	2012-03-03 15:50:48 +0000
+++ build/config/armhf.cfg	2012-03-19 01:04:01 +0000
@@ -1,7 +1,7 @@
 SUBARCH_SUPPORTED = omap omap4 armadaxp
 
 KERNELMAJOR = 2.6
-KERNELVERSION = 3.2.0-18
+KERNELVERSION = 3.2.0-19
 KERNEL_FLAVOUR = di
 KERNELIMAGEVERSION = $(KERNELVERSION)
 KERNELNAME = $(foreach ver,$(KERNELVERSION),vmlinuz-$(ver))

=== modified file 'build/config/i386.cfg'
--- build/config/i386.cfg	2012-03-03 15:50:48 +0000
+++ build/config/i386.cfg	2012-03-19 01:04:01 +0000
@@ -2,7 +2,7 @@
 MEDIUM_SUPPORTED_EXTRA = monolithic
 
 # The version of the kernel to use.
-BASEVERSION = 3.2.0-18
+BASEVERSION = 3.2.0-19
 KERNELVERSION = $(BASEVERSION)-generic-pae
 KERNELMAJOR = 2.6
 KERNEL_FLAVOUR = di

=== modified file 'build/config/powerpc.cfg'
--- build/config/powerpc.cfg	2012-03-03 15:50:48 +0000
+++ build/config/powerpc.cfg	2012-03-19 01:04:01 +0000
@@ -1,7 +1,7 @@
 SUBARCH_SUPPORTED = powerpc powerpc64 # apus prep
 
 KERNELMAJOR = 2.6
-BASEVERSION = 3.2.0-18
+BASEVERSION = 3.2.0-19
 
 # create the kernels with builtin initrd.
 builtin_initrd: $(TEMP_KERNEL) $(TEMP_INITRD)

=== modified file 'debian/changelog'
--- debian/changelog	2012-03-17 10:14:21 +0000
+++ debian/changelog	2012-03-19 01:04:01 +0000
@@ -1,3 +1,11 @@
+debian-installer (20101020ubuntu121) precise; urgency=low
+
+  * Move armhf/armadaxp to 3.2.0-1600, not 3.0.0-1600.
+  * Move generic distro kernels to 3.2.0-19.
+  * Move armel/omap4 and armhf/omap4 to 3.2.0-1409.
+
+ -- Adam Conrad <adconrad@xxxxxxxxxx>  Sun, 18 Mar 2012 11:34:42 -0600
+
 debian-installer (20101020ubuntu120) precise; urgency=low
 
   * Move armadaxp to 3.2.0-1600 kernel.