[Armadeus-commitlog] SF.net SVN: armadeus:[1135] trunk/patches/072-buildroot-xenomai-package. diff
Brought to you by:
sszy
|
From: <gwe...@us...> - 2009-03-10 09:17:30
|
Revision: 1135
http://armadeus.svn.sourceforge.net/armadeus/?rev=1135&view=rev
Author: gwenhael
Date: 2009-03-10 09:17:17 +0000 (Tue, 10 Mar 2009)
Log Message:
-----------
[BUILDROOT] Xenomai integration (pass 2)
Added Paths:
-----------
trunk/patches/072-buildroot-xenomai-package.diff
Added: trunk/patches/072-buildroot-xenomai-package.diff
===================================================================
--- trunk/patches/072-buildroot-xenomai-package.diff (rev 0)
+++ trunk/patches/072-buildroot-xenomai-package.diff 2009-03-10 09:17:17 UTC (rev 1135)
@@ -0,0 +1,25 @@
+diff -ruN buildroot/package/Config.in buildroot.new/package/Config.in
+--- buildroot.new/package/Config.in 2009-03-09 16:57:56.000000000 +0100
++++ package/Config.in 2009-02-24 11:33:56.000000000 +0100
+@@ -121,6 +121,8 @@
+ source "package/which/Config.in"
+ endif
+
++source "package/xenomai/Config.in"
++
+ source "package/database/Config.in"
+
+ if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
+diff -urN buildroot/target/linux/Makefile.in.advanced buildroot.new/target/linux/Makefile.in.advanced
+--- buildroot/target/linux/Makefile.in.advanced 2009-02-24 11:42:16.000000000 +0100
++++ buildroot.new/target/linux/Makefile.in.advanced 2009-02-24 11:40:07.000000000 +0100
+@@ -278,6 +278,9 @@
+ toolchain/patch-kernel.sh $(LINUX26_DIR) package/openswan \
+ linux-$(LINUX26_VERSION)\*.patch{,.gz,.bz2}
+ endif
++ifeq ($(BR2_PACKAGE_XENOMAI),y)
++ make -C ../buildroot xenomai-patch-kernel
++endif
+ touch $@
+
+ $(LINUX26_DIR)/.patched.arch: $(LINUX26_DIR)/.patched
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|