From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <50793B0E.5020002@xenomai.org> Date: Sat, 13 Oct 2012 11:57:34 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] Xenomai on Yocto/Openembedded List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Maksym Parkachov Cc: xenomai@xenomai.org On 10/13/2012 11:13 AM, Maksym Parkachov wrote: > Hi Flavio, > >> Has anybody tried to create a package for Xenomai for Yocto or Openembedded? > > I have a client side package at my layer, you could check it at: > > http://github.com/veter-team/veterlayer/tree/master/recipes/xenomai > > It's pretty strait forward. Kernel is different story, I've just made > a patch to customized kernel: > > http://github.com/veter-team/veterlayer/tree/master/recipes/linux > > Hope this helps, > Maksym. > http://veter-project.blogspot.com Adding I-pipe and Xenomai as a single patch to the kernel does not seem the way to go. I would rather have the linux kernel building rules call prepare-kernel.sh to apply the I-pipe patch and setup xenomai links to the xenomai package source directory. It is not really hard, and it makes things way easier to maintain. -- Gilles.