* poky-tiny breaks at ncurses and perl (Dylan 9.0.1)
@ 2013-12-06 19:08 r10kindsofpeople
2013-12-06 20:08 ` Tom Zanussi
0 siblings, 1 reply; 6+ messages in thread
From: r10kindsofpeople @ 2013-12-06 19:08 UTC (permalink / raw)
To: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 642 bytes --]
After some success building my system (crownbay), I'm now trying to
optimize boot time, so I read up on poky-tiny, created a new layer and am
trying to build. I think I've pulled most of my system changes out so that
I can at least bitbake core-image-minimal, but I'm still not able to get
past ncurses config and perl. (ncurses reports autoconf errors in widec,
perl has undefined references to gcvt, I'm also getting complaints about
multiple providers for the kernel, etc.)
Is poky-tiny still active and tested? What are the odds of this being
resolved in Dora versus the odds of running into other migration issues?
John
[-- Attachment #2: Type: text/html, Size: 720 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: poky-tiny breaks at ncurses and perl (Dylan 9.0.1)
2013-12-06 19:08 poky-tiny breaks at ncurses and perl (Dylan 9.0.1) r10kindsofpeople
@ 2013-12-06 20:08 ` Tom Zanussi
2013-12-09 19:51 ` r10kindsofpeople
0 siblings, 1 reply; 6+ messages in thread
From: Tom Zanussi @ 2013-12-06 20:08 UTC (permalink / raw)
To: r10kindsofpeople; +Cc: yocto@yoctoproject.org
On Fri, 2013-12-06 at 14:08 -0500, r10kindsofpeople wrote:
> After some success building my system (crownbay), I'm now trying to
> optimize boot time, so I read up on poky-tiny, created a new layer and
> am trying to build. I think I've pulled most of my system changes out
> so that I can at least bitbake core-image-minimal, but I'm still not
> able to get past ncurses config and perl. (ncurses reports autoconf
> errors in widec, perl has undefined references to gcvt, I'm also
> getting complaints about multiple providers for the kernel, etc.)
>
>
> Is poky-tiny still active and tested? What are the odds of this being
> resolved in Dora versus the odds of running into other migration
> issues?
>
I haven't tried poky-tiny with dylan, but I have with dora and didn't
run into any build problems - the build errors you're running into
aren't things I've seen either.
So maybe you can try with dora and see what happens - if you still run
into problems, please provide some more details on your setup.
Thanks,
Tom
>
> John
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: poky-tiny breaks at ncurses and perl (Dylan 9.0.1)
2013-12-06 20:08 ` Tom Zanussi
@ 2013-12-09 19:51 ` r10kindsofpeople
2013-12-09 21:24 ` Saul Wold
0 siblings, 1 reply; 6+ messages in thread
From: r10kindsofpeople @ 2013-12-09 19:51 UTC (permalink / raw)
To: Tom Zanussi; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1382 bytes --]
On Fri, Dec 6, 2013 at 3:08 PM, Tom Zanussi <tom.zanussi@intel.com> wrote:
> On Fri, 2013-12-06 at 14:08 -0500, r10kindsofpeople wrote:
> > After some success building my system (crownbay), I'm now trying to
> > optimize boot time, so I read up on poky-tiny, created a new layer and
> > am trying to build. I think I've pulled most of my system changes out
> > so that I can at least bitbake core-image-minimal, but I'm still not
> > able to get past ncurses config and perl. (ncurses reports autoconf
> > errors in widec, perl has undefined references to gcvt, I'm also
> > getting complaints about multiple providers for the kernel, etc.)
> >
> >
> > Is poky-tiny still active and tested? What are the odds of this being
> > resolved in Dora versus the odds of running into other migration
> > issues?
> >
>
> I haven't tried poky-tiny with dylan, but I have with dora and didn't
> run into any build problems - the build errors you're running into
> aren't things I've seen either.
>
> So maybe you can try with dora and see what happens - if you still run
> into problems, please provide some more details on your setup.
>
>
Thanks, Tom...using Dora, I was able to get the basic system to build.
Adding some features (dhcp-server, for instance) still breaks the build,
but I suspect that's just a consequence of -tiny doing it's thing.
John
[-- Attachment #2: Type: text/html, Size: 1947 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: poky-tiny breaks at ncurses and perl (Dylan 9.0.1)
2013-12-09 19:51 ` r10kindsofpeople
@ 2013-12-09 21:24 ` Saul Wold
2013-12-09 21:45 ` r10kindsofpeople
0 siblings, 1 reply; 6+ messages in thread
From: Saul Wold @ 2013-12-09 21:24 UTC (permalink / raw)
To: r10kindsofpeople, Tom Zanussi; +Cc: yocto@yoctoproject.org
On 12/09/2013 11:51 AM, r10kindsofpeople wrote:
> On Fri, Dec 6, 2013 at 3:08 PM, Tom Zanussi <tom.zanussi@intel.com
> <mailto:tom.zanussi@intel.com>> wrote:
>
> On Fri, 2013-12-06 at 14:08 -0500, r10kindsofpeople wrote:
> > After some success building my system (crownbay), I'm now trying to
> > optimize boot time, so I read up on poky-tiny, created a new
> layer and
> > am trying to build. I think I've pulled most of my system
> changes out
> > so that I can at least bitbake core-image-minimal, but I'm still not
> > able to get past ncurses config and perl. (ncurses reports autoconf
> > errors in widec, perl has undefined references to gcvt, I'm also
> > getting complaints about multiple providers for the kernel, etc.)
> >
> >
> > Is poky-tiny still active and tested? What are the odds of this
> being
> > resolved in Dora versus the odds of running into other migration
> > issues?
> >
>
> I haven't tried poky-tiny with dylan, but I have with dora and didn't
> run into any build problems - the build errors you're running into
> aren't things I've seen either.
>
> So maybe you can try with dora and see what happens - if you still run
> into problems, please provide some more details on your setup.
>
>
> Thanks, Tom...using Dora, I was able to get the basic system to build.
>
> Adding some features (dhcp-server, for instance) still breaks the build,
> but I suspect that's just a consequence of -tiny doing it's thing.
>
John, that's probably correct, the tiny configuration uses uclibc and if
you see bug number 5431
(https://bugzilla.yoctoproject.org/show_bug.cgi?id=5431), there are a
number of recipes that will not build correctly with the full uclibc,
but that was with a full uclibc, where as the tiny configuration cuts
down ulibc to just support the bare minimum.
Hope that helps with your efforts.
Sau!
> John
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: poky-tiny breaks at ncurses and perl (Dylan 9.0.1)
2013-12-09 21:24 ` Saul Wold
@ 2013-12-09 21:45 ` r10kindsofpeople
2013-12-09 22:11 ` Tom Zanussi
0 siblings, 1 reply; 6+ messages in thread
From: r10kindsofpeople @ 2013-12-09 21:45 UTC (permalink / raw)
To: Saul Wold; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 2754 bytes --]
On Mon, Dec 9, 2013 at 4:24 PM, Saul Wold <sgw@linux.intel.com> wrote:
> On 12/09/2013 11:51 AM, r10kindsofpeople wrote:
>
>> On Fri, Dec 6, 2013 at 3:08 PM, Tom Zanussi <tom.zanussi@intel.com
>> <mailto:tom.zanussi@intel.com>> wrote:
>>
>> On Fri, 2013-12-06 at 14:08 -0500, r10kindsofpeople wrote:
>> > After some success building my system (crownbay), I'm now trying to
>> > optimize boot time, so I read up on poky-tiny, created a new
>> layer and
>> > am trying to build. I think I've pulled most of my system
>> changes out
>> > so that I can at least bitbake core-image-minimal, but I'm still
>> not
>> > able to get past ncurses config and perl. (ncurses reports
>> autoconf
>> > errors in widec, perl has undefined references to gcvt, I'm also
>> > getting complaints about multiple providers for the kernel, etc.)
>> >
>> >
>> > Is poky-tiny still active and tested? What are the odds of this
>> being
>> > resolved in Dora versus the odds of running into other migration
>> > issues?
>> >
>>
>> I haven't tried poky-tiny with dylan, but I have with dora and didn't
>> run into any build problems - the build errors you're running into
>> aren't things I've seen either.
>>
>> So maybe you can try with dora and see what happens - if you still run
>> into problems, please provide some more details on your setup.
>>
>>
>> Thanks, Tom...using Dora, I was able to get the basic system to build.
>>
>> Adding some features (dhcp-server, for instance) still breaks the build,
>> but I suspect that's just a consequence of -tiny doing it's thing.
>>
>> John, that's probably correct, the tiny configuration uses uclibc and if
> you see bug number 5431 (https://bugzilla.yoctoproject.org/show_bug.cgi?
> id=5431), there are a number of recipes that will not build correctly
> with the full uclibc, but that was with a full uclibc, where as the tiny
> configuration cuts down ulibc to just support the bare minimum.
>
> Hope that helps with your efforts.
>
> Sau!
>
>
> Thanks, Saul, I'll take a look.
A "FWIW" for any and all...to get qemu to work with the tiny image, I had
to do a menuconfig for busybox and add "setsid" and "cttyhack", otherwise I
was getting "not found" and "error 127" loops on startup.
(hints on how to do this without menuconfig are welcome...I tried creating
my own recipe and adding package ${PN}-setsid or including my own (edited)
defconfig, but neither seemed to work.
> John
>>
>>
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>>
[-- Attachment #2: Type: text/html, Size: 4257 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: poky-tiny breaks at ncurses and perl (Dylan 9.0.1)
2013-12-09 21:45 ` r10kindsofpeople
@ 2013-12-09 22:11 ` Tom Zanussi
0 siblings, 0 replies; 6+ messages in thread
From: Tom Zanussi @ 2013-12-09 22:11 UTC (permalink / raw)
To: r10kindsofpeople; +Cc: yocto@yoctoproject.org
On Mon, 2013-12-09 at 16:45 -0500, r10kindsofpeople wrote:
> On Mon, Dec 9, 2013 at 4:24 PM, Saul Wold <sgw@linux.intel.com> wrote:
> On 12/09/2013 11:51 AM, r10kindsofpeople wrote:
> On Fri, Dec 6, 2013 at 3:08 PM, Tom Zanussi
> <tom.zanussi@intel.com
> <mailto:tom.zanussi@intel.com>> wrote:
>
> On Fri, 2013-12-06 at 14:08 -0500,
> r10kindsofpeople wrote:
> > After some success building my system
> (crownbay), I'm now trying to
> > optimize boot time, so I read up on poky-tiny,
> created a new
> layer and
> > am trying to build. I think I've pulled most
> of my system
> changes out
> > so that I can at least bitbake
> core-image-minimal, but I'm still not
> > able to get past ncurses config and perl.
> (ncurses reports autoconf
> > errors in widec, perl has undefined references
> to gcvt, I'm also
> > getting complaints about multiple providers for
> the kernel, etc.)
> >
> >
> > Is poky-tiny still active and tested? What are
> the odds of this
> being
> > resolved in Dora versus the odds of running
> into other migration
> > issues?
> >
>
> I haven't tried poky-tiny with dylan, but I have
> with dora and didn't
> run into any build problems - the build errors
> you're running into
> aren't things I've seen either.
>
> So maybe you can try with dora and see what
> happens - if you still run
> into problems, please provide some more details on
> your setup.
>
>
> Thanks, Tom...using Dora, I was able to get the basic
> system to build.
>
> Adding some features (dhcp-server, for instance) still
> breaks the build,
> but I suspect that's just a consequence of -tiny doing
> it's thing.
>
> John, that's probably correct, the tiny configuration uses
> uclibc and if you see bug number 5431
> (https://bugzilla.yoctoproject.org/show_bug.cgi?id=5431),
> there are a number of recipes that will not build correctly
> with the full uclibc, but that was with a full uclibc, where
> as the tiny configuration cuts down ulibc to just support the
> bare minimum.
>
> Hope that helps with your efforts.
>
> Sau!
>
>
> Thanks, Saul, I'll take a look.
>
>
> A "FWIW" for any and all...to get qemu to work with the tiny image, I
> had to do a menuconfig for busybox and add "setsid" and "cttyhack",
> otherwise I was getting "not found" and "error 127" loops on startup.
>
>
>
> (hints on how to do this without menuconfig are welcome...I tried
> creating my own recipe and adding package ${PN}-setsid or including my
> own (edited) defconfig, but neither seemed to work.
I also ran into that problem and sent an initial fix for it:
https://lists.yoctoproject.org/pipermail/poky/2013-November/009378.html
I still need to 'fix' the fix but it works in any case..
Tom
> John
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-12-09 22:11 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-06 19:08 poky-tiny breaks at ncurses and perl (Dylan 9.0.1) r10kindsofpeople
2013-12-06 20:08 ` Tom Zanussi
2013-12-09 19:51 ` r10kindsofpeople
2013-12-09 21:24 ` Saul Wold
2013-12-09 21:45 ` r10kindsofpeople
2013-12-09 22:11 ` Tom Zanussi
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.