* oe-core 2.6 kernel support
@ 2012-12-18 16:19 Marco
2012-12-18 16:27 ` Otavio Salvador
2012-12-18 16:38 ` Phil Blundell
0 siblings, 2 replies; 5+ messages in thread
From: Marco @ 2012-12-18 16:19 UTC (permalink / raw)
To: Openembedded-devel; +Cc: Marco Cavallini
Hi,
after a lot of time spent trying to create my own oe-core BSP based on
old recipes I have been using in oe-classic, I found that there is any
BSP working with oe-core and using old kernels (< 3.0).
Probably for most of you this is obsolete and irrelevant topic because
everybody is focused on new CPUs (> Armv5)
I avoid to discuss what I tried in older to create an oe-core/yocto BSP
(using 2.6.30) and I will focus on an example that anyone can easily
verify.
Paul had kindly pointed me to the meta-handheld stuff so I tried oe-core
+ meta-handheld and I built:
akita -> ok (3.2.32-git)
hx4700 -> ok (3.0.1)
h3600 -> fails (2.6.29)
I wonder if it could be a gcc (4.7.2) issue with older kernels and
moreover if anybody experienced this or has successfully built something
with old kernels.
Any hint would be greatly appreciated.
TIA
--
Marco
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: oe-core 2.6 kernel support
2012-12-18 16:19 oe-core 2.6 kernel support Marco
@ 2012-12-18 16:27 ` Otavio Salvador
2012-12-18 16:38 ` Phil Blundell
1 sibling, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2012-12-18 16:27 UTC (permalink / raw)
To: OpenEmbedded Devel List; +Cc: Marco Cavallini
On Tue, Dec 18, 2012 at 2:19 PM, Marco <koansoftware@gmail.com> wrote:
> Hi,
> after a lot of time spent trying to create my own oe-core BSP based on old
> recipes I have been using in oe-classic, I found that there is any BSP
> working with oe-core and using old kernels (< 3.0).
>
> Probably for most of you this is obsolete and irrelevant topic because
> everybody is focused on new CPUs (> Armv5)
>
> I avoid to discuss what I tried in older to create an oe-core/yocto BSP
> (using 2.6.30) and I will focus on an example that anyone can easily
> verify.
>
> Paul had kindly pointed me to the meta-handheld stuff so I tried oe-core +
> meta-handheld and I built:
> akita -> ok (3.2.32-git)
> hx4700 -> ok (3.0.1)
> h3600 -> fails (2.6.29)
>
> I wonder if it could be a gcc (4.7.2) issue with older kernels and moreover
> if anybody experienced this or has successfully built something with old
> kernels.
>
> Any hint would be greatly appreciated.
In meta-fsl-arm we support 2.6.35; we did include some patches for
newer GCC and GLibC support on it.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: oe-core 2.6 kernel support
2012-12-18 16:19 oe-core 2.6 kernel support Marco
2012-12-18 16:27 ` Otavio Salvador
@ 2012-12-18 16:38 ` Phil Blundell
2012-12-18 16:41 ` Marco
1 sibling, 1 reply; 5+ messages in thread
From: Phil Blundell @ 2012-12-18 16:38 UTC (permalink / raw)
To: openembedded-devel; +Cc: Marco Cavallini
On Tue, 2012-12-18 at 17:19 +0100, Marco wrote:
> Paul had kindly pointed me to the meta-handheld stuff so I tried oe-core
> + meta-handheld and I built:
> akita -> ok (3.2.32-git)
> hx4700 -> ok (3.0.1)
> h3600 -> fails (2.6.29)
In what way does it fail?
p.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: oe-core 2.6 kernel support
2012-12-18 16:38 ` Phil Blundell
@ 2012-12-18 16:41 ` Marco
2012-12-18 23:57 ` Marcin Juszkiewicz
0 siblings, 1 reply; 5+ messages in thread
From: Marco @ 2012-12-18 16:41 UTC (permalink / raw)
To: openembedded-devel
Il 18/12/2012 17:38, Phil Blundell ha scritto:
> On Tue, 2012-12-18 at 17:19 +0100, Marco wrote:
>> Paul had kindly pointed me to the meta-handheld stuff so I tried oe-core
>> + meta-handheld and I built:
>> akita -> ok (3.2.32-git)
>> hx4700 -> ok (3.0.1)
>> h3600 -> fails (2.6.29)
>
> In what way does it fail?
>
Hi Phil,
http://pastebin.com/zYWnj23h
--
Marco
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: oe-core 2.6 kernel support
2012-12-18 16:41 ` Marco
@ 2012-12-18 23:57 ` Marcin Juszkiewicz
0 siblings, 0 replies; 5+ messages in thread
From: Marcin Juszkiewicz @ 2012-12-18 23:57 UTC (permalink / raw)
To: openembedded-devel
W dniu 18.12.2012 17:41, Marco pisze:
> Il 18/12/2012 17:38, Phil Blundell ha scritto:
>> On Tue, 2012-12-18 at 17:19 +0100, Marco wrote:
>>> Paul had kindly pointed me to the meta-handheld stuff so I tried oe-core
>>> + meta-handheld and I built:
>>> akita -> ok (3.2.32-git)
>>> hx4700 -> ok (3.0.1)
>>> h3600 -> fails (2.6.29)
>>
>> In what way does it fail?
Check
http://git.linaro.org/gitweb?p=kernel/linaro-aarch64.git;a=commit;h=05e926ae805a4ef80a2c27194303a21c9ddaf5f8
for solution. It's for arm64 but you can adapt it for arm.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-12-19 0:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-18 16:19 oe-core 2.6 kernel support Marco
2012-12-18 16:27 ` Otavio Salvador
2012-12-18 16:38 ` Phil Blundell
2012-12-18 16:41 ` Marco
2012-12-18 23:57 ` Marcin Juszkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox