[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-rc1-40-gabed9a6
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2013-12-11 13:33:14
|
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 abed9a65636550659e54edd598ee4786bf65ae3d (commit)
via 0ae6ad6cdfd6f819854c7e5974f40857eb16b2af (commit)
from b156579bc3f4014dc00d029bd335c5f06a1da5d0 (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 abed9a65636550659e54edd598ee4786bf65ae3d
Author: Sébastien Szymanski <ss...@us...>
Date: Wed Dec 11 14:31:35 2013 +0100
[DEMOS] shm: complete shmreader instructions.
commit 0ae6ad6cdfd6f819854c7e5974f40857eb16b2af
Author: Sébastien Szymanski <ss...@us...>
Date: Wed Dec 11 14:21:25 2013 +0100
[BUILDROOT] disable ccache in test_defconfig targets.
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf28test_defconfig | 1 -
buildroot/configs/apf51test_defconfig | 1 -
buildroot/configs/apf9328test_defconfig | 1 -
target/demos/shm/shmreader.c | 1 +
4 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/buildroot/configs/apf28test_defconfig b/buildroot/configs/apf28test_defconfig
index c7dbc27..56a8561 100644
--- a/buildroot/configs/apf28test_defconfig
+++ b/buildroot/configs/apf28test_defconfig
@@ -4,7 +4,6 @@ BR2_DL_DIR="$(BASE_DIR)/../downloads"
BR2_BACKUP_SITE="ftp://ftp2.armadeus.com/armadeusw/download"
BR2_SOURCEFORGE_MIRROR="switch"
BR2_JLEVEL=1
-BR2_CCACHE=y
BR2_STRIP_sstrip=y
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="2.6.35.3"
diff --git a/buildroot/configs/apf51test_defconfig b/buildroot/configs/apf51test_defconfig
index 57e935d..2edebd6 100644
--- a/buildroot/configs/apf51test_defconfig
+++ b/buildroot/configs/apf51test_defconfig
@@ -4,7 +4,6 @@ BR2_WGET="wget --passive-ftp --tries=3"
BR2_DL_DIR="$(BASE_DIR)/../downloads"
BR2_BACKUP_SITE="ftp://ftp2.armadeus.com/armadeusw/download"
BR2_JLEVEL=1
-BR2_CCACHE=y
BR2_STRIP_sstrip=y
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="2.6.38.8"
diff --git a/buildroot/configs/apf9328test_defconfig b/buildroot/configs/apf9328test_defconfig
index 9b49d62..15d44ed 100644
--- a/buildroot/configs/apf9328test_defconfig
+++ b/buildroot/configs/apf9328test_defconfig
@@ -5,7 +5,6 @@ BR2_DL_DIR="$(BASE_DIR)/../downloads"
BR2_BACKUP_SITE="ftp://ftp2.armadeus.com/armadeusw/download"
BR2_SOURCEFORGE_MIRROR="switch"
BR2_JLEVEL=1
-BR2_CCACHE=y
BR2_STRIP_sstrip=y
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="2.6.29.6"
diff --git a/target/demos/shm/shmreader.c b/target/demos/shm/shmreader.c
index 737a24a..a34ef2d 100644
--- a/target/demos/shm/shmreader.c
+++ b/target/demos/shm/shmreader.c
@@ -27,6 +27,7 @@ int main(int argc, char *argv[])
printf("shmwriter wrote:\n");
printf("%s", str);
printf("Now make some changes in the shared memory object (/dev/shm/armadeus-shm) then press RETURN...\n");
+ printf("For example, on a second console you can run 'echo foo bar > /dev/shm/armadeus-shm'\n");
getchar();
hooks/post-receive
--
armadeus
|