* [danny] core-image-minimal-dev is missing dev packages
@ 2013-02-09 3:17 Rudolf Streif
2013-02-09 14:30 ` Paul Eggleton
0 siblings, 1 reply; 6+ messages in thread
From: Rudolf Streif @ 2013-02-09 3:17 UTC (permalink / raw)
To: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 390 bytes --]
This is weird and I do not have an explanation for it. For Danny:
core-image-minimal-dev is missing the dev packages (pkg-dev)
I build it but the packages are not there. The cause does not seem to be my
setup because the core-image-minimal on the ADT download site is missing
them too.
The recipe looks ok.
However, core-image-sato-dev has the dev packages included.
:rjs
[-- Attachment #2: Type: text/html, Size: 2249 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [danny] core-image-minimal-dev is missing dev packages
2013-02-09 3:17 [danny] core-image-minimal-dev is missing dev packages Rudolf Streif
@ 2013-02-09 14:30 ` Paul Eggleton
2013-02-09 17:19 ` Rudolf Streif
0 siblings, 1 reply; 6+ messages in thread
From: Paul Eggleton @ 2013-02-09 14:30 UTC (permalink / raw)
To: Rudolf Streif; +Cc: yocto
On Friday 08 February 2013 19:17:35 Rudolf Streif wrote:
> This is weird and I do not have an explanation for it. For Danny:
>
> core-image-minimal-dev is missing the dev packages (pkg-dev)
>
> I build it but the packages are not there. The cause does not seem to be my
> setup because the core-image-minimal on the ADT download site is missing
> them too.
I can't tell but it could be this bug, for which I have sent a patch:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=3792
(Although this doesn't prevent *all* dev packages from being included, just
some.)
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [danny] core-image-minimal-dev is missing dev packages
2013-02-09 14:30 ` Paul Eggleton
@ 2013-02-09 17:19 ` Rudolf Streif
2013-02-09 17:25 ` Rudolf Streif
0 siblings, 1 reply; 6+ messages in thread
From: Rudolf Streif @ 2013-02-09 17:19 UTC (permalink / raw)
To: Paul Eggleton; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 946 bytes --]
Thanks, Paul. Not sure however. I should have included that I used plain
old i586 architecture. There should be no dashes/underscore issues there.
:rjs
On Feb 9, 2013 6:30 AM, "Paul Eggleton" <paul.eggleton@linux.intel.com>
wrote:
> On Friday 08 February 2013 19:17:35 Rudolf Streif wrote:
> > This is weird and I do not have an explanation for it. For Danny:
> >
> > core-image-minimal-dev is missing the dev packages (pkg-dev)
> >
> > I build it but the packages are not there. The cause does not seem to be
> my
> > setup because the core-image-minimal on the ADT download site is missing
> > them too.
>
> I can't tell but it could be this bug, for which I have sent a patch:
>
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=3792
>
> (Although this doesn't prevent *all* dev packages from being included, just
> some.)
>
> Cheers,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
>
[-- Attachment #2: Type: text/html, Size: 1372 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [danny] core-image-minimal-dev is missing dev packages
2013-02-09 17:19 ` Rudolf Streif
@ 2013-02-09 17:25 ` Rudolf Streif
2013-02-12 9:42 ` Paul Eggleton
0 siblings, 1 reply; 6+ messages in thread
From: Rudolf Streif @ 2013-02-09 17:25 UTC (permalink / raw)
To: Paul Eggleton; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 1255 bytes --]
I have not verified every single dev package but the linker files in
/usr/lib/<arch> and related are missing. You cannot link against a dev
image sysroot. That used to work.
:rjs
On Feb 9, 2013 9:19 AM, "Rudolf Streif" <rstreif@linuxfoundation.org> wrote:
> Thanks, Paul. Not sure however. I should have included that I used plain
> old i586 architecture. There should be no dashes/underscore issues there.
>
> :rjs
> On Feb 9, 2013 6:30 AM, "Paul Eggleton" <paul.eggleton@linux.intel.com>
> wrote:
>
>> On Friday 08 February 2013 19:17:35 Rudolf Streif wrote:
>> > This is weird and I do not have an explanation for it. For Danny:
>> >
>> > core-image-minimal-dev is missing the dev packages (pkg-dev)
>> >
>> > I build it but the packages are not there. The cause does not seem to
>> be my
>> > setup because the core-image-minimal on the ADT download site is missing
>> > them too.
>>
>> I can't tell but it could be this bug, for which I have sent a patch:
>>
>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=3792
>>
>> (Although this doesn't prevent *all* dev packages from being included,
>> just
>> some.)
>>
>> Cheers,
>> Paul
>>
>> --
>>
>> Paul Eggleton
>> Intel Open Source Technology Centre
>>
>
[-- Attachment #2: Type: text/html, Size: 1925 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [danny] core-image-minimal-dev is missing dev packages
2013-02-09 17:25 ` Rudolf Streif
@ 2013-02-12 9:42 ` Paul Eggleton
2013-02-12 16:55 ` Rudolf Streif
0 siblings, 1 reply; 6+ messages in thread
From: Paul Eggleton @ 2013-02-12 9:42 UTC (permalink / raw)
To: Rudolf Streif; +Cc: yocto
On Saturday 09 February 2013 09:25:09 Rudolf Streif wrote:
> I have not verified every single dev package but the linker files in
> /usr/lib/<arch> and related are missing. You cannot link against a dev
> image sysroot. That used to work.
I'm not quite sure what you mean, but if this is a regression would you mind
filing a bug for this in bugzilla if you haven't already?
Thanks,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [danny] core-image-minimal-dev is missing dev packages
2013-02-12 9:42 ` Paul Eggleton
@ 2013-02-12 16:55 ` Rudolf Streif
0 siblings, 0 replies; 6+ messages in thread
From: Rudolf Streif @ 2013-02-12 16:55 UTC (permalink / raw)
To: Paul Eggleton; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1671 bytes --]
I will look into this further and then file a bug report with the details.
What I mean is that with Denzil a minimal-dev image could be used as a
sysroot for ADT. With an external toolchain you are able to compile and
link userspace applications.
With Danny this does not for an x86 minimal-dev image anymore. Linking
fails because in /usr/lib the directory i586-poky-linux is not present. (ld
complains that it cannot find crtbegin.o etc.) And possibly other files are
missing which I cannot tell because I have not yet had time to dig through
everything.
However, for an ARM minimal-dev image that works. /usr/lib contains as
expected arm-poky-linux-gnueabi.
I am not sure what the status is for PPC and MIPS. I have not tried them.
:rjs
On Tue, Feb 12, 2013 at 1:42 AM, Paul Eggleton <
paul.eggleton@linux.intel.com> wrote:
> On Saturday 09 February 2013 09:25:09 Rudolf Streif wrote:
> > I have not verified every single dev package but the linker files in
> > /usr/lib/<arch> and related are missing. You cannot link against a dev
> > image sysroot. That used to work.
>
> I'm not quite sure what you mean, but if this is a regression would you
> mind
> filing a bug for this in bugzilla if you haven't already?
>
> Thanks,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
>
--
--
*Rudolf J. Streif*
Director of Embedded Solutions
The Linux Foundation
rudolf.streif@linux.com
Phone: +1.619.631.5383
Skype: rudolfstreif
PGP: RSA 2048/2048 D6E7D28B
Linux Foundation Events Schedule: events.linuxfoundation.org
Linux Foundation Training Schedule: training.linuxfoundation.org
[-- Attachment #2: Type: text/html, Size: 3436 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-02-12 16:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-09 3:17 [danny] core-image-minimal-dev is missing dev packages Rudolf Streif
2013-02-09 14:30 ` Paul Eggleton
2013-02-09 17:19 ` Rudolf Streif
2013-02-09 17:25 ` Rudolf Streif
2013-02-12 9:42 ` Paul Eggleton
2013-02-12 16:55 ` Rudolf Streif
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.