Migrate arm, armel, mips and mipsel away from kernel-package.

svn path=/dists/trunk/linux-2.6/; revision=12819
This commit is contained in:
Martin Michlmayr 2009-02-16 22:04:48 +00:00
parent 81afbb59d4
commit 13f551730e
6 changed files with 15 additions and 4 deletions

1
debian/changelog vendored
View File

@ -80,6 +80,7 @@ linux-2.6 (2.6.28-1~experimental.1) UNRELEASED; urgency=low
fit in flash.
* [arm/orion5x] Unset FIXED_PHY to work around a clash with fixed
mdio bus and mv643xx_eth.
* Migrate arm, armel, mips and mipsel away from kernel-package.
[ Ian Campbell ]
* [x86]: Enable Xen guest support in amd64 flavour. (closes: #495590)

View File

@ -8,7 +8,6 @@ kernel-arch: arm
[image]
suggests: fdutils
type: kernel-package
[footbridge_image]
suggests: nwutil

View File

@ -8,7 +8,6 @@ kernel-arch: arm
[image]
suggests: fdutils
type: kernel-package
[iop32x_base]
class: IOP32x

View File

@ -10,7 +10,6 @@ kernel-arch: mips
[image]
initramfs: false
type: kernel-package
[r4k-ip22_base]
class: SGI IP22

View File

@ -9,7 +9,6 @@ kernel-arch: mips
[image]
initramfs: false
type: kernel-package
[r5k-cobalt_base]
class: Cobalt

14
debian/rules.real vendored
View File

@ -404,6 +404,10 @@ endif
PACKAGE_DIR='$(PACKAGE_DIR)' PACKAGE_NAME='$(PACKAGE_NAME)' REAL_VERSION='$(REAL_VERSION)'
+$(MAKE_SELF) install-base
install-image_arm_$(FEATURESET)_$(FLAVOUR)_plain_image \
install-image_armel_$(FEATURESET)_$(FLAVOUR)_plain_image:
install -m644 '$(DIR)/arch/$(KERNEL_ARCH)/boot/zImage' $(INSTALL_DIR)/vmlinuz-$(REAL_VERSION)
install-image_amd64_$(FEATURESET)_$(FLAVOUR)_plain_image \
install-image_i386_$(FEATURESET)_$(FLAVOUR)_plain_image:
install -m644 '$(DIR)/arch/$(KERNEL_ARCH)/boot/bzImage' $(INSTALL_DIR)/vmlinuz-$(REAL_VERSION)
@ -411,6 +415,12 @@ install-image_i386_$(FEATURESET)_$(FLAVOUR)_plain_image:
install-image_m68k_$(FEATURESET)_$(FLAVOUR)_plain_image:
install -m644 '$(DIR)/vmlinux.gz' $(INSTALL_DIR)/vmlinuz-$(REAL_VERSION)
install-image_mips_$(FEATURESET)_$(FLAVOUR)_plain_image:
install -m644 '$(DIR)/vmlinux' $(INSTALL_DIR)/vmlinux-$(REAL_VERSION)
install-image_mipsel_$(FEATURESET)_$(FLAVOUR)_plain_image:
install -m644 '$(DIR)/vmlinux' $(INSTALL_DIR)/vmlinux-$(REAL_VERSION)
install-image_powerpc_$(FEATURESET)_$(FLAVOUR)_plain_image: WRAPPER_INSTALL_DIR = '$(CURDIR)'/$(PACKAGE_DIR)/usr/lib/linux-image-$(REAL_VERSION)
install-image_powerpc_$(FEATURESET)_$(FLAVOUR)_plain_image:
install -m644 '$(DIR)/vmlinux' $(INSTALL_DIR)/vmlinux-$(REAL_VERSION)
@ -426,8 +436,12 @@ ifneq ($(INITRAMFS),False)
install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_templates: ARG_INITRD = YES
endif
install-image_mips_$(FEATURESET)_$(FLAVOUR)_plain_templates: ARG_KIMAGE = vmlinux
install-image_mipsel_$(FEATURESET)_$(FLAVOUR)_plain_templates: ARG_KIMAGE = vmlinux
install-image_powerpc_$(FEATURESET)_$(FLAVOUR)_plain_templates: ARG_KIMAGE = vmlinux
install-image_mips_$(FEATURESET)_r4k-ip22_plain_templates: ARG_BOOTLOADER = arcboot
install-image_mips_$(FEATURESET)_r5k-ip32_plain_templates: ARG_BOOTLOADER = arcboot
install-image_s390_$(FEATURESET)_$(FLAVOUR)_plain_templates: ARG_BOOTLOADER = zipl
install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_templates: