[kernel] r19914 - dists/trunk/linux/debian

Ian Campbell ijc-guest at alioth.debian.org
Sat Mar 16 08:58:50 UTC 2013


Author: ijc-guest
Date: Sat Mar 16 08:58:50 2013
New Revision: 19914

Log:
arm: correct path to DTB files. Patch from Nobuhiro Iwamatsu. (Closes: #703082)

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

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Fri Mar 15 09:03:39 2013	(r19913)
+++ dists/trunk/linux/debian/changelog	Sat Mar 16 08:58:50 2013	(r19914)
@@ -3,6 +3,10 @@
   [ Ben Hutchings ]
   * aufs: Update to aufs3.8-20130311
 
+  [ Ian Campbell ]
+  * arm: correct path to DTB files. Patch from Nobuhiro Iwamatsu.
+    (Closes: #703082)
+
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 10 Mar 2013 01:45:36 +0000
 
 linux (3.8.2-1~experimental.1) experimental; urgency=low

Modified: dists/trunk/linux/debian/rules.real
==============================================================================
--- dists/trunk/linux/debian/rules.real	Fri Mar 15 09:03:39 2013	(r19913)
+++ dists/trunk/linux/debian/rules.real	Sat Mar 16 08:58:50 2013	(r19914)
@@ -384,7 +384,7 @@
 install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_image:
 	install -m644 '$(DIR)/arch/$(KERNEL_ARCH)/boot/zImage' $(INSTALL_DIR)/vmlinuz-$(REAL_VERSION)
 	+$(MAKE_CLEAN) -C $(DIR) dtbs
-	shopt -s nullglob ; for i in $(DIR)/arch/arm/boot/*.dtb ; do \
+	shopt -s nullglob ; for i in $(DIR)/arch/arm/boot/dts/*.dtb ; do \
 		install -D -m644 $$i '$(PACKAGE_DIR)'/'$(DTB_INSTALL_DIR)'/$$(basename $$i) ; \
 	done
 endif



More information about the Kernel-svn-changes mailing list