[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-442-g74d4c4f
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2013-09-18 08:37:01
|
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 74d4c4f04f5c67603647cb20a2bd9a1c219d53bf (commit)
from 00c0686f2dd9606d316a931ab145482bc8af3241 (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 74d4c4f04f5c67603647cb20a2bd9a1c219d53bf
Author: Julien Boibessot <jul...@ar...>
Date: Wed Sep 18 10:36:42 2013 +0200
[BUILDROOT] Add a config to build Linux 3.11/mainline based APF51 system
-----------------------------------------------------------------------
Summary of changes:
.../{apf51_defconfig => apf51mainline_defconfig} | 11 +++++------
...x-3.11-rc4.config => apf51-linux-3.11.1.config} | 0
2 files changed, 5 insertions(+), 6 deletions(-)
copy buildroot/configs/{apf51_defconfig => apf51mainline_defconfig} (94%)
rename buildroot/target/device/armadeus/apf51/{apf51-linux-3.11-rc4.config => apf51-linux-3.11.1.config} (100%)
diff --git a/buildroot/configs/apf51_defconfig b/buildroot/configs/apf51mainline_defconfig
similarity index 94%
copy from buildroot/configs/apf51_defconfig
copy to buildroot/configs/apf51mainline_defconfig
index 440ee1f..93f139f 100644
--- a/buildroot/configs/apf51_defconfig
+++ b/buildroot/configs/apf51mainline_defconfig
@@ -3,12 +3,9 @@ BR2_cortex_a8=y
BR2_WGET="wget --passive-ftp --tries=3"
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.38.8"
+BR2_DEFAULT_KERNEL_VERSION="3.11.1"
BR2_UCLIBC_CONFIG="target/device/armadeus/uClibc-$(BR2_UCLIBC_VERSION_STRING).config"
BR2_BINUTILS_VERSION_2_23_2=y
BR2_PACKAGE_HOST_GDB=y
@@ -67,7 +64,6 @@ BR2_PACKAGE_NTP=y
# BR2_PACKAGE_NTP_NTPD is not set
BR2_PACKAGE_PORTMAP=y
BR2_PACKAGE_PPPD=y
-BR2_PACKAGE_UUCP=y
BR2_PACKAGE_WIRELESS_TOOLS=y
BR2_PACKAGE_WPA_SUPPLICANT=y
BR2_PACKAGE_WPA_SUPPLICANT_EAP=y
@@ -99,7 +95,10 @@ BR2_TARGET_UBOOT_ENVIMAGE_SOURCE="$(ARMADEUS_PATH)/u-boot-env-2013.04.txt"
BR2_TARGET_UBOOT_ENVIMAGE_SIZE="0x20000"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.8"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.11.1"
BR2_LINUX_KERNEL_PATCH="../patches/linux/$(BR2_LINUX_KERNEL_VERSION)"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-linux-$(BR2_LINUX_KERNEL_VERSION).config"
+BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x90008000"
+BR2_LINUX_KERNEL_DTS_SUPPORT=y
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx51-apf51dev"
diff --git a/buildroot/target/device/armadeus/apf51/apf51-linux-3.11-rc4.config b/buildroot/target/device/armadeus/apf51/apf51-linux-3.11.1.config
similarity index 100%
rename from buildroot/target/device/armadeus/apf51/apf51-linux-3.11-rc4.config
rename to buildroot/target/device/armadeus/apf51/apf51-linux-3.11.1.config
hooks/post-receive
--
armadeus
|