All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: pacalet <renaud.pacalet@telecom-paristech.fr>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai] I-pipe patch broken for Xilinx Zynq
Date: Tue, 16 Dec 2014 12:16:34 +0100	[thread overview]
Message-ID: <20141216111634.GR11058@hermes.click-hack.org> (raw)
In-Reply-To: <548FDC78.5080600@telecom-paristech.fr>

On Tue, Dec 16, 2014 at 08:17:12AM +0100, pacalet wrote:
> Would you like me to post the rejects files somewhere?

No. The problem is that the ipipe-core-3.8.13-arm-4.patch (and not
-3, as I said, you should be using the latest version), as its name
indicates, is made for Linux 3.8.13, whereas the xilinx tag is based
on 3.8.0. So, the correct procedure is:

git checkout -b xenomai-test 6a0bedad
git remote add stable git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
git fetch stable
git merge v3.8.13
patch -p1 < /path/to/ipipe-core-3.8-zynq-pre.patch
patch -p1 < /path/to/ipipe-core-3.8.13-arm-4.patch
patch -p1 < /path/to/ipipe-core-3.8-zynq-post.patch

If git fetch stable takes too long, you can use the 3.8.13 patch
from kernel.org:
https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.8.13.xz

-- 
					    Gilles.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 173 bytes
Desc: not available
URL: <http://www.xenomai.org/pipermail/xenomai/attachments/20141216/dc6afce6/attachment.sig>

  reply	other threads:[~2014-12-16 11:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-15 16:10 [Xenomai] I-pipe patch broken for Xilinx Zynq Renaud Pacalet
2014-12-15 16:18 ` Gilles Chanteperdrix
2014-12-16  7:17   ` pacalet
2014-12-16 11:16     ` Gilles Chanteperdrix [this message]
2014-12-16 16:15       ` Renaud Pacalet

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=20141216111634.GR11058@hermes.click-hack.org \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=renaud.pacalet@telecom-paristech.fr \
    --cc=xenomai@xenomai.org \
    /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.