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

svn path=/dists/trunk/linux/; revision=22565
This commit is contained in:
Ian Campbell 2015-05-09 08:26:26 +00:00
parent bbd6f0e4b1
commit d1700da6fb
2 changed files with 2 additions and 3 deletions

1
debian/changelog vendored
View File

@ -240,6 +240,7 @@ linux (4.0.2-1~exp1) UNRELEASED; urgency=medium
* [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@decadent.org.uk> Mon, 27 Apr 2015 20:48:43 +0100

4
debian/rules.real vendored
View File

@ -377,9 +377,7 @@ install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_dt: DT_INSTALL_DIR = $(PACK
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 \