[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-763-gd819e7c
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2015-06-15 13:30:17
|
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 d819e7c0b529684af9b9f7b386472f33730c3c57 (commit)
from 5296aa066f2d98560a9e4d87219a012c9a58fd41 (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 d819e7c0b529684af9b9f7b386472f33730c3c57
Author: Julien Boibessot <jul...@ar...>
Date: Mon Jun 15 15:28:59 2015 +0200
[LINUX] APF27: 4.0: add a config for preempt-rt
-----------------------------------------------------------------------
Summary of changes:
...defconfig => apf27preempt-rtmainline_defconfig} | 8 ++++----
.../apf27/apf27-linux-preempt-rt-4.0.5.config | 1 +
...19.config => apf27-linux-preempt-rt-4.0.config} | 2 +-
3 files changed, 6 insertions(+), 5 deletions(-)
copy buildroot/configs/{apf27mainline_defconfig => apf27preempt-rtmainline_defconfig} (92%)
create mode 120000 buildroot/target/device/armadeus/apf27/apf27-linux-preempt-rt-4.0.5.config
copy buildroot/target/device/armadeus/apf27/{apf27-linux-3.19.config => apf27-linux-preempt-rt-4.0.config} (99%)
diff --git a/buildroot/configs/apf27mainline_defconfig b/buildroot/configs/apf27preempt-rtmainline_defconfig
similarity index 92%
copy from buildroot/configs/apf27mainline_defconfig
copy to buildroot/configs/apf27preempt-rtmainline_defconfig
index d0a2d52..2348730 100644
--- a/buildroot/configs/apf27mainline_defconfig
+++ b/buildroot/configs/apf27preempt-rtmainline_defconfig
@@ -6,7 +6,7 @@ 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="3.19.8"
+BR2_DEFAULT_KERNEL_VERSION="4.0.5"
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_19=y
BR2_UCLIBC_CONFIG="target/device/armadeus/uClibc-$(BR2_UCLIBC_VERSION_STRING).config"
BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
@@ -36,10 +36,10 @@ BR2_BOARD_NAME="apf27"
BR2_CPU_NAME="imx27"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.19.8"
-BR2_LINUX_KERNEL_PATCH="../patches/linux/$(BR2_LINUX_KERNEL_VERSION)"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.0.5"
+BR2_LINUX_KERNEL_PATCH="https://www.kernel.org/pub/linux/kernel/projects/rt/4.0/patch-4.0.5-rt3.patch.gz ../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_CUSTOM_CONFIG_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-linux-preempt-rt-$(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"
diff --git a/buildroot/target/device/armadeus/apf27/apf27-linux-preempt-rt-4.0.5.config b/buildroot/target/device/armadeus/apf27/apf27-linux-preempt-rt-4.0.5.config
new file mode 120000
index 0000000..5529379
--- /dev/null
+++ b/buildroot/target/device/armadeus/apf27/apf27-linux-preempt-rt-4.0.5.config
@@ -0,0 +1 @@
+apf27-linux-preempt-rt-4.0.config
\ No newline at end of file
diff --git a/buildroot/target/device/armadeus/apf27/apf27-linux-3.19.config b/buildroot/target/device/armadeus/apf27/apf27-linux-preempt-rt-4.0.config
similarity index 99%
copy from buildroot/target/device/armadeus/apf27/apf27-linux-3.19.config
copy to buildroot/target/device/armadeus/apf27/apf27-linux-preempt-rt-4.0.config
index feb448f..c0f3ba5 100644
--- a/buildroot/target/device/armadeus/apf27/apf27-linux-3.19.config
+++ b/buildroot/target/device/armadeus/apf27/apf27-linux-preempt-rt-4.0.config
@@ -18,7 +18,7 @@ CONFIG_MODULE_UNLOAD=y
# CONFIG_ARCH_MULTI_V7 is not set
CONFIG_ARCH_MXC=y
CONFIG_MACH_IMX27_DT=y
-CONFIG_PREEMPT=y
+CONFIG_PREEMPT_RT_FULL=y
CONFIG_AEABI=y
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
hooks/post-receive
--
armadeus
|