Module: xenomai-forge
Branch: next
Commit: 99256a25bad97b2f8de547171c7b70f8fb15836f
URL:    
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=99256a25bad97b2f8de547171c7b70f8fb15836f

Author: Philippe Gerum <r...@xenomai.org>
Date:   Tue Sep  9 16:59:57 2014 +0200

scripts/prepare-kernel: remove support for legacy patches

---

 scripts/prepare-kernel.sh |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/prepare-kernel.sh b/scripts/prepare-kernel.sh
index 7111d3f..f1791ca 100755
--- a/scripts/prepare-kernel.sh
+++ b/scripts/prepare-kernel.sh
@@ -321,9 +321,9 @@ if test -r $linux_tree/include/linux/ipipe.h; then
     fi
 else
    if test x$ipipe_patch = x; then
-      # We pick ipipe-core-* patches first over adeos-ipipe-* ones,
-      # then the highest numbered sequence/release number.
-      default_ipipe_patch="`( ls 
$xenomai_root/kernel/cobalt/arch/$linux_arch/patches/ipipe-core-$linux_version*-$linux_arch-*
 
$xenomai_root/kernel/cobalt/arch/$linux_arch/patches/adeos-ipipe-$linux_version*-$linux_arch-*|sort
 -r ) 2>/dev/null | head -n1`"
+      # Pick ipipe-core-* patches based on the highest numbered
+      # sequence/release number.
+      default_ipipe_patch="`( ls 
$xenomai_root/kernel/cobalt/arch/$linux_arch/patches/ipipe-core-$linux_version*-$linux_arch-*|sort
 -r ) 2>/dev/null | head -n1`"
    fi
    if test x$default_ipipe_patch = x; then
       if test x$verbose = x1; then


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to