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

Ian James Campbell ijc at moszumanska.debian.org
Sat May 9 08:26:26 UTC 2015


Author: ijc
Date: Sat May  9 08:26:26 2015
New Revision: 22565

Log:
[arm*] Install DTBS using dtbs_install target. (Closes: #784761)

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

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Thu May  7 00:22:38 2015	(r22564)
+++ dists/trunk/linux/debian/changelog	Sat May  9 08:26:26 2015	(r22565)
@@ -240,6 +240,7 @@
   * [armhf] Add ehci-orion module to usb-modules udeb. (Closes: #783324)
   * [armhf] imx-hdmi module is now called dw_hdmi-imx, so update fb-modules
     udeb. Patches from both Vagrant Cascadian and Wookey. (Closes: #783275)
+  * [arm*] Install DTBS using dtbs_install target. (Closes: #784761)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 27 Apr 2015 20:48:43 +0100
 

Modified: dists/trunk/linux/debian/rules.real
==============================================================================
--- dists/trunk/linux/debian/rules.real	Thu May  7 00:22:38 2015	(r22564)
+++ dists/trunk/linux/debian/rules.real	Sat May  9 08:26:26 2015	(r22565)
@@ -377,9 +377,7 @@
 install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_dt:
 ifneq ($(filter arm64 armel armhf,$(ARCH)),)
 	+$(MAKE_CLEAN) -C $(DIR) dtbs
-	shopt -s nullglob ; for i in $(DIR)/arch/$(KERNEL_ARCH)/boot/dts/*.dtb ; do \
-		install -D -m644 $$i '$(DT_INSTALL_DIR)'/$$(basename $$i) ; \
-	done
+	+$(MAKE_CLEAN) -C $(DIR) dtbs_install INSTALL_DTBS_PATH=$(CURDIR)/$(DT_INSTALL_DIR)
 endif
 ifneq ($(filter powerpc powerpcspe ppc64,$(ARCH)),)
 	+$(MAKE_CLEAN) -C '$(DIR)' bootwrapper_install \



More information about the Kernel-svn-changes mailing list