[linux] 04/06: [armhf] Rename kconfig files to default per-arch and per-flavour 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 c063297a1c5e4acfda83f88e9d05df2518b6bdb7
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Wed May 18 04:18:36 2016 +0100

    [armhf] Rename kconfig files to default per-arch and per-flavour filenames
    
    config.armmp is used by both flavours and there's unlikely to be a
    reason to add any non-multiplatform flavour.  Rename it so that it's
    the per-architecture config.
    
    config.lpae is then the only per-flavour config file for armmp-lpae,
    so rename it to the default filename for that flavour.
---
 debian/config/armhf/{config.armmp => config}           | 0
 debian/config/armhf/{config.lpae => config.armmp-lpae} | 0
 debian/config/armhf/defines                            | 7 -------
 3 files changed, 7 deletions(-)

diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config
similarity index 100%
rename from debian/config/armhf/config.armmp
rename to debian/config/armhf/config
diff --git a/debian/config/armhf/config.lpae b/debian/config/armhf/config.armmp-lpae
similarity index 100%
rename from debian/config/armhf/config.lpae
rename to debian/config/armhf/config.armmp-lpae
diff --git a/debian/config/armhf/defines b/debian/config/armhf/defines
index 36ccac1..23da73e 100644
--- a/debian/config/armhf/defines
+++ b/debian/config/armhf/defines
@@ -10,7 +10,6 @@ vdso: true
 
 [image]
 suggests: fdutils
-configs:
 install-stem: vmlinuz
 
 [relations]
@@ -27,9 +26,3 @@ hardware: ARMv7 multiplatform compatible SoCs supporting LPAE
 hardware-long: ARMv7 multiplatform kernel supporting LPAE. See
   https://wiki.debian.org/DebianKernel/ARMMP for details of supported
   platforms.
-
-[armmp-lpae_image]
-configs:
- armhf/config.armmp
- armhf/config.lpae
-

-- 
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