All of lore.kernel.org
 help / color / mirror / Atom feed
* Adding -rt support for kernel
@ 2014-06-20 15:21 Eric Nelson
       [not found] ` <CAPbeDCmw6pFoHRgj1+RtOz9JzuHdX2JoCUVg7VcKRmMe-2qjMA@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Nelson @ 2014-06-20 15:21 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

Hi all,

Based on some customer requests, we've applied the "-rt" patches
to our kernel trees and pushed branches like this to our Github
tree:
	https://github.com/boundarydevices/linux-imx6/tree/boundary-imx_3.10.17_1.0.0_ga-rt

This makes it pretty simple for someone who's used git to build
these kernels outside of Yocto, but is painful for integration
into a Yocto-based build.

For the "linux-imx" kernel, the package "linux-imx-rt" recipe
defines a new variant of the kernel, but I don't understand how
this can be used in a build.

In other words, do you specify
	PREFERRED_PROVIDER_virtual/kernel="linux-imx-rt"
or
	PREFERRED_VERSION_virtual/kernel_linux-imx="rt-3.10.17"

Please advise,


Eric


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Adding -rt support for kernel
       [not found] ` <CAPbeDCmw6pFoHRgj1+RtOz9JzuHdX2JoCUVg7VcKRmMe-2qjMA@mail.gmail.com>
@ 2014-06-20 16:03   ` Jacob Kroon
  2014-06-20 16:15     ` Eric Nelson
  0 siblings, 1 reply; 3+ messages in thread
From: Jacob Kroon @ 2014-06-20 16:03 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1416 bytes --]

Forgot to cc mailing list.

/Jacob

---------- Forwarded message ----------
From: Jacob Kroon <jacob.kroon@gmail.com>
Date: Fri, Jun 20, 2014 at 6:01 PM
Subject: Re: [meta-freescale] Adding -rt support for kernel
To: Eric Nelson <eric.nelson@boundarydevices.com>


Hi Eric,

On Fri, Jun 20, 2014 at 5:21 PM, Eric Nelson <
eric.nelson@boundarydevices.com> wrote:

> Hi all,
>
> Based on some customer requests, we've applied the "-rt" patches
> to our kernel trees and pushed branches like this to our Github
> tree:
>
> https://github.com/boundarydevices/linux-imx6/tree/boundary-imx_3.10.17_1.0.0_ga-rt
>
> This makes it pretty simple for someone who's used git to build
> these kernels outside of Yocto, but is painful for integration
> into a Yocto-based build.
>
> For the "linux-imx" kernel, the package "linux-imx-rt" recipe
> defines a new variant of the kernel, but I don't understand how
> this can be used in a build.
>
> In other words, do you specify
>         PREFERRED_PROVIDER_virtual/kernel="linux-imx-rt"
> or
>         PREFERRED_VERSION_virtual/kernel_linux-imx="rt-3.10.17"
>
> Please advise,
>
>
For using the real-time patched kernel, I have

PREFERRED_PROVIDER_virtual/kernel_mx6 = "linux-imx-rt"

in my distro.conf, but plain

PREFERRED_PROVIDER_virtual/kernel = "linux-imx-rt"

should work just aswell. Is this not working for you ?

/Jacob

[-- Attachment #2: Type: text/html, Size: 2494 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Adding -rt support for kernel
  2014-06-20 16:03   ` Jacob Kroon
@ 2014-06-20 16:15     ` Eric Nelson
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Nelson @ 2014-06-20 16:15 UTC (permalink / raw)
  To: Jacob Kroon, meta-freescale

Thanks Jacob,

On 06/20/2014 09:03 AM, Jacob Kroon wrote:
> Forgot to cc mailing list.
> 

And I followed your lead ;)

> /Jacob
> 
> ---------- Forwarded message ----------
> From: *Jacob Kroon* <jacob.kroon@gmail.com <mailto:jacob.kroon@gmail.com>>
> Date: Fri, Jun 20, 2014 at 6:01 PM
> Subject: Re: [meta-freescale] Adding -rt support for kernel
> To: Eric Nelson <eric.nelson@boundarydevices.com
> <mailto:eric.nelson@boundarydevices.com>>
> 
> 
> Hi Eric,
> 
> On Fri, Jun 20, 2014 at 5:21 PM, Eric Nelson
> <eric.nelson@boundarydevices.com
> <mailto:eric.nelson@boundarydevices.com>> wrote:
> 
>     Hi all,
> 
>     Based on some customer requests, we've applied the "-rt" patches
>     to our kernel trees and pushed branches like this to our Github
>     tree:
>            
>     https://github.com/boundarydevices/linux-imx6/tree/boundary-imx_3.10.17_1.0.0_ga-rt
> 
>     This makes it pretty simple for someone who's used git to build
>     these kernels outside of Yocto, but is painful for integration
>     into a Yocto-based build.
> 
>     For the "linux-imx" kernel, the package "linux-imx-rt" recipe
>     defines a new variant of the kernel, but I don't understand how
>     this can be used in a build.
> 
>     In other words, do you specify
>             PREFERRED_PROVIDER_virtual/kernel="linux-imx-rt"
>     or
>             PREFERRED_VERSION_virtual/kernel_linux-imx="rt-3.10.17"
> 
>     Please advise,
> 
> 
> For using the real-time patched kernel, I have
> 
> PREFERRED_PROVIDER_virtual/kernel_mx6 = "linux-imx-rt"
> 
> in my distro.conf, but plain
> 
> PREFERRED_PROVIDER_virtual/kernel = "linux-imx-rt"
> 
> should work just aswell. Is this not working for you ?
> 

I haven't tried it. I'm just trying to understand in order to
provide a similar "linux-boundary-rt".

I think this gives me enough to go on.

Regards,


Eric



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-20 16:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-20 15:21 Adding -rt support for kernel Eric Nelson
     [not found] ` <CAPbeDCmw6pFoHRgj1+RtOz9JzuHdX2JoCUVg7VcKRmMe-2qjMA@mail.gmail.com>
2014-06-20 16:03   ` Jacob Kroon
2014-06-20 16:15     ` Eric Nelson

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.