[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-395-ga8c1e71
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-08-17 06:53:39
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via a8c1e71d98bb302d3f9121f00ad0a2a82cf909fe (commit)
from e97c1795ca456d0cb25745a4625e2837980633f2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a8c1e71d98bb302d3f9121f00ad0a2a82cf909fe
Author: Eric Jarrige <eri...@ar...>
Date: Sat Aug 17 09:03:24 2013 +0200
[BUILDROOT] fix custom kernel/dtb install script when building non device tree kernel
-----------------------------------------------------------------------
Summary of changes:
buildroot/target/device/armadeus/Makefile.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildroot/target/device/armadeus/Makefile.in b/buildroot/target/device/armadeus/Makefile.in
index fe1b079..786646c 100644
--- a/buildroot/target/device/armadeus/Makefile.in
+++ b/buildroot/target/device/armadeus/Makefile.in
@@ -74,7 +74,7 @@ define LINUX_POST_INSTALL_IMAGES_ACTION
mv $(BINARIES_DIR)/$(LINUX_IMAGE_NAME) \
$(BINARIES_DIR)/$(ARMADEUS_LINUX_IMAGE_NAME) ; \
fi
- @if [ -e "$(BINARIES_DIR)/$(KERNEL_DTBS)" ]; then \
+ @if [ -f "$(BINARIES_DIR)/$(KERNEL_DTBS)" ]; then \
mv $(BINARIES_DIR)/$(KERNEL_DTBS) \
$(BINARIES_DIR)/$(ARMADEUS_DTB_IMAGE_NAME) ; \
fi
@@ -87,7 +87,7 @@ define LINUX_POST_INSTALL_TARGET_ACTION
mv $(TARGET_DIR)/boot/$(LINUX_IMAGE_NAME) \
$(TARGET_DIR)/boot/$(ARMADEUS_LINUX_IMAGE_NAME) ; \
fi
- @if [ -e "$(TARGET_DIR)/boot/$(KERNEL_DTBS)" ]; then \
+ @if [ -f "$(TARGET_DIR)/boot/$(KERNEL_DTBS)" ]; then \
mv $(TARGET_DIR)/boot/$(KERNEL_DTBS) \
$(TARGET_DIR)/boot/$(ARMADEUS_DTB_IMAGE_NAME) ; \
fi
hooks/post-receive
--
armadeus
|