All of lore.kernel.org
 help / color / mirror / Atom feed
* 3.5.7 kernel?
@ 2014-01-14 19:55 Ra37740@freescale.comndy
  2014-01-14 20:30 ` Lauren Post
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ra37740@freescale.comndy @ 2014-01-14 19:55 UTC (permalink / raw)
  To: meta-freescale

Hello,

I'm trying to build the 3.5.7 kernel in Dylan branch - modifying 
local.conf as this:

MACHINE ??= 'imx6qsabresd'
...
PREFERRED_VERSION_linux-imx_mx6="3.5.7"

but seeing this when I build:

NOTE: preferred version 3.5.7 of linux-imx not available (for item 
linux-imx)
NOTE: versions of linux-imx available: 3.0.35
NOTE: Resolving any missing task queue dependencies
NOTE: preferred version 3.5.7 of linux-imx not available (for item 
kernel-base)
NOTE: versions of linux-imx available: 3.0.35
NOTE: preferred version 3.5.7 of linux-imx not available (for item 
kernel-image)
NOTE: versions of linux-imx available: 3.0.35
NOTE: Preparing runqueue
NOTE: Tainting hash to force rebuild of task 
/home/randy/fsl-community-bsp/sources/meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb, 
do_compile

Is 3.5.7 no longer an option for linux-imx?

Regards,
Randy Krakora


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

* Re: 3.5.7 kernel?
  2014-01-14 19:55 3.5.7 kernel? Ra37740@freescale.comndy
@ 2014-01-14 20:30 ` Lauren Post
  2014-01-14 21:04 ` Fabio Estevam
  2014-01-15  1:34 ` Otavio Salvador
  2 siblings, 0 replies; 7+ messages in thread
From: Lauren Post @ 2014-01-14 20:30 UTC (permalink / raw)
  To: randy.krakora@freescale.com, meta-freescale@yoctoproject.org

To use 3.5.7 you must use the Freescale meta-fsl-bsp-release layer we used when we released 3.5.7 as it did not get backported to meta-fsl-arm dylan branch and it got removed in the dora branch in meta-fsl-arm after we release 3.10.9 alpha .

Lauren

-----Original Message-----
From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-bounces@yoctoproject.org] On Behalf Of Ra37740@freescale.comndy
Sent: Tuesday, January 14, 2014 1:56 PM
To: meta-freescale@yoctoproject.org
Subject: [meta-freescale] 3.5.7 kernel?

Hello,

I'm trying to build the 3.5.7 kernel in Dylan branch - modifying local.conf as this:

MACHINE ??= 'imx6qsabresd'
...
PREFERRED_VERSION_linux-imx_mx6="3.5.7"

but seeing this when I build:

NOTE: preferred version 3.5.7 of linux-imx not available (for item
linux-imx)
NOTE: versions of linux-imx available: 3.0.35
NOTE: Resolving any missing task queue dependencies
NOTE: preferred version 3.5.7 of linux-imx not available (for item
kernel-base)
NOTE: versions of linux-imx available: 3.0.35
NOTE: preferred version 3.5.7 of linux-imx not available (for item
kernel-image)
NOTE: versions of linux-imx available: 3.0.35
NOTE: Preparing runqueue
NOTE: Tainting hash to force rebuild of task /home/randy/fsl-community-bsp/sources/meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb,
do_compile

Is 3.5.7 no longer an option for linux-imx?

Regards,
Randy Krakora
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale




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

* Re: 3.5.7 kernel?
  2014-01-14 19:55 3.5.7 kernel? Ra37740@freescale.comndy
  2014-01-14 20:30 ` Lauren Post
@ 2014-01-14 21:04 ` Fabio Estevam
  2014-01-15  2:10   ` randy.krakora
  2014-01-15  1:34 ` Otavio Salvador
  2 siblings, 1 reply; 7+ messages in thread
From: Fabio Estevam @ 2014-01-14 21:04 UTC (permalink / raw)
  To: Ra37740@freescale.comndy; +Cc: meta-freescale@yoctoproject.org

On Tue, Jan 14, 2014 at 5:55 PM, Ra37740@freescale.comndy
<b37740@freescale.com> wrote:
> Hello,
>
> I'm trying to build the 3.5.7 kernel in Dylan branch - modifying local.conf
> as this:
>
> MACHINE ??= 'imx6qsabresd'
> ...
> PREFERRED_VERSION_linux-imx_mx6="3.5.7"
>
> but seeing this when I build:
>
> NOTE: preferred version 3.5.7 of linux-imx not available (for item
> linux-imx)
> NOTE: versions of linux-imx available: 3.0.35
> NOTE: Resolving any missing task queue dependencies
> NOTE: preferred version 3.5.7 of linux-imx not available (for item
> kernel-base)
> NOTE: versions of linux-imx available: 3.0.35
> NOTE: preferred version 3.5.7 of linux-imx not available (for item
> kernel-image)
> NOTE: versions of linux-imx available: 3.0.35
> NOTE: Preparing runqueue
> NOTE: Tainting hash to force rebuild of task
> /home/randy/fsl-community-bsp/sources/meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb,
> do_compile
>
> Is 3.5.7 no longer an option for linux-imx?

Can't you use 3.10 instead?

Regards,

Fabio Estevam


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

* Re: 3.5.7 kernel?
  2014-01-14 19:55 3.5.7 kernel? Ra37740@freescale.comndy
  2014-01-14 20:30 ` Lauren Post
  2014-01-14 21:04 ` Fabio Estevam
@ 2014-01-15  1:34 ` Otavio Salvador
  2 siblings, 0 replies; 7+ messages in thread
From: Otavio Salvador @ 2014-01-15  1:34 UTC (permalink / raw)
  To: Ra37740@freescale.comndy; +Cc: meta-freescale@yoctoproject.org

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

Hello Randy,


On Tue, Jan 14, 2014 at 5:55 PM, Ra37740@freescale.comndy <
b37740@freescale.com> wrote:

> I'm trying to build the 3.5.7 kernel in Dylan branch - modifying
> local.conf as this:
>
> MACHINE ??= 'imx6qsabresd'
> ...
> PREFERRED_VERSION_linux-imx_mx6="3.5.7"
>

Please use 3.10.9 (Dora) as FSL is focusing in 3.10 for i.MX current BSP so
it is indeed the best basis for any project that is being started now.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750

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

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

* Re: 3.5.7 kernel?
  2014-01-14 21:04 ` Fabio Estevam
@ 2014-01-15  2:10   ` randy.krakora
  2014-01-15 13:01     ` Daiane Angolini
  2014-01-15 13:12     ` Otavio Salvador
  0 siblings, 2 replies; 7+ messages in thread
From: randy.krakora @ 2014-01-15  2:10 UTC (permalink / raw)
  To: 'Fabio Estevam'; +Cc: 'meta-freescale@yoctoproject.org'

Fabio,

The project was started with 3.0.35 ltib in parallel with 3.5.7 Yocto, most of the work is done in 3.0.35, and we planned to move the updates to 3.5.7 Yocto as an interim step, then to 3.10.x. Only using 3.5.7, because some of the development is done there and the project timing may be jeopardized for starting again at 3.10 this soon. I know we did talk about moving straight to 3.10.x before Christmas, but I'm not sure the final decision here, I just want to make sure we can get 3.5.7 if we need to.

-Randy

-----Original Message-----
From: Fabio Estevam [mailto:festevam@gmail.com] 
Sent: Tuesday, January 14, 2014 4:04 PM
To: Krakora Randy-B37740
Cc: meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] 3.5.7 kernel?

On Tue, Jan 14, 2014 at 5:55 PM, Ra37740@freescale.comndy <b37740@freescale.com> wrote:
> Hello,
>
> I'm trying to build the 3.5.7 kernel in Dylan branch - modifying 
> local.conf as this:
>
> MACHINE ??= 'imx6qsabresd'
> ...
> PREFERRED_VERSION_linux-imx_mx6="3.5.7"
>
> but seeing this when I build:
>
> NOTE: preferred version 3.5.7 of linux-imx not available (for item
> linux-imx)
> NOTE: versions of linux-imx available: 3.0.35
> NOTE: Resolving any missing task queue dependencies
> NOTE: preferred version 3.5.7 of linux-imx not available (for item
> kernel-base)
> NOTE: versions of linux-imx available: 3.0.35
> NOTE: preferred version 3.5.7 of linux-imx not available (for item
> kernel-image)
> NOTE: versions of linux-imx available: 3.0.35
> NOTE: Preparing runqueue
> NOTE: Tainting hash to force rebuild of task 
> /home/randy/fsl-community-bsp/sources/meta-fsl-arm/recipes-kernel/linu
> x/linux-imx_3.0.35.bb,
> do_compile
>
> Is 3.5.7 no longer an option for linux-imx?

Can't you use 3.10 instead?

Regards,

Fabio Estevam



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

* Re: 3.5.7 kernel?
  2014-01-15  2:10   ` randy.krakora
@ 2014-01-15 13:01     ` Daiane Angolini
  2014-01-15 13:12     ` Otavio Salvador
  1 sibling, 0 replies; 7+ messages in thread
From: Daiane Angolini @ 2014-01-15 13:01 UTC (permalink / raw)
  To: randy.krakora@freescale.com, 'Fabio Estevam'
  Cc: 'meta-freescale@yoctoproject.org'

On 15-01-2014 00:10, randy.krakora@freescale.com wrote:
> Fabio,
>
> The project was started with 3.0.35 ltib in parallel with 3.5.7 Yocto, most of the work is done in 3.0.35, and we planned to move the updates to 3.5.7 Yocto as an interim step, then to 3.10.x. Only using 3.5.7, because some of the development is done there and the project timing may be jeopardized for starting again at 3.10 this soon. I know we did talk about moving straight to 3.10.x before Christmas, but I'm not sure the final decision here, I just want to make sure we can get 3.5.7 if we need to.

http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/commit/recipes-kernel/linux?h=dora&id=068a234a1699046c8e7ad59b1566d0293b6dd5c8

if you really need that kernel, take a look in older commit

http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/commit/recipes-kernel/linux?h=dora&id=068a234a1699046c8e7ad59b1566d0293b6dd5c8


You can create your own recipe/layer and have it.

Or use the layer Lauren suggested.


Daiane

>
> -Randy
>
> -----Original Message-----
> From: Fabio Estevam [mailto:festevam@gmail.com]
> Sent: Tuesday, January 14, 2014 4:04 PM
> To: Krakora Randy-B37740
> Cc: meta-freescale@yoctoproject.org
> Subject: Re: [meta-freescale] 3.5.7 kernel?
>
> On Tue, Jan 14, 2014 at 5:55 PM, Ra37740@freescale.comndy <b37740@freescale.com> wrote:
>> Hello,
>>
>> I'm trying to build the 3.5.7 kernel in Dylan branch - modifying
>> local.conf as this:
>>
>> MACHINE ??= 'imx6qsabresd'
>> ...
>> PREFERRED_VERSION_linux-imx_mx6="3.5.7"
>>
>> but seeing this when I build:
>>
>> NOTE: preferred version 3.5.7 of linux-imx not available (for item
>> linux-imx)
>> NOTE: versions of linux-imx available: 3.0.35
>> NOTE: Resolving any missing task queue dependencies
>> NOTE: preferred version 3.5.7 of linux-imx not available (for item
>> kernel-base)
>> NOTE: versions of linux-imx available: 3.0.35
>> NOTE: preferred version 3.5.7 of linux-imx not available (for item
>> kernel-image)
>> NOTE: versions of linux-imx available: 3.0.35
>> NOTE: Preparing runqueue
>> NOTE: Tainting hash to force rebuild of task
>> /home/randy/fsl-community-bsp/sources/meta-fsl-arm/recipes-kernel/linu
>> x/linux-imx_3.0.35.bb,
>> do_compile
>>
>> Is 3.5.7 no longer an option for linux-imx?
>
> Can't you use 3.10 instead?
>
> Regards,
>
> Fabio Estevam
>
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>
>


-- 
Daiane



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

* Re: 3.5.7 kernel?
  2014-01-15  2:10   ` randy.krakora
  2014-01-15 13:01     ` Daiane Angolini
@ 2014-01-15 13:12     ` Otavio Salvador
  1 sibling, 0 replies; 7+ messages in thread
From: Otavio Salvador @ 2014-01-15 13:12 UTC (permalink / raw)
  To: randy.krakora@freescale.com; +Cc: meta-freescale@yoctoproject.org

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

Hello Randy,

On Wed, Jan 15, 2014 at 12:10 AM, randy.krakora@freescale.com <
randy.krakora@freescale.com> wrote:
>
> The project was started with 3.0.35 ltib in parallel with 3.5.7 Yocto,
> most of the work is done in 3.0.35, and we planned to move the updates to
> 3.5.7 Yocto as an interim step, then to 3.10.x. Only using 3.5.7, because
> some of the development is done there and the project timing may be
> jeopardized for starting again at 3.10 this soon. I know we did talk about
> moving straight to 3.10.x before Christmas, but I'm not sure the final
> decision here, I just want to make sure we can get 3.5.7 if we need to.
>

I don't know the details about the project but my experience with 3.10.x
has been good. The porting effort for our customers has been
straightforward.

I'd jump to 3.10 directly.

Regards,

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750

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

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

end of thread, other threads:[~2014-01-15 13:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-14 19:55 3.5.7 kernel? Ra37740@freescale.comndy
2014-01-14 20:30 ` Lauren Post
2014-01-14 21:04 ` Fabio Estevam
2014-01-15  2:10   ` randy.krakora
2014-01-15 13:01     ` Daiane Angolini
2014-01-15 13:12     ` Otavio Salvador
2014-01-15  1:34 ` Otavio Salvador

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.