[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-367-gbd2235d
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2011-02-24 10:34:38
|
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 bd2235dac1a955d748720d3313a337f7f9232fa8 (commit)
via bd8242b7c308be444022ce2634f7c39d1b573b06 (commit)
from 2a49d808b9e8be5d52413af7a94031e56b3f9673 (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 bd2235dac1a955d748720d3313a337f7f9232fa8
Author: Julien Boibessot <jul...@ar...>
Date: Thu Feb 24 11:33:58 2011 +0100
[BUILDROOT] Updates default APF27 config
commit bd8242b7c308be444022ce2634f7c39d1b573b06
Author: Julien Boibessot <jul...@ar...>
Date: Thu Feb 24 11:16:13 2011 +0100
Change main Makefile to detect PPS configs
-----------------------------------------------------------------------
Summary of changes:
Makefile | 5 +++--
.../target/device/armadeus/apf27/apf27_defconfig | 1 +
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index ac452d6..2fc5ab9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Makefile for Armadeus
#
-# Copyright (C) 2005-2009 by the Armadeus Team
+# Copyright (C) 2005-2011 by the Armadeus Team
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -53,7 +53,7 @@ ECHO_CONFIGURATION_NOT_DEFINED:= echo -en "\033[1m"; \
echo " "; \
echo " System not configured. Use make <board>_defconfig " >&2; \
echo " armadeus valid configurations are: " >&2; \
- echo " "$(shell find $(ARMADEUS_CONFIG_DIR) -name "apf*_defconfig" | sed 's/.*\///');\
+ echo " "$(shell find $(ARMADEUS_CONFIG_DIR) -name "[ap][fp][fs]*_defconfig" | sed 's/.*\///');\
echo " "; \
echo -en "\033[0m";
@@ -70,6 +70,7 @@ help:
@echo 'First, choose the platform:'
@echo ' apf9328_defconfig - get default config for an APF9328 board'
@echo ' apf27_defconfig - get default config for an APF27 board'
+ @echo ' pps_defconfig - get default config for an APF27_PPS board'
@echo ' apf51_defconfig - get default config for an APF51 board'
@echo ''
@echo 'Cleaning:'
diff --git a/buildroot/target/device/armadeus/apf27/apf27_defconfig b/buildroot/target/device/armadeus/apf27/apf27_defconfig
index 39222fb..8048b05 100644
--- a/buildroot/target/device/armadeus/apf27/apf27_defconfig
+++ b/buildroot/target/device/armadeus/apf27/apf27_defconfig
@@ -370,6 +370,7 @@ BR2_PACKAGE_IMXREGS=y
BR2_PACKAGE_MAX5821CTRL=y
# BR2_PACKAGE_ARMADEUS_PPS_UTILITIES is not set
# BR2_PACKAGE_ARMADEUS_TESTSUITE is not set
+# BR2_PACKAGE_TFP410CTRL is not set
# BR2_DATABASE_SUPPORT is not set
BR2_TEXTEDIT_SUPPORT=y
# BR2_PACKAGE_ED is not set
hooks/post-receive
--
armadeus
|