[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-244-g7ab179c
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2014-04-30 13:51:10
|
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 7ab179cf3a5e8d224fccfc39089cb97524c4416b (commit)
from 53de6332e709b4224c63940549b3092f7ce4d9fe (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 7ab179cf3a5e8d224fccfc39089cb97524c4416b
Author: Philippe Reynes <tr...@ya...>
Date: Fri Apr 25 20:38:46 2014 +0200
[BUILDROOT] Add a config for mainline xenomai on APF27
-----------------------------------------------------------------------
Summary of changes:
...ne_defconfig => apf27xenomaimainline_defconfig} | 10 ++++++----
...3.10.config => apf27-linux-3.10-xenomai.config} | 15 ++++++++++-----
.../apf27/apf27-linux-3.10.32-xenomai.config | 1 +
patches/linux/{3.10.18 => 3.10.32} | 0
4 files changed, 17 insertions(+), 9 deletions(-)
copy buildroot/configs/{apf27mainline_defconfig => apf27xenomaimainline_defconfig} (92%)
copy buildroot/target/device/armadeus/apf27/{apf27-linux-3.10.config => apf27-linux-3.10-xenomai.config} (96%)
create mode 120000 buildroot/target/device/armadeus/apf27/apf27-linux-3.10.32-xenomai.config
copy patches/linux/{3.10.18 => 3.10.32} (100%)
diff --git a/buildroot/configs/apf27mainline_defconfig b/buildroot/configs/apf27xenomaimainline_defconfig
similarity index 92%
copy from buildroot/configs/apf27mainline_defconfig
copy to buildroot/configs/apf27xenomaimainline_defconfig
index 9482145..4392cfb 100644
--- a/buildroot/configs/apf27mainline_defconfig
+++ b/buildroot/configs/apf27xenomaimainline_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.14.2"
+BR2_DEFAULT_KERNEL_VERSION="3.10.32"
BR2_UCLIBC_CONFIG="target/device/armadeus/uClibc-$(BR2_UCLIBC_VERSION_STRING).config"
BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
@@ -21,7 +21,6 @@ BR2_ENABLE_LOCALE_WHITELIST="C en_US"
BR2_TARGET_OPTIMIZATION="-Os -pipe"
BR2_TARGET_GENERIC_HOSTNAME="apf27"
BR2_TARGET_GENERIC_ISSUE="Welcome to Armadeus development platform !"
-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"
@@ -34,13 +33,15 @@ 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.14.2"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10.32"
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"
+BR2_LINUX_KERNEL_EXT_XENOMAI=y
+BR2_LINUX_KERNEL_EXT_XENOMAI_ADEOS_PATCH_URL="http://download.gna.org/adeos/patches/v3.x/arm/ipipe-core-3.10.32-arm-2.patch"
BR2_PACKAGE_BUSYBOX_CONFIG="$(ARMADEUS_PATH)/busybox-$(BR2_BUSYBOX_VERSION).config"
BR2_PACKAGE_FPGAREGS=y
BR2_PACKAGE_ARMADEUS_FPGA_FIRMWARE=y
@@ -67,7 +68,6 @@ BR2_PACKAGE_IPROUTE2=y
BR2_PACKAGE_NTP=y
# BR2_PACKAGE_NTP_NTPD is not set
BR2_PACKAGE_PORTMAP=y
-BR2_PACKAGE_UUCP=y
BR2_PACKAGE_WIRELESS_TOOLS=y
BR2_PACKAGE_WPA_SUPPLICANT=y
BR2_PACKAGE_WPA_SUPPLICANT_EAP=y
@@ -75,6 +75,8 @@ BR2_PACKAGE_WPA_SUPPLICANT_CLI=y
BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT=y
BR2_PACKAGE_WPA_SUPPLICANT_WPS=y
+BR2_PACKAGE_XENOMAI_VERSION="2.6.3"
+BR2_PACKAGE_XENOMAI_TESTSUITE=y
BR2_PACKAGE_NANO=y
BR2_TARGET_ROOTFS_JFFS2=y
BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_2K_128K=y
diff --git a/buildroot/target/device/armadeus/apf27/apf27-linux-3.10.config b/buildroot/target/device/armadeus/apf27/apf27-linux-3.10-xenomai.config
similarity index 96%
copy from buildroot/target/device/armadeus/apf27/apf27-linux-3.10.config
copy to buildroot/target/device/armadeus/apf27/apf27-linux-3.10-xenomai.config
index d09275d..2f3f4c8 100644
--- a/buildroot/target/device/armadeus/apf27/apf27-linux-3.10.config
+++ b/buildroot/target/device/armadeus/apf27/apf27-linux-3.10-xenomai.config
@@ -16,9 +16,14 @@ CONFIG_MODULE_UNLOAD=y
# CONFIG_BLK_DEV_BSG is not set
# CONFIG_IOSCHED_DEADLINE is not set
# CONFIG_IOSCHED_CFQ is not set
+# CONFIG_XENO_HW_FPU is not set
+CONFIG_XENO_DRIVERS_TIMERBENCH=m
+CONFIG_XENO_DRIVERS_KLATENCY=m
+CONFIG_XENO_DRIVERS_IRQBENCH=m
+CONFIG_XENO_DRIVERS_SWITCHTEST=m
+CONFIG_XENO_DRIVERS_RTDMTEST=m
# CONFIG_ARCH_MULTI_V7 is not set
CONFIG_ARCH_MXC=y
-CONFIG_MXC_IRQ_PRIOR=y
CONFIG_MACH_IMX27_DT=y
CONFIG_PREEMPT=y
CONFIG_AEABI=y
@@ -141,7 +146,7 @@ CONFIG_VIDEO_MX2=m
# CONFIG_DVB_TUNER_DIB0070 is not set
# CONFIG_DVB_TUNER_DIB0090 is not set
CONFIG_FB=y
-CONFIG_FB_IMX=y
+# CONFIG_FB_MX3 is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=y
CONFIG_LCD_L4F00242T03=y
@@ -163,12 +168,12 @@ CONFIG_SND_IMX_SOC=m
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_MXC=y
-CONFIG_USB_CHIPIDEA=y
-CONFIG_USB_CHIPIDEA_HOST=y
-CONFIG_USB_CHIPIDEA_DEBUG=y
CONFIG_USB_ACM=y
CONFIG_USB_PRINTER=y
CONFIG_USB_STORAGE=y
+CONFIG_USB_CHIPIDEA=y
+CONFIG_USB_CHIPIDEA_HOST=y
+CONFIG_USB_CHIPIDEA_DEBUG=y
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_FTDI_SIO=y
CONFIG_USB_SERIAL_PL2303=y
diff --git a/buildroot/target/device/armadeus/apf27/apf27-linux-3.10.32-xenomai.config b/buildroot/target/device/armadeus/apf27/apf27-linux-3.10.32-xenomai.config
new file mode 120000
index 0000000..1ee3ec7
--- /dev/null
+++ b/buildroot/target/device/armadeus/apf27/apf27-linux-3.10.32-xenomai.config
@@ -0,0 +1 @@
+apf27-linux-3.10-xenomai.config
\ No newline at end of file
diff --git a/patches/linux/3.10.18 b/patches/linux/3.10.32
similarity index 100%
copy from patches/linux/3.10.18
copy to patches/linux/3.10.32
hooks/post-receive
--
armadeus
|