[linux] 06/06: [x86] Rename config-arch-{32, 64} to default per-arch filenames

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed May 18 03:34:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 21d9029e278e2dc9128b5afb6ba7acbb21c645ea
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Wed May 18 04:12:44 2016 +0100

    [x86] Rename config-arch-{32,64} to default per-arch filenames
    
    Since we no longer build an amd64 flavour on i386, there's no reason
    to keep these files under kernelarch-x86.
---
 debian/config/{kernelarch-x86/config-arch-64 => amd64/config} |  0
 debian/config/amd64/defines                                   |  5 -----
 debian/config/{kernelarch-x86/config-arch-32 => i386/config}  |  0
 debian/config/i386/defines                                    | 11 -----------
 4 files changed, 16 deletions(-)

diff --git a/debian/config/kernelarch-x86/config-arch-64 b/debian/config/amd64/config
similarity index 100%
rename from debian/config/kernelarch-x86/config-arch-64
rename to debian/config/amd64/config
diff --git a/debian/config/amd64/defines b/debian/config/amd64/defines
index 9a3ed7f..f3c2876 100644
--- a/debian/config/amd64/defines
+++ b/debian/config/amd64/defines
@@ -11,7 +11,6 @@ vdso: true
 
 [image]
 bootloaders: grub-pc grub-efi extlinux
-configs:
 install-stem: vmlinuz
 breaks: xserver-xorg-input-vmmouse (<< 1:13.0.99)
 
@@ -21,7 +20,3 @@ headers%gcc-5: linux-compiler-gcc-5-x86
 [amd64_description]
 hardware: 64-bit PCs
 hardware-long: PCs with AMD64, Intel 64 or VIA Nano processors
-
-[amd64_image]
-configs:
- kernelarch-x86/config-arch-64
diff --git a/debian/config/kernelarch-x86/config-arch-32 b/debian/config/i386/config
similarity index 100%
rename from debian/config/kernelarch-x86/config-arch-32
rename to debian/config/i386/config
diff --git a/debian/config/i386/defines b/debian/config/i386/defines
index b4c62fb..414dbae 100644
--- a/debian/config/i386/defines
+++ b/debian/config/i386/defines
@@ -16,7 +16,6 @@ part-long-pae: This kernel requires PAE (Physical Address Extension).
 
 [image]
 bootloaders: grub-pc extlinux
-configs:
 install-stem: vmlinuz
 breaks: xserver-xorg-input-vmmouse (<< 1:13.0.99)
 
@@ -27,11 +26,6 @@ headers%gcc-5: linux-compiler-gcc-5-x86
 hardware: older PCs
 hardware-long: PCs with one or more processors not supporting PAE
 
-[686_image]
-configs:
- kernelarch-x86/config-arch-32
- i386/config.686
-
 [686-pae_build]
 debug-info: true
 
@@ -39,8 +33,3 @@ debug-info: true
 hardware: modern PCs
 hardware-long: PCs with one or more processors supporting PAE
 parts: pae
-
-[686-pae_image]
-configs:
- kernelarch-x86/config-arch-32
- i386/config.686-pae

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list