From 235535405cd076b31eb9d355a0e00ba663eca705 Mon Sep 17 00:00:00 2001 From: Reuben Dowle Date: Wed, 27 Mar 2013 23:01:15 +0000 Subject: [PATCH] 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 --- linux/linux.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.30.2