[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-rc1-28-ga419d4c
Brought to you by:
sszy
|
From: Gwenhael Goavec-M. <gwe...@us...> - 2013-12-02 21:19: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 a419d4cdffc4b8ab4b857c20305f10cc4b72ac8a (commit)
from 8db54f0623c3d8603daf6b05d97aac09ea9188c8 (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 a419d4cdffc4b8ab4b857c20305f10cc4b72ac8a
Author: Gwenhael Goavec-Merou <gwe...@tr...>
Date: Mon Dec 2 22:20:04 2013 +0100
[BUILDROOT] add apf27mainline_defconfig target
-----------------------------------------------------------------------
Summary of changes:
.../{apf27_defconfig => apf27mainline_defconfig} | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
copy buildroot/configs/{apf27_defconfig => apf27mainline_defconfig} (93%)
diff --git a/buildroot/configs/apf27_defconfig b/buildroot/configs/apf27mainline_defconfig
similarity index 93%
copy from buildroot/configs/apf27_defconfig
copy to buildroot/configs/apf27mainline_defconfig
index 7859c87..7db2d3a 100644
--- a/buildroot/configs/apf27_defconfig
+++ b/buildroot/configs/apf27mainline_defconfig
@@ -3,11 +3,10 @@ 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.29.6"
+BR2_DEFAULT_KERNEL_VERSION="3.12.2"
BR2_UCLIBC_CONFIG="target/device/armadeus/uClibc-$(BR2_UCLIBC_VERSION_STRING).config"
BR2_BINUTILS_VERSION_2_23_2=y
BR2_PACKAGE_HOST_GDB=y
@@ -26,7 +25,7 @@ BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y
BR2_ROOTFS_DEVICE_TABLE="$(ARMADEUS_PATH)/rootfs/device_table.txt"
BR2_ROOTFS_SKELETON_CUSTOM=y
BR2_ROOTFS_SKELETON_CUSTOM_PATH="$(ARMADEUS_PATH)/rootfs/target_skeleton"
-BR2_TARGET_GENERIC_GETTY_PORT="ttySMX0"
+BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
BR2_ROOTFS_POST_BUILD_SCRIPT="$(ARMADEUS_PATH)/rootfs/post_build.sh"
BR2_ROOTFS_POST_IMAGE_SCRIPT="$(ARMADEUS_PATH)/rootfs/post_image_creation.sh"
BR2_TARGET_ARMADEUS=y
@@ -91,7 +90,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.29.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.12.2"
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="0xA0008000"
+BR2_LINUX_KERNEL_DTS_SUPPORT=y
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx27-apf27dev"
hooks/post-receive
--
armadeus
|