[Armadeus-commitlog] SF.net SVN: armadeus:[1165] trunk/patches/072-buildroot-xenomai-package. diff
Brought to you by:
sszy
|
From: <gwe...@us...> - 2009-03-16 08:57:35
|
Revision: 1165
http://armadeus.svn.sourceforge.net/armadeus/?rev=1165&view=rev
Author: gwenhael
Date: 2009-03-16 08:57:29 +0000 (Mon, 16 Mar 2009)
Log Message:
-----------
[BUILDROOT] xenomai patch moved to the Makefile.advanced end
Modified Paths:
--------------
trunk/patches/072-buildroot-xenomai-package.diff
Modified: trunk/patches/072-buildroot-xenomai-package.diff
===================================================================
--- trunk/patches/072-buildroot-xenomai-package.diff 2009-03-16 08:19:30 UTC (rev 1164)
+++ trunk/patches/072-buildroot-xenomai-package.diff 2009-03-16 08:57:29 UTC (rev 1165)
@@ -13,13 +13,13 @@
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}
+@@ -382,6 +382,9 @@
+ $(SED) "s,^CROSS_COMPILE.*,CROSS_COMPILE=$(KERNEL_CROSS),g;" $(LINUX_DIR)/Makefile
+ (cd $(LINUX_DIR)/drivers; ln -sf $(ARMADEUS_TOPDIR)/target/linux/modules/ armadeus)
endif
+ifeq ($(BR2_PACKAGE_XENOMAI),y)
-+ make -C ../buildroot xenomai-patch-kernel
++ make -C ../buildroot xenomai-patch-kernel
+endif
+ $(MAKE) $(LINUX26_MAKE_FLAGS) -C $(LINUX26_DIR) oldconfig
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.
|