[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-659-g202a59c
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2015-03-16 16:30:16
|
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 202a59c560efdcd34f66d0e7f0e87ffeec716bd9 (commit)
from 6b98ebe998b1f7cce2d6c161b29cedd9d5c54257 (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 202a59c560efdcd34f66d0e7f0e87ffeec716bd9
Author: Julien Boibessot <jul...@ar...>
Date: Mon Mar 16 17:28:51 2015 +0100
[BUILDROOT] 2013.11: [U-BOOT] 2015.01: fixes build for i.MX28 (mxsimage)
-----------------------------------------------------------------------
Summary of changes:
...-boot-add-openssl-dependency-for-mxsimage.patch | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
copy patches/buildroot/{2015.02 => 2013.11}/051-armadeus-u-boot-add-openssl-dependency-for-mxsimage.patch (73%)
diff --git a/patches/buildroot/2015.02/051-armadeus-u-boot-add-openssl-dependency-for-mxsimage.patch b/patches/buildroot/2013.11/051-armadeus-u-boot-add-openssl-dependency-for-mxsimage.patch
similarity index 73%
copy from patches/buildroot/2015.02/051-armadeus-u-boot-add-openssl-dependency-for-mxsimage.patch
copy to patches/buildroot/2013.11/051-armadeus-u-boot-add-openssl-dependency-for-mxsimage.patch
index 7206461..e1d5433 100644
--- a/patches/buildroot/2015.02/051-armadeus-u-boot-add-openssl-dependency-for-mxsimage.patch
+++ b/patches/buildroot/2013.11/051-armadeus-u-boot-add-openssl-dependency-for-mxsimage.patch
@@ -9,19 +9,19 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/boot/uboot/uboot.mk
===================================================================
---- buildroot.orig/boot/uboot/uboot.mk 2015-03-13 23:11:07.761191200 +0100
-+++ buildroot/boot/uboot/uboot.mk 2015-03-13 17:12:19.272431044 +0100
+--- buildroot.orig/boot/uboot/uboot.mk 2015-03-16 17:16:57.181593038 +0100
++++ buildroot/boot/uboot/uboot.mk 2015-03-16 17:27:42.000000000 +0100
@@ -48,7 +48,7 @@
else ifeq ($(BR2_TARGET_UBOOT_FORMAT_SB),y)
- UBOOT_BIN = u-boot.sb
- UBOOT_MAKE_TARGET = $(UBOOT_BIN)
+ UBOOT_BIN = u-boot.sb
+ UBOOT_MAKE_TARGET = $(UBOOT_BIN)
-UBOOT_DEPENDENCIES += host-elftosb
+UBOOT_DEPENDENCIES += host-elftosb host-openssl
else ifeq ($(BR2_TARGET_UBOOT_FORMAT_CUSTOM),y)
- UBOOT_BIN = $(call qstrip,$(BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME))
+ UBOOT_BIN = $(call qstrip,$(BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME))
else
-@@ -60,7 +60,9 @@
-
+@@ -61,7 +61,9 @@
+ UBOOT_CONFIGURE_OPTS += CONFIG_NOSOFTFLOAT=1
UBOOT_MAKE_OPTS += \
CROSS_COMPILE="$(CCACHE) $(TARGET_CROSS)" \
- ARCH=$(UBOOT_ARCH)
hooks/post-receive
--
armadeus
|