[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.0-2619-ge3dfbb7
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2011-12-06 13:56:37
|
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 e3dfbb7d381fa1affcf6ca78030d111ddd0513d9 (commit)
from 55e5209da4ea3580d12c438e2247d6df8dd0479f (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 e3dfbb7d381fa1affcf6ca78030d111ddd0513d9
Author: Julien Boibessot <jul...@ar...>
Date: Tue Dec 6 14:54:45 2011 +0100
[BUILDROOT] Fixes rt-tests build for non NUMA targets
-----------------------------------------------------------------------
Summary of changes:
.../2011.05/166-rt-tests-add_package.patch | 28 +++++++++++++++++---
1 files changed, 24 insertions(+), 4 deletions(-)
diff --git a/patches/buildroot/2011.05/166-rt-tests-add_package.patch b/patches/buildroot/2011.05/166-rt-tests-add_package.patch
index 0a98cd4..5f0cd80 100644
--- a/patches/buildroot/2011.05/166-rt-tests-add_package.patch
+++ b/patches/buildroot/2011.05/166-rt-tests-add_package.patch
@@ -4,7 +4,7 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/rt-tests/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/rt-tests/Config.in 2011-12-05 12:02:33.000000000 +0100
++++ buildroot/package/rt-tests/Config.in 2011-12-06 14:41:21.000000000 +0100
@@ -0,0 +1,52 @@
+config BR2_PACKAGE_RT_TESTS
+ bool "rt-tests"
@@ -61,7 +61,7 @@ Index: buildroot/package/rt-tests/Config.in
Index: buildroot/package/rt-tests/rt-tests.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/rt-tests/rt-tests.mk 2011-12-05 11:35:32.000000000 +0100
++++ buildroot/package/rt-tests/rt-tests.mk 2011-12-06 14:41:21.000000000 +0100
@@ -0,0 +1,81 @@
+#############################################################
+#
@@ -146,8 +146,8 @@ Index: buildroot/package/rt-tests/rt-tests.mk
+$(eval $(call GENTARGETS,package,rt-tests))
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2011-12-02 10:36:26.000000000 +0100
-+++ buildroot/package/Config.in 2011-12-05 11:39:24.000000000 +0100
+--- buildroot.orig/package/Config.in 2011-12-06 14:41:21.000000000 +0100
++++ buildroot/package/Config.in 2011-12-06 14:41:21.000000000 +0100
@@ -31,6 +31,7 @@
source "package/memstat/Config.in"
source "package/netperf/Config.in"
@@ -156,3 +156,23 @@ Index: buildroot/package/Config.in
source "package/strace/Config.in"
source "package/whetstone/Config.in"
source "package/valgrind/Config.in"
+Index: buildroot/package/rt-tests/rt-tests-fix-non-numa-build.patch
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/rt-tests/rt-tests-fix-non-numa-build.patch 2011-12-06 14:46:04.000000000 +0100
+@@ -0,0 +1,15 @@
++Makes "NUMA" Makefile variable overloadable.
++
++Signed-off-by: Julien Boibessot <jul...@ar...>
++
++--- a/Makefile 2011-09-21 16:37:38.000000000 +0200
+++++ b/Makefile 2011-12-02 12:14:18.000000000 +0100
++@@ -26,7 +26,7 @@
++ CFLAGS += -O0 -g
++ endif
++
++-ifdef NUMA
+++ifeq ($(NUMA),1)
++ CFLAGS += -DNUMA
++ NUMA_LIBS = -lnuma
++ endif
hooks/post-receive
--
armadeus
|