[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-452-gf56993e
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2014-10-24 14:57:08
|
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 f56993e3ded336136fb0cef3a69ab6b4ffd0dcc8 (commit)
from 2dcda850a0f90b741e7e7e58a38949ffe8bcbd70 (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 f56993e3ded336136fb0cef3a69ab6b4ffd0dcc8
Author: Sébastien Szymanski <ss...@us...>
Date: Fri Oct 24 16:54:44 2014 +0200
[BUILDROOT] Remove U-Boot hooks (post_configure and post_install_images) for the apf6 board
-----------------------------------------------------------------------
Summary of changes:
buildroot/target/device/armadeus/Makefile.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/buildroot/target/device/armadeus/Makefile.in b/buildroot/target/device/armadeus/Makefile.in
index 26e24bc..dcb59d9 100644
--- a/buildroot/target/device/armadeus/Makefile.in
+++ b/buildroot/target/device/armadeus/Makefile.in
@@ -16,6 +16,7 @@ define UBOOT_ARMADEUS_SPECIFIC_PATCH_HOOK
endef
UBOOT_POST_PATCH_HOOKS += UBOOT_ARMADEUS_SPECIFIC_PATCH_HOOK
+ifneq ($(BR2_BOARD_NAME), "apf6")
define UBOOT_UPDATE_CONFIG_HEADER
$(SED) "s,^#define CONFIG_BOARD_NAME.*,#define CONFIG_BOARD_NAME $(BOARD_NAME),g;"\
$(@D)/include/configs/$(UBOOT_BOARD_NAME).h
@@ -50,6 +51,7 @@ define UBOOT_POST_INSTALL_IMAGES_ACTION
endef
UBOOT_POST_INSTALL_IMAGES_HOOKS += UBOOT_POST_INSTALL_IMAGES_ACTION
+endif # BR2_BOARD_NAME != apf6
define LINUX_POST_PATCH_ACTION
for p in $(LINUX_PATCHES) ; do \
hooks/post-receive
--
armadeus
|