[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-31-gad748e5
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2014-01-13 15:26:59
|
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 ad748e539252dfab8ff90a63e3147747a94a427f (commit)
from e6c65e9b7d8a261e27b74be520d336488e2f19d8 (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 ad748e539252dfab8ff90a63e3147747a94a427f
Author: Eric Jarrige <eri...@ar...>
Date: Mon Jan 13 16:26:47 2014 +0100
[BUILDROOT] apf9328: update configs to ccache
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf9328_defconfig | 1 +
buildroot/configs/apf9328test_defconfig | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/buildroot/configs/apf9328_defconfig b/buildroot/configs/apf9328_defconfig
index 7ff767b..a1fce98 100644
--- a/buildroot/configs/apf9328_defconfig
+++ b/buildroot/configs/apf9328_defconfig
@@ -4,6 +4,7 @@ BR2_WGET="wget --passive-ftp --tries=3"
BR2_DL_DIR="$(BASE_DIR)/../downloads"
BR2_BACKUP_SITE="ftp://ftp2.armadeus.com/armadeusw/download"
BR2_CCACHE=y
+BR2_CCACHE_DIR="$(TOPDIR)/.$(BR2_BOARD_NAME)-buildroot-ccache"
BR2_STRIP_sstrip=y
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="2.6.29.6"
diff --git a/buildroot/configs/apf9328test_defconfig b/buildroot/configs/apf9328test_defconfig
index 941b027..d6cc866 100644
--- a/buildroot/configs/apf9328test_defconfig
+++ b/buildroot/configs/apf9328test_defconfig
@@ -3,6 +3,8 @@ BR2_arm920t=y
BR2_WGET="wget --passive-ftp --tries=3"
BR2_DL_DIR="$(BASE_DIR)/../downloads"
BR2_BACKUP_SITE="ftp://ftp2.armadeus.com/armadeusw/download"
+BR2_CCACHE=y
+BR2_CCACHE_DIR="$(TOPDIR)/.$(BR2_BOARD_NAME)-buildroot-ccache"
BR2_STRIP_sstrip=y
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="2.6.29.6"
hooks/post-receive
--
armadeus
|