Openembedded Core Discussions
 help / color / mirror / Atom feed
* Re: [oe-commits] Bruce Ashfield : linux-yocto: introduce v3.10
       [not found] <20130826101859.6987E503D3@opal>
@ 2013-08-26 19:56 ` Martin Jansa
  2013-08-26 19:59   ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2013-08-26 19:56 UTC (permalink / raw)
  To: openembedded-core, Bruce Ashfield; +Cc: openembedded-commits

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

On Mon, Aug 26, 2013 at 10:18:59AM +0000, git@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: 6dc46834c6edaf358c18b26e4304bc9e7413eb60
> URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6dc46834c6edaf358c18b26e4304bc9e7413eb60
> 
> Author: Bruce Ashfield <bruce.ashfield@windriver.com>
> Date:   Fri Aug 23 14:08:20 2013 -0400
> 
> linux-yocto: introduce v3.10
> 
> Introduce the 3.10 kernel. This is based on the 3.10.9 upstream kernel
> and replaces the 3.8 recipes, which will be removed once all reference
> boards have been updated.
> 
> 3.10 also the latest LTSI and will be updated with that content when it
> becomes available.
> 
> Other features of the 3.10 kernel include:
> 
>   - refreshed -rt support
>   - refreshed yaffs2, aufs3
>   - cryptodev
>   - bfs, edf, and OCF staged features
>   - scrubbed and updated meta data for v3.10
>   - improved tools support for meta data updates and queue maintenance
>   - patch carry forward from all previous linux-yocto kernels and
>     configuration.
> 
> This kernel has been built and boot tested on all qemu machines and architectures.
> 
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> 
> ---
> 
>  meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   |   30 ++++++++++++++++++++
>  meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb |   25 ++++++++++++++++
>  meta/recipes-kernel/linux/linux-yocto_3.10.bb      |   30 ++++++++++++++++++++
>  3 files changed, 85 insertions(+), 0 deletions(-)

This commit should introduce bc-native dependency at least in my
minimalistic chroot for OE builds this is first linux-yocto kernel which
is failing because of missing host bc.

|   BC      kernel/timeconst.h
| /bin/sh: bc: command not found
| make[3]: *** [kernel/timeconst.h] Error 127
| make[2]: *** [kernel] Error 2
| make[2]: *** Waiting for unfinished jobs....

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [oe-commits] Bruce Ashfield : linux-yocto: introduce v3.10
  2013-08-26 19:56 ` [oe-commits] Bruce Ashfield : linux-yocto: introduce v3.10 Martin Jansa
@ 2013-08-26 19:59   ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2013-08-26 19:59 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-commits, openembedded-core

On 13-08-26 03:56 PM, Martin Jansa wrote:
> On Mon, Aug 26, 2013 at 10:18:59AM +0000, git@git.openembedded.org wrote:
>> Module: openembedded-core.git
>> Branch: master
>> Commit: 6dc46834c6edaf358c18b26e4304bc9e7413eb60
>> URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6dc46834c6edaf358c18b26e4304bc9e7413eb60
>>
>> Author: Bruce Ashfield <bruce.ashfield@windriver.com>
>> Date:   Fri Aug 23 14:08:20 2013 -0400
>>
>> linux-yocto: introduce v3.10
>>
>> Introduce the 3.10 kernel. This is based on the 3.10.9 upstream kernel
>> and replaces the 3.8 recipes, which will be removed once all reference
>> boards have been updated.
>>
>> 3.10 also the latest LTSI and will be updated with that content when it
>> becomes available.
>>
>> Other features of the 3.10 kernel include:
>>
>>    - refreshed -rt support
>>    - refreshed yaffs2, aufs3
>>    - cryptodev
>>    - bfs, edf, and OCF staged features
>>    - scrubbed and updated meta data for v3.10
>>    - improved tools support for meta data updates and queue maintenance
>>    - patch carry forward from all previous linux-yocto kernels and
>>      configuration.
>>
>> This kernel has been built and boot tested on all qemu machines and architectures.
>>
>> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
>> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>>
>> ---
>>
>>   meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   |   30 ++++++++++++++++++++
>>   meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb |   25 ++++++++++++++++
>>   meta/recipes-kernel/linux/linux-yocto_3.10.bb      |   30 ++++++++++++++++++++
>>   3 files changed, 85 insertions(+), 0 deletions(-)
>
> This commit should introduce bc-native dependency at least in my
> minimalistic chroot for OE builds this is first linux-yocto kernel which
> is failing because of missing host bc.

Good catch. I do recall the switch to bc to remove dependencies on perl.
Obviously I have no machines without bc, so I never did trigger it.

I'll follow up with a commit shortly, unless someone beats me to it.

Bruce

>
> |   BC      kernel/timeconst.h
> | /bin/sh: bc: command not found
> | make[3]: *** [kernel/timeconst.h] Error 127
> | make[2]: *** [kernel] Error 2
> | make[2]: *** Waiting for unfinished jobs....
>



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

end of thread, other threads:[~2013-08-26 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20130826101859.6987E503D3@opal>
2013-08-26 19:56 ` [oe-commits] Bruce Ashfield : linux-yocto: introduce v3.10 Martin Jansa
2013-08-26 19:59   ` Bruce Ashfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox