From: Reuben Dowle Date: Wed, 27 Mar 2013 23:01:15 +0000 (+0000) Subject: Install DTB as part of images install command X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=235535405cd076b31eb9d355a0e00ba663eca705;p=buildroot.git Install DTB as part of images install command When installing DTB to the images directory, do this as part of the image install commands rather than the target install commands. Signed-off-by: Reuben Dowle Acked-by: Maxime Ripard Signed-off-by: Thomas Petazzoni --- diff --git a/linux/linux.mk b/linux/linux.mk index fc379ec499..578d535c3c 100644 --- a/linux/linux.mk +++ b/linux/linux.mk @@ -265,11 +265,11 @@ endef define LINUX_INSTALL_IMAGES_CMDS cp $(LINUX_IMAGE_PATH) $(BINARIES_DIR) + $(LINUX_INSTALL_DTB) endef define LINUX_INSTALL_TARGET_CMDS $(LINUX_INSTALL_KERNEL_IMAGE_TO_TARGET) - $(LINUX_INSTALL_DTB) # Install modules and remove symbolic links pointing to build # directories, not relevant on the target @if grep -q "CONFIG_MODULES=y" $(@D)/.config; then \