[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-19-gc31fd53
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2014-01-10 17:40:33
|
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 c31fd537e085ae317185509a1aaa883f5ec9af63 (commit)
from 27543ad72aea18ec44e3d7418bd37380d7818eb7 (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 c31fd537e085ae317185509a1aaa883f5ec9af63
Author: Julien Boibessot <jul...@ar...>
Date: Fri Jan 10 18:39:48 2014 +0100
[BUILDROOT] Fixes U-Boot build on APF51 after BR 2013.11 migration
-----------------------------------------------------------------------
Summary of changes:
...add_support_for_custom_binary_file_format.patch | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2013.11/051-U-Boot-add_support_for_custom_binary_file_format.patch
diff --git a/patches/buildroot/2013.11/051-U-Boot-add_support_for_custom_binary_file_format.patch b/patches/buildroot/2013.11/051-U-Boot-add_support_for_custom_binary_file_format.patch
new file mode 100644
index 0000000..a4d42d0
--- /dev/null
+++ b/patches/buildroot/2013.11/051-U-Boot-add_support_for_custom_binary_file_format.patch
@@ -0,0 +1,18 @@
+Fixes "u-boot: support custom u-boot.bin name" mainline commit of our
+patches/buildroot/2013.05/051-U-Boot-add_support_for_custom_binary_file_format.patch
+
+Signed-off-by: Eric Jarrige <eri...@ar...>
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+Index: buildroot/boot/uboot/uboot.mk
+===================================================================
+--- buildroot.orig/boot/uboot/uboot.mk 2014-01-10 18:33:02.685318081 +0100
++++ buildroot/boot/uboot/uboot.mk 2014-01-10 18:33:20.409405965 +0100
+@@ -51,6 +51,7 @@
+ UBOOT_DEPENDENCIES += host-elftosb
+ else ifeq ($(BR2_TARGET_UBOOT_FORMAT_CUSTOM),y)
+ UBOOT_BIN = $(call qstrip,$(BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME))
++UBOOT_MAKE_TARGET = $(UBOOT_BIN)
+ else
+ UBOOT_BIN = u-boot.bin
+ UBOOT_BIN_IFT = $(UBOOT_BIN).ift
hooks/post-receive
--
armadeus
|