[PATCH] UBUNTU: [Config] Generate zImages instead of uImages

Brad Figg brad.figg at canonical.com
Tue Sep 1 14:58:38 UTC 2009


The Mobile Team has requested that we produce zImages instead
of uImages for their process. They will generate uImages from
the zImages as part of their processes.

This also removes a build dependency on uboot-utils.

Signed-off-by: Brad Figg <brad.figg at canonical.com>
---
 debian.mvl-dove/control.stub.in  |    2 +-
 debian.mvl-dove/rules.d/armel.mk |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian.mvl-dove/control.stub.in b/debian.mvl-dove/control.stub.in
index f11bb9e..a29cd4d 100644
--- a/debian.mvl-dove/control.stub.in
+++ b/debian.mvl-dove/control.stub.in
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Ubuntu Kernel Team <kernel-team at lists.ubuntu.com>
 Standards-Version: 3.6.1
-Build-Depends: debhelper (>= 3), module-init-tools, kernel-wedge (>= 2.24ubuntu1), rsync, uboot-mkimage
+Build-Depends: debhelper (>= 3), module-init-tools, kernel-wedge (>= 2.24ubuntu1), rsync
 Build-Depends-Indep: xmlto, docbook-utils, gs, transfig, bzip2, sharutils
 Build-Conflicts: findutils (= 4.4.1-1ubuntu1)
 Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-karmic.git
diff --git a/debian.mvl-dove/rules.d/armel.mk b/debian.mvl-dove/rules.d/armel.mk
index af8c99d..22c2a4f 100644
--- a/debian.mvl-dove/rules.d/armel.mk
+++ b/debian.mvl-dove/rules.d/armel.mk
@@ -3,8 +3,8 @@ header_arch	= arm
 asm_link	= arm
 defconfig	= defconfig
 flavours	= dove dove-z0
-build_image	= uImage
-kernel_file	= arch/$(build_arch)/boot/uImage
+build_image	= zImage
+kernel_file	= arch/$(build_arch)/boot/zImage
 install_file	= vmlinuz
 no_dumpfile     = true
 loader		= grub
-- 
1.6.0.4





More information about the kernel-team mailing list