All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe Gerum <rpm@xenomai.org>
To: Jan Kiszka <jan.kiszka@domain.hid>
Cc: Xenomai-core@domain.hid
Subject: Re: [Xenomai-core] [PATCH] fix prepare-kernel.sh for x86 build
Date: Fri, 28 Dec 2007 12:14:03 +0100	[thread overview]
Message-ID: <4774DA7B.4080903@domain.hid> (raw)
In-Reply-To: <4774D852.2040406@domain.hid>

Jan Kiszka wrote:
> Index: xenomai/scripts/prepare-kernel.sh
> ===================================================================
> --- xenomai/scripts/prepare-kernel.sh	(Revision 3329)
> +++ xenomai/scripts/prepare-kernel.sh	(Arbeitskopie)
> @@ -428,9 +428,9 @@
>              patch_append init/Kconfig
>      fi
>  
> -    if ! grep -q CONFIG_XENOMAI $linux_tree/arch/$linux_arch/Makefile; then
> +    if ! grep -q CONFIG_XENOMAI $linux_tree/arch/$linux_archsrc/Makefile; then
>  	p="drivers-\$(CONFIG_XENOMAI)		+= arch/$linux_archsrc/xenomai/"
> -	( echo ; echo $p ) | patch_append arch/$linux_arch/Makefile
> +	( echo ; echo $p ) | patch_append arch/$linux_archsrc/Makefile
>      fi
>  
>      patch_architecture_specific="n"
>

This won't work for newer x86 patches. Which kernel/patch combo have you
been using?

> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Xenomai-core mailing list
> Xenomai-core@domain.hid
> https://mail.gna.org/listinfo/xenomai-core


-- 
Philippe.


  reply	other threads:[~2007-12-28 11:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-28 11:04 [Xenomai-core] [PATCH] fix prepare-kernel.sh for x86 build Jan Kiszka
2007-12-28 11:14 ` Philippe Gerum [this message]
2007-12-28 11:17 ` Philippe Gerum

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4774DA7B.4080903@domain.hid \
    --to=rpm@xenomai.org \
    --cc=Xenomai-core@domain.hid \
    --cc=jan.kiszka@domain.hid \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.