[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-201-g1d779c6
Brought to you by:
sszy
|
From: Gwenhael <gwe...@us...> - 2010-02-15 16:41:06
|
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 1d779c611fbcc6c3955948eea250e1bee814abb2 (commit)
from fe6d2e5cc9121fd59bf49fcda18f226fa0db0bee (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 1d779c611fbcc6c3955948eea250e1bee814abb2
Author: gwenhael <gwe...@us...>
Date: Mon Feb 15 17:39:50 2010 +0100
[XENOMAI][PACKAGE] Renamed patch for distinguish if it need before or after adeos and Xenomai modifications
-----------------------------------------------------------------------
Summary of changes:
...before-adeos-compatibility_with_armadeus.patch} | 0
...ze_on_mxc_with_gpio_generated_interrupts.patch} | 0
buildroot/package/xenomai/xenomai.mk | 4 ++--
3 files changed, 2 insertions(+), 2 deletions(-)
rename buildroot/package/xenomai/{00-adeos-compatibility_with_armadeus.patch => 00-before-adeos-compatibility_with_armadeus.patch} (100%)
rename buildroot/package/xenomai/{01-adeos-prevent_system_freeze_on_mxc_with_gpio_generated_interrupts.patch => 01-after-adeos-prevent_system_freeze_on_mxc_with_gpio_generated_interrupts.patch} (100%)
diff --git a/buildroot/package/xenomai/00-adeos-compatibility_with_armadeus.patch b/buildroot/package/xenomai/00-before-adeos-compatibility_with_armadeus.patch
similarity index 100%
rename from buildroot/package/xenomai/00-adeos-compatibility_with_armadeus.patch
rename to buildroot/package/xenomai/00-before-adeos-compatibility_with_armadeus.patch
diff --git a/buildroot/package/xenomai/01-adeos-prevent_system_freeze_on_mxc_with_gpio_generated_interrupts.patch b/buildroot/package/xenomai/01-after-adeos-prevent_system_freeze_on_mxc_with_gpio_generated_interrupts.patch
similarity index 100%
rename from buildroot/package/xenomai/01-adeos-prevent_system_freeze_on_mxc_with_gpio_generated_interrupts.patch
rename to buildroot/package/xenomai/01-after-adeos-prevent_system_freeze_on_mxc_with_gpio_generated_interrupts.patch
diff --git a/buildroot/package/xenomai/xenomai.mk b/buildroot/package/xenomai/xenomai.mk
index e7f8fb1..cf266a2 100644
--- a/buildroot/package/xenomai/xenomai.mk
+++ b/buildroot/package/xenomai/xenomai.mk
@@ -43,14 +43,14 @@ $(XENOMAI_DIR)/.unpacked: $(DL_DIR)/$(XENOMAI_SOURCE)
$(KERN_DIR)/.patched.xenomai: $(XENOMAI_DIR)/.unpacked
toolchain/patch-kernel.sh $(LINUX26_DIR) package/xenomai \
- 01-adeos-\*.patch
+ \*-before-adeos-\*.patch
$(XENOMAI_DIR)/scripts/prepare-kernel.sh \
--linux=$(LINUX26_DIR) \
--arch=$(BR2_ARCH) \
--default
cat package/xenomai/xeno-kernel.config >> $(LINUX26_DIR)/.config
toolchain/patch-kernel.sh $(LINUX26_DIR) package/xenomai \
- 02-adeos-\*.patch
+ \*-after-adeos-\*.patch
touch $@
xenomai-patch-kernel: $(KERN_DIR)/.patched.xenomai
hooks/post-receive
--
armadeus
|