* meta-oe breakage since oe-core removed gcc-4.6
@ 2012-06-28 13:06 Thilo Fromm
2012-06-28 17:40 ` Martin Jansa
0 siblings, 1 reply; 5+ messages in thread
From: Thilo Fromm @ 2012-06-28 13:06 UTC (permalink / raw)
To: openembedded-devel
Hi meta-openembedded maintainers,
meta-openembedded buid is currently broken since oe-core removed
recipes for gcc-4.6, and meta-oe has .bbappends for several gcc 4.6
recipes now unavailable in oe-core.
No matter what's meta-oe's plan to handle this (i.e. move gcc-4.6 into
meta-oe/toolchain-layer completely vs. remove gcc 4.6 .bbappends
altogether), the current state - having the .bbappends in meta-oe and
no original recipes anymore in oe-core - breaks the build. Is this
going to change anytime soon? In either way?
Regards,
Thilo
--
Dipl.-Ing (FH) Thilo Fromm, MSc., Embedded Systems Architect
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, D-10319 Berlin, Germany
Tel: +49 (30) 515 932 228 mailto:fromm@dresearch-fe.de
Fax: +49 (30) 515 932 77 http://www.dresearch.de
Amtsgericht: Berlin Charlottenburg, HRB 130120 B
Ust.-IDNr. DE273952058
Geschäftsführer: Dr. M. Weber, W. Mögle
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: meta-oe breakage since oe-core removed gcc-4.6
2012-06-28 13:06 meta-oe breakage since oe-core removed gcc-4.6 Thilo Fromm
@ 2012-06-28 17:40 ` Martin Jansa
2012-06-29 0:24 ` Khem Raj
0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2012-06-28 17:40 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1169 bytes --]
On Thu, Jun 28, 2012 at 03:06:29PM +0200, Thilo Fromm wrote:
> Hi meta-openembedded maintainers,
>
> meta-openembedded buid is currently broken since oe-core removed
> recipes for gcc-4.6, and meta-oe has .bbappends for several gcc 4.6
> recipes now unavailable in oe-core.
>
> No matter what's meta-oe's plan to handle this (i.e. move gcc-4.6 into
> meta-oe/toolchain-layer completely vs. remove gcc 4.6 .bbappends
> altogether), the current state - having the .bbappends in meta-oe and
> no original recipes anymore in oe-core - breaks the build. Is this
> going to change anytime soon? In either way?
khem's patches which removed it from oe-core said:
gcc-4.6: Retire into toochain-layer
so I guess he has some patches adding whole recipes to toolchain-layer
(I had a feeling that I've even seen them somewhere, but cannot find
them later).
So for now I've removed all .bbappends as I'm using gcc-4.7.1 anyway.
you can cherry-pick this one for now:
http://git.openembedded.org/meta-openembedded-contrib/commit/?h=shr&id=a31c882c8e336b9ffaa00c074fc24da50deb83a7
Cheers,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: meta-oe breakage since oe-core removed gcc-4.6
2012-06-28 17:40 ` Martin Jansa
@ 2012-06-29 0:24 ` Khem Raj
2012-06-29 7:14 ` Thilo Fromm
2012-07-09 16:04 ` Marcin Juszkiewicz
0 siblings, 2 replies; 5+ messages in thread
From: Khem Raj @ 2012-06-29 0:24 UTC (permalink / raw)
To: openembedded-devel
On Thu, Jun 28, 2012 at 10:40 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
>
> khem's patches which removed it from oe-core said:
> gcc-4.6: Retire into toochain-layer
>
> so I guess he has some patches adding whole recipes to toolchain-layer
> (I had a feeling that I've even seen them somewhere, but cannot find
> them later).
the patch is here
http://git.openembedded.org/meta-openembedded-contrib/log/?h=kraj/move-gcc-4.6
Koen
Please pull it
I did not post it since it would hog patchwork
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: meta-oe breakage since oe-core removed gcc-4.6
2012-06-29 0:24 ` Khem Raj
@ 2012-06-29 7:14 ` Thilo Fromm
2012-07-09 16:04 ` Marcin Juszkiewicz
1 sibling, 0 replies; 5+ messages in thread
From: Thilo Fromm @ 2012-06-29 7:14 UTC (permalink / raw)
To: openembedded-devel
Hello list,
>> khem's patches which removed it from oe-core said:
>> gcc-4.6: Retire into toochain-layer
>>
>> so I guess he has some patches adding whole recipes to toolchain-layer
>> (I had a feeling that I've even seen them somewhere, but cannot find
>> them later).
>
That was my guess, too. However, if Khem would have waited for Koen to
pull his patches for meta-oe before removing gcc-4.6 from oe-core then
no build would have been broken, I suppose.
> the patch is here
> http://git.openembedded.org/meta-openembedded-contrib/log/?h=kraj/move-gcc-4.6
>
> Koen
>
> Please pull it
>
> I did not post it since it would hog patchwork
>
Thanks for those patches, Khem!
Regards,
Thilo
--
Dipl.-Ing (FH) Thilo Fromm, MSc., Embedded Systems Architect
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, D-10319 Berlin, Germany
Tel: +49 (30) 515 932 228 mailto:fromm@dresearch-fe.de
Fax: +49 (30) 515 932 77 http://www.dresearch.de
Amtsgericht: Berlin Charlottenburg, HRB 130120 B
Ust.-IDNr. DE273952058
Geschäftsführer: Dr. M. Weber, W. Mögle
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: meta-oe breakage since oe-core removed gcc-4.6
2012-06-29 0:24 ` Khem Raj
2012-06-29 7:14 ` Thilo Fromm
@ 2012-07-09 16:04 ` Marcin Juszkiewicz
1 sibling, 0 replies; 5+ messages in thread
From: Marcin Juszkiewicz @ 2012-07-09 16:04 UTC (permalink / raw)
To: openembedded-devel
W dniu 29.06.2012 02:24, Khem Raj pisze:
> On Thu, Jun 28, 2012 at 10:40 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
>>
>> khem's patches which removed it from oe-core said:
>> gcc-4.6: Retire into toochain-layer
>>
>> so I guess he has some patches adding whole recipes to toolchain-layer
>> (I had a feeling that I've even seen them somewhere, but cannot find
>> them later).
>
> the patch is here
> http://git.openembedded.org/meta-openembedded-contrib/log/?h=kraj/move-gcc-4.6
>
> Koen
>
> Please pull it
+1 from me as it makes use of meta-linaro layer much easier.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-07-09 16:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-28 13:06 meta-oe breakage since oe-core removed gcc-4.6 Thilo Fromm
2012-06-28 17:40 ` Martin Jansa
2012-06-29 0:24 ` Khem Raj
2012-06-29 7:14 ` Thilo Fromm
2012-07-09 16:04 ` Marcin Juszkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox