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> _______________________________________________ Xenomai mailing list [email protected] http://www.xenomai.org/mailman/listinfo/xenomai
