[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-422-g13bc33e18
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2018-06-21 08:52:53
|
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 13bc33e185ea13b0b817c4a03041d46e39aa088a (commit)
from 3368593cddb1477e790e5c428cba09ba2e26b97b (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 13bc33e185ea13b0b817c4a03041d46e39aa088a
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Jun 21 11:02:24 2018 +0200
[BUILDROOT] 2018.02.x: update patches for 2018.02.3
-----------------------------------------------------------------------
Summary of changes:
...-armadeus-ltrace-cant-be-used-on-old-kernels-anymore.patch | 11 ++++++-----
patches/buildroot/2018.02/cleanup_buildroot.sh | 4 +++-
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/patches/buildroot/2018.02/024-armadeus-ltrace-cant-be-used-on-old-kernels-anymore.patch b/patches/buildroot/2018.02/024-armadeus-ltrace-cant-be-used-on-old-kernels-anymore.patch
index 8550c9dda..48afbcb02 100644
--- a/patches/buildroot/2018.02/024-armadeus-ltrace-cant-be-used-on-old-kernels-anymore.patch
+++ b/patches/buildroot/2018.02/024-armadeus-ltrace-cant-be-used-on-old-kernels-anymore.patch
@@ -7,20 +7,21 @@ Index: buildroot/package/ltrace/Config.in
===================================================================
--- buildroot.orig/package/ltrace/Config.in
+++ buildroot/package/ltrace/Config.in
-@@ -3,6 +3,7 @@ config BR2_PACKAGE_LTRACE
+@@ -14,6 +14,7 @@ config BR2_PACKAGE_LTRACE
depends on BR2_USE_WCHAR # elfutils
depends on !BR2_STATIC_LIBS # elfutils
depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC # elfutils
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # PTRACE_GETVFPREGS syscall
- # ltrace normally has mips/mipsel support, but it's currently
- # broken (error: 'struct ltelf' has no member named
- # 'relplt_count'). Issue reported upstream at
-@@ -18,6 +19,6 @@ config BR2_PACKAGE_LTRACE
+ depends on BR2_PACKAGE_LTRACE_ARCH_SUPPORTS
+ select BR2_PACKAGE_ELFUTILS
+ help
+@@ -24,7 +25,7 @@ config BR2_PACKAGE_LTRACE
http://ltrace.org
-comment "ltrace needs a uClibc or glibc toolchain w/ wchar, dynamic library"
+comment "ltrace needs a uClibc or glibc toolchain w/ wchar, dynamic library, kernel >= 3.0"
+ depends on BR2_PACKAGE_LTRACE_ARCH_SUPPORTS
depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS \
- || !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC)
+ || !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0)
diff --git a/patches/buildroot/2018.02/cleanup_buildroot.sh b/patches/buildroot/2018.02/cleanup_buildroot.sh
index 245ddfa5a..6e493c5ea 100755
--- a/patches/buildroot/2018.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2018.02/cleanup_buildroot.sh
@@ -16,7 +16,9 @@ rm -rf buildroot/boot/uboot/uboot.mk
rm -rf buildroot/linux/Config.ext.in
rm -rf buildroot/linux/linux-ext-xenomai.mk
rm -rf buildroot/package/Config.in
-rm -rf buildroot/package/abootimg/
+rm -rf buildroot/package/abootimg/Config.in
+rm -rf buildroot/package/abootimg/abootimg.hash
+rm -rf buildroot/package/abootimg/abootimg.mk
rm -rf buildroot/package/agg/Config.in
rm -rf buildroot/package/agg/agg.mk
rm -rf buildroot/package/alsa-utils/alsa-utils.mk
hooks/post-receive
--
armadeus
|