* Who is the wrt54oe maintainer?
@ 2008-05-14 22:05 Leon Woestenberg
2008-05-18 21:55 ` Michael 'Mickey' Lauer
0 siblings, 1 reply; 4+ messages in thread
From: Leon Woestenberg @ 2008-05-14 22:05 UTC (permalink / raw)
To: openembedded-devel
Hello,
who is the wrt54oe distro maintainer?
It needs love in conf/distro/wrt54oe.conf, as it isn't up to date
with our external toolchain opt-in, binutils-cross is not locked down,
and the c library was not chosen, nor its version.
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}binutils:binutils-cross"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}libc-for-gcc:uclibc"
PREFERRED_PROVIDERS += " virtual/libc:uclibc"
PREFERRED_PROVIDERS += " linux-libc-headers:linux-libc-headers"
#TODO lockdown?
#PREFERRED_VERSION_binutils-cross = "???"
PREFERRED_VERSION_gcc-cross-initial = "3.4.4"
PREFERRED_VERSION_gcc-cross = "3.4.4"
PREFERRED_VERSION_gcc-cross-sdk = "3.4.4"
PREFERRED_VERSION_gcc = "3.4.4"
PREFERRED_VERSION_uclibc = "0.9.29"
Regards,
--
Leon
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Who is the wrt54oe maintainer?
2008-05-14 22:05 Who is the wrt54oe maintainer? Leon Woestenberg
@ 2008-05-18 21:55 ` Michael 'Mickey' Lauer
2008-05-19 8:26 ` Marcin Juszkiewicz
0 siblings, 1 reply; 4+ messages in thread
From: Michael 'Mickey' Lauer @ 2008-05-18 21:55 UTC (permalink / raw)
To: openembedded-devel
On Thursday 15 May 2008 00:05:25 Leon Woestenberg wrote:
> who is the wrt54oe distro maintainer?
Unfortunately, there's no one. I always had the hope we could get one of the
openwrt-fork-maintainers on board. Marcin and me once did some work towards
having this popular device in OE, but we both could not find enough time to
keep it up.
> It needs love in conf/distro/wrt54oe.conf, as it isn't up to date
> with our external toolchain opt-in, binutils-cross is not locked down,
> and the c library was not chosen, nor its version.
Indeed. Could I talk you into adding the necessary bits? If not, feel free to
move it to nonworking/conf/machine/.
:M:
--
Dr. Michael 'Mickey' Lauer | IT-Freelancer | http://www.vanille-media.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Who is the wrt54oe maintainer?
2008-05-18 21:55 ` Michael 'Mickey' Lauer
@ 2008-05-19 8:26 ` Marcin Juszkiewicz
2008-05-19 12:04 ` Koen Kooi
0 siblings, 1 reply; 4+ messages in thread
From: Marcin Juszkiewicz @ 2008-05-19 8:26 UTC (permalink / raw)
To: openembedded-devel
Dnia niedziela, 18 maja 2008, Michael 'Mickey' Lauer napisał:
> On Thursday 15 May 2008 00:05:25 Leon Woestenberg wrote:
> > who is the wrt54oe distro maintainer?
>
> Unfortunately, there's no one. I always had the hope we could get one
> of the openwrt-fork-maintainers on board. Marcin and me once did some
> work towards having this popular device in OE, but we both could not
> find enough time to keep it up.
wrt54 + wrt54oe was working combo to build packages for OpenWRT
installation. Today we also have distro config to build such ones with
OpenWRT provided toolchain.
> > It needs love in conf/distro/wrt54oe.conf, as it isn't up to date
> > with our external toolchain opt-in, binutils-cross is not locked
> > down, and the c library was not chosen, nor its version.
>
> Indeed. Could I talk you into adding the necessary bits?
It should be uclibc 0.9.27 (or newer if binary compatible), binutils 2.18,
gcc 3.4.4.
> If not, feel free to move it to nonworking/conf/machine/.
You mean conf/distro/ dir? I would rather remove it at all if no one is
going to use it.
--
JID: hrw-jabber.org
OpenEmbedded developer/consultant
Could you please speak more slowly? I'm a masochist
and I want to prolong the agony of this conversation.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Who is the wrt54oe maintainer?
2008-05-19 8:26 ` Marcin Juszkiewicz
@ 2008-05-19 12:04 ` Koen Kooi
0 siblings, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2008-05-19 12:04 UTC (permalink / raw)
To: openembedded-devel
Marcin Juszkiewicz wrote:
> Dnia niedziela, 18 maja 2008, Michael 'Mickey' Lauer napisał:
>> On Thursday 15 May 2008 00:05:25 Leon Woestenberg wrote:
>>> who is the wrt54oe distro maintainer?
>> Unfortunately, there's no one. I always had the hope we could get one
>> of the openwrt-fork-maintainers on board. Marcin and me once did some
>> work towards having this popular device in OE, but we both could not
>> find enough time to keep it up.
>
> wrt54 + wrt54oe was working combo to build packages for OpenWRT
> installation. Today we also have distro config to build such ones with
> OpenWRT provided toolchain.
>
>>> It needs love in conf/distro/wrt54oe.conf, as it isn't up to date
>>> with our external toolchain opt-in, binutils-cross is not locked
>>> down, and the c library was not chosen, nor its version.
>> Indeed. Could I talk you into adding the necessary bits?
>
> It should be uclibc 0.9.27 (or newer if binary compatible), binutils 2.18,
> gcc 3.4.4.
Note that "binary compatible" doesn't mean a lot when using uClibc. If
you change the defconfig within the same version you can get "binary
incompatible"[1] results on some or all depending applications.
regards,
Koen
[1] I'm not sure how that effects our site files for autotools.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-05-19 12:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-14 22:05 Who is the wrt54oe maintainer? Leon Woestenberg
2008-05-18 21:55 ` Michael 'Mickey' Lauer
2008-05-19 8:26 ` Marcin Juszkiewicz
2008-05-19 12:04 ` Koen Kooi
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.