All of lore.kernel.org
 help / color / mirror / Atom feed
From: Charles Steinkuehler <charles@steinkuehler.net>
To: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai] Building BeagleBone kernel from git
Date: Tue, 20 Aug 2013 17:37:46 -0500	[thread overview]
Message-ID: <5213EFBA.90608@steinkuehler.net> (raw)
In-Reply-To: <5213D09E.80103@steinkuehler.net>

On 8/20/2013 3:25 PM, Charles Steinkuehler wrote:
> On 8/20/2013 2:55 PM, Gilles Chanteperdrix wrote:
>> You want the I-pipe patch. To generate it, in the I-pipe tree, try:
>>
>> ./scripts/ipipe/genpatches.sh
>>
>> You should then find a file ipipe-core-3.8.13-arm-1.patch which you
>> can try and apply to another tree, possibly additionally patching with
>> pre and post patches (respectively before and after the I-pipe patch).
> 
> Yep, that sounds like exactly what I want!  Thanks for the help!!
> 
> I'll report back if I run into more issues or if everything works out
> OK.  I am trying to integrate the xenomai patches into a customized
> version of Robert C. Nelson's BeagleBone kernel build scripts:

Problem #1 (solved):
The genpatches.sh script calls awk, but seems to be incompatible with
the stock awk (mawk) on my Debian Wheezy system.  I was getting errors
on all the match ($0, ...) lines until I installed gawk:

charles@machinekit:~/linux-dev/XENOMAI$ ./scripts/ipipe/genpatches.sh
reference: v3.8.13, kernel version: 3.8.13
awk: line 40: syntax error at or near ,
awk: line 48: syntax error at or near ,
awk: line 76: syntax error at or near ,

charles@machinekit:~/linux-dev/XENOMAI$ sudo aptitude install gawk

charles@machinekit:~/linux-dev/XENOMAI$ ./scripts/ipipe/genpatches.sh
reference: v3.8.13, kernel version: 3.8.13
ipipe-core-3.8.13-powerpc-1.patch
ipipe-core-3.8.13-arm-1.patch
ipipe-core-3.8.13-x86-1.patch
ipipe-core-3.8.13-blackfin-1.patch

...continuing on down the yellow brick road...
:)

-- 
Charles Steinkuehler
charles@steinkuehler.net

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://www.xenomai.org/pipermail/xenomai/attachments/20130820/34146985/attachment.pgp>

  reply	other threads:[~2013-08-20 22:37 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-20 14:58 [Xenomai] Building BeagleBone kernel from git Charles Steinkuehler
2013-08-20 18:39 ` Gilles Chanteperdrix
2013-08-20 18:45   ` Sagar Behere
2013-08-21  5:53     ` Michael Haberler
2013-08-21  8:45       ` Jan Kiszka
2013-08-20 19:49   ` Charles Steinkuehler
2013-08-20 19:55     ` Gilles Chanteperdrix
2013-08-20 20:25       ` Charles Steinkuehler
2013-08-20 22:37         ` Charles Steinkuehler [this message]
2013-08-20 23:12           ` Gilles Chanteperdrix
2013-08-21 22:15             ` [Xenomai] [PATCH] Fix for awk vs. gawk Charles Steinkuehler
2013-08-25 23:54               ` Gilles Chanteperdrix
2013-08-21 13:16         ` [Xenomai] Building BeagleBone kernel from git Charles Steinkuehler
2013-08-21 18:25           ` Gilles Chanteperdrix
2013-08-24 17:10             ` Ralf Roesch
2013-08-24 17:54               ` Michael Haberler
2013-08-25  0:59               ` Charles Steinkuehler
2013-08-25  7:24                 ` Ralf Roesch
2013-08-27 19:59             ` [Xenomai] [PATCH] BeagleBone 3.8.13 pre/post patches Charles Steinkuehler
2013-08-27 21:12               ` Gilles Chanteperdrix
2013-08-27 21:13                 ` Gilles Chanteperdrix
2013-08-27 21:57                   ` Charles Steinkuehler
2013-09-10 18:48               ` Gilles Chanteperdrix
2013-09-10 21:20                 ` Charles Steinkuehler

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=5213EFBA.90608@steinkuehler.net \
    --to=charles@steinkuehler.net \
    --cc=gilles.chanteperdrix@xenomai.org \
    --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.