* Headers missing in generated SDK
@ 2014-11-25 20:57 Syed Moosvi
2014-11-26 18:07 ` Matt Schuckmann
0 siblings, 1 reply; 4+ messages in thread
From: Syed Moosvi @ 2014-11-25 20:57 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 1044 bytes --]
Hi All,
I am working on danny branch and having an issue with respect to
adding headers in the generated SDK toolchain.
I am generating the SDK using
$ bitbake -c populate_sdk image_name
When I generate the SDK, the openssl and alsa headers were missing from
/opt/poky/1.3/sysroots/image-poky-linux-gnueabi/usr/include
Adding the following did add the ALSA headers but the openssl headers are
still missing
TOOLCHAIN_TARGET_TASK_append = " openssl-dev"
TOOLCHAIN_TARGET_TASK_append = " alsa-dev"
Therefore can anyone please let me know the following
1) What headers ar populated in /opt/poky/1.3/sysroots/image
-poky-linux-gnueabi/usr/include.
2) How do I make the openssl headers appear in /opt/poky/1.3/sysroots/image
-poky-linux-gnueabi/usr/include
3) I though all the headers for all the libs used in target will be
populated in the SDK. Is this not true?
4) Also noticed the headers are present in but not in generated SDK.
/tmp/sysroots/image/usr/include/openssl/
Thanks,
Syed
[-- Attachment #2: Type: text/html, Size: 6015 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Headers missing in generated SDK
2014-11-25 20:57 Headers missing in generated SDK Syed Moosvi
@ 2014-11-26 18:07 ` Matt Schuckmann
2014-12-02 19:45 ` Syed Moosvi
0 siblings, 1 reply; 4+ messages in thread
From: Matt Schuckmann @ 2014-11-26 18:07 UTC (permalink / raw)
To: Syed Moosvi, yocto@yoctoproject.org
Syed,
Your problem sounds similar to a problem I had getting my own headers and static library included in the SDK.
Check out this thread to see if it helps.
https://lists.yoctoproject.org/pipermail/yocto/2014-September/021678.html
Matt S.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Headers missing in generated SDK
2014-11-26 18:07 ` Matt Schuckmann
@ 2014-12-02 19:45 ` Syed Moosvi
2014-12-03 13:20 ` Urs Fässler
0 siblings, 1 reply; 4+ messages in thread
From: Syed Moosvi @ 2014-12-02 19:45 UTC (permalink / raw)
To: Matt Schuckmann; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 773 bytes --]
Hi Matt,
I added the following but still not getting headers in the
generated SDK.
*RDEPENDS_${PN}-dev = ""* # added to openssl bb file
TOOLCHAIN_TARGET_TASK_append = " openssl-dev" # added to local.conf file
Also, I don't get any errors when I don't add RDEPENDS_ but I think
you were getting some errors.
Any clues as to what I may be missing?
Thanks,
Syed
On Wed, Nov 26, 2014 at 6:07 PM, Matt Schuckmann <Matt.Schuckmann@planar.com
> wrote:
> Syed,
>
> Your problem sounds similar to a problem I had getting my own headers and
> static library included in the SDK.
> Check out this thread to see if it helps.
>
> https://lists.yoctoproject.org/pipermail/yocto/2014-September/021678.html
>
> Matt S.
>
>
[-- Attachment #2: Type: text/html, Size: 1494 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Headers missing in generated SDK
2014-12-02 19:45 ` Syed Moosvi
@ 2014-12-03 13:20 ` Urs Fässler
0 siblings, 0 replies; 4+ messages in thread
From: Urs Fässler @ 2014-12-03 13:20 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 1191 bytes --]
Hi,
I added
TOOLCHAIN_TARGET_TASK += "my-super-package"
in the image recipe.
When I then populate the SDK against this image, I have my-super-package
in the SDK sysroot.
Regards
Urs
On 02.12.2014 20:45, Syed Moosvi wrote:
> Hi Matt,
>
> I added the following but still not getting headers in the
> generated SDK.
>
> *RDEPENDS_${PN}-dev = ""* # added to openssl bb file
>
> TOOLCHAIN_TARGET_TASK_append = " openssl-dev" # added to local.conf file
>
> Also, I don't get any errors when I don't add RDEPENDS_ but I think
> you were getting some errors.
> Any clues as to what I may be missing?
>
> Thanks,
>
> Syed
>
>
> On Wed, Nov 26, 2014 at 6:07 PM, Matt Schuckmann <Matt.Schuckmann@planar.com
>> wrote:
>
>> Syed,
>>
>> Your problem sounds similar to a problem I had getting my own headers and
>> static library included in the SDK.
>> Check out this thread to see if it helps.
>>
>> https://lists.yoctoproject.org/pipermail/yocto/2014-September/021678.html
>>
>> Matt S.
>>
>>
>
>
>
--
--
bytes at work
Technoparkstrasse 7
CH-8406 Winterthur
Switzerland
phone: +41 52 213 79 79
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-12-03 13:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-25 20:57 Headers missing in generated SDK Syed Moosvi
2014-11-26 18:07 ` Matt Schuckmann
2014-12-02 19:45 ` Syed Moosvi
2014-12-03 13:20 ` Urs Fässler
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.