[kernel] r8602 - dists/trunk/linux-2.6/debian

Bastian Blank waldi at alioth.debian.org
Fri May 18 12:46:35 UTC 2007


Author: waldi
Date: Fri May 18 12:46:35 2007
New Revision: 8602

Log:
* debian/changelog: Update.
* debian/rules.real: Add mkvmlinuz support for powerpc.


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/rules.real

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Fri May 18 12:46:35 2007
@@ -11,7 +11,10 @@
     defining them is certainly a better option for getting user feedback
     than disabling the affected drivers.
 
- -- Steve Langasek <vorlon at debian.org>  Thu, 17 May 2007 15:53:31 -0700
+  [ Bastian Blank ]
+  * [powerpc] Readd mkvmlinuz support. 
+
+ -- Bastian Blank <waldi at debian.org>  Fri, 18 May 2007 14:45:32 +0200
 
 linux-2.6 (2.6.21-1) unstable; urgency=low
 

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-2.6/debian/rules.real	Fri May 18 12:46:35 2007
@@ -403,7 +403,7 @@
 	dh_installdirs 'boot'
 	$(MAKE) -f debian/rules.real \
 	  install-image-$(ARCH)-$(SUBARCH)-$(FLAVOUR)-plain_image \
-	  DIR='$(DIR)' INSTALL_DIR='$(INSTALL_DIR)' REAL_VERSION='$(REAL_VERSION)'
+	  DIR='$(DIR)' PACKAGE_DIR='$(PACKAGE_DIR)' INSTALL_DIR='$(INSTALL_DIR)' REAL_VERSION='$(REAL_VERSION)'
 ifeq ($(MODULES),True)
 	cd $(DIR); $(setup_env) make modules_install INSTALL_MOD_PATH=$(PACKAGE_DIR)
 	cp $(DIR)/.config $(PACKAGE_DIR)/boot/config-$(REAL_VERSION)
@@ -427,6 +427,14 @@
 
 install-image-powerpc-$(SUBARCH)-$(FLAVOUR)-plain_image:
 	install -m644 '$(DIR)/vmlinux' $(INSTALL_DIR)/vmlinux-$(REAL_VERSION)
+ifeq ($(KERNEL_ARCH),ppc)
+	# TODO: GNA
+	$(setup_env) make -C '$(DIR)/arch/ppc/boot' mkvmlinuz_support_install \
+	  INSTALL_MKVMLINUZ=$(PACKAGE_DIR)/usr/lib/linux-image-$(REAL_VERSION)
+else
+	$(setup_env) make -C '$(DIR)' mkvmlinuz_support_install \
+	  INSTALL_MKVMLINUZ=$(PACKAGE_DIR)/usr/lib/linux-image-$(REAL_VERSION)
+endif
 
 install-image-s390-$(SUBARCH)-$(FLAVOUR)-plain_image:
 	cp '$(DIR)/arch/s390/boot/image' $(INSTALL_DIR)/vmlinuz-$(REAL_VERSION)



More information about the Kernel-svn-changes mailing list