[Armadeus-commitlog] armadeus branch, buildroot-update, updated. armadeus-6.0-87-gdcc1d7b
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2016-05-27 07:16:19
|
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, buildroot-update has been updated
via dcc1d7b6184d257ad132ada4b5a22728d25e15b0 (commit)
via ab69e5b030308fd80b85e27e8597155646b2f37a (commit)
from 8dcdce3c8b8fdd75be11e10461ed28b0a8aaadc7 (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 dcc1d7b6184d257ad132ada4b5a22728d25e15b0
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri May 27 09:17:51 2016 +0200
[BUILDROOT] Use BR 2016.05-rc3
commit ab69e5b030308fd80b85e27e8597155646b2f37a
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue May 24 18:01:57 2016 +0200
[BUILDROOT] opos6ul_legacy_defconfig: use BR skeleton and our overlay
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
buildroot/configs/opos6ul_legacy_defconfig | 3 +-
patches/buildroot/{2016.05-rc2 => 2016.05-rc3} | 0
...-boot-add-openssl-dependency-for-mxsimage.patch | 33 --------------------
4 files changed, 2 insertions(+), 36 deletions(-)
rename patches/buildroot/{2016.05-rc2 => 2016.05-rc3} (100%)
delete mode 100644 patches/buildroot/2016.05/051-armadeus-u-boot-add-openssl-dependency-for-mxsimage.patch
diff --git a/Makefile b/Makefile
index 5e59293..76a60c2 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ ARMADEUS_TOPDIR:=$(shell pwd)
export ARMADEUS_TOPDIR
#--- User configurable stuff:
-BUILDROOT_VERSION=2016.05-rc2
+BUILDROOT_VERSION=2016.05-rc3
#BUILDROOT_VERSION=2015.02
include ./Makefile.in
BUILDROOT_SITE:=https://buildroot.org/downloads
diff --git a/buildroot/configs/opos6ul_legacy_defconfig b/buildroot/configs/opos6ul_legacy_defconfig
index 656e321..d871aa7 100644
--- a/buildroot/configs/opos6ul_legacy_defconfig
+++ b/buildroot/configs/opos6ul_legacy_defconfig
@@ -8,9 +8,8 @@ BR2_TOOLCHAIN_EXTERNAL=y
BR2_ENABLE_LOCALE_PURGE=y
BR2_TARGET_GENERIC_HOSTNAME="opos6ul"
BR2_TARGET_GENERIC_ISSUE="Welcome to Armadeus development platform !"
-BR2_ROOTFS_SKELETON_CUSTOM=y
-BR2_ROOTFS_SKELETON_CUSTOM_PATH="$(ARMADEUS_PATH)/rootfs/target_skeleton"
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
+BR2_ROOTFS_OVERLAY="$(ARMADEUS_PATH)/rootfs/target_overlay"
BR2_TARGET_TZ_INFO=y
BR2_TARGET_TZ_ZONELIST="europe"
BR2_TARGET_LOCALTIME="Europe/Paris"
diff --git a/patches/buildroot/2016.05-rc2 b/patches/buildroot/2016.05-rc3
similarity index 100%
rename from patches/buildroot/2016.05-rc2
rename to patches/buildroot/2016.05-rc3
diff --git a/patches/buildroot/2016.05/051-armadeus-u-boot-add-openssl-dependency-for-mxsimage.patch b/patches/buildroot/2016.05/051-armadeus-u-boot-add-openssl-dependency-for-mxsimage.patch
deleted file mode 100644
index fda96ba..0000000
--- a/patches/buildroot/2016.05/051-armadeus-u-boot-add-openssl-dependency-for-mxsimage.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Otherwise recent U-Boot version compilation for i.MX28 fails with:
-tools/mxsimage.c:18:25: fatal error: openssl/evp.h: No such file or directory
- #include <openssl/evp.h>
-
-Another solution is to install openssl-dev package on Host but I think u-boot
-doesn't have to look after Host installed devt libraries.
-
-Signed-off-by: Julien Boibessot <jul...@ar...>
-
-Index: buildroot/boot/uboot/uboot.mk
-===================================================================
---- buildroot.orig/boot/uboot/uboot.mk
-+++ buildroot/boot/uboot/uboot.mk
-@@ -54,7 +54,7 @@ UBOOT_BIN = u-boot.imx
- else ifeq ($(BR2_TARGET_UBOOT_FORMAT_SB),y)
- 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_SD),y)
- # BootStream (.sb) is generated by U-Boot, we convert it to SD format
- UBOOT_BIN = u-boot.sd
-@@ -83,7 +83,9 @@ endif
-
- UBOOT_MAKE_OPTS += \
- CROSS_COMPILE="$(TARGET_CROSS)" \
-- ARCH=$(UBOOT_ARCH)
-+ ARCH=$(UBOOT_ARCH) \
-+ HOSTCFLAGS="$(HOST_CFLAGS)" \
-+ HOSTLDFLAGS="$(HOST_LDFLAGS)"
-
- ifeq ($(BR2_TARGET_UBOOT_NEEDS_DTC),y)
- UBOOT_DEPENDENCIES += host-dtc
hooks/post-receive
--
armadeus
|