All of lore.kernel.org
 help / color / mirror / Atom feed
* Adding headers to tool chain
@ 2014-03-05 14:09 Joel Parker
  2014-03-05 21:15 ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Joel Parker @ 2014-03-05 14:09 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 513 bytes --]

I bitbake a recipe that has sqlite3 in it, bitbake pulls it down and everything is built correctly. 
Then I run the following commands:

$ bitbake meta-toolchain
$ sh poky-eglibc-x86_64-meta-toolchain-cortexa9hf-vfp-neon-toolchain-1.5+snapshot.sh

everything finishes without errors but when I look for sqlite3.h in /opt/poky/1.5.1/sysroots the header doesn't exist but if I go to my root bsp directory and do a find it is in many directories. How do I get this header file into my tool chain ?

-- Joel

[-- Attachment #2: Type: text/html, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Adding headers to tool chain
  2014-03-05 14:09 Adding headers to tool chain Joel Parker
@ 2014-03-05 21:15 ` Khem Raj
  2014-03-06 19:12   ` Rick Bianchi
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2014-03-05 21:15 UTC (permalink / raw)
  To: Joel Parker; +Cc: yocto

On Wed, Mar 5, 2014 at 6:09 AM, Joel Parker <joelparker27@yahoo.com> wrote:
> $ bitbake meta-toolchain

do bitbake -cpopulate_sdk <image-to-which-you-added-sqlite>
and install that SDK


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Adding headers to tool chain
  2014-03-05 21:15 ` Khem Raj
@ 2014-03-06 19:12   ` Rick Bianchi
  2014-03-06 19:34     ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Rick Bianchi @ 2014-03-06 19:12 UTC (permalink / raw)
  To: Khem Raj; +Cc: Joel Parker, yocto

[-- Attachment #1: Type: text/plain, Size: 528 bytes --]

Khem,
Is this the same process if I needed to get the kernel headers and source
onto the build?


On Wed, Mar 5, 2014 at 2:15 PM, Khem Raj <raj.khem@gmail.com> wrote:

> On Wed, Mar 5, 2014 at 6:09 AM, Joel Parker <joelparker27@yahoo.com>
> wrote:
> > $ bitbake meta-toolchain
>
> do bitbake -cpopulate_sdk <image-to-which-you-added-sqlite>
> and install that SDK
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>

[-- Attachment #2: Type: text/html, Size: 1038 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Adding headers to tool chain
  2014-03-06 19:12   ` Rick Bianchi
@ 2014-03-06 19:34     ` Khem Raj
  2014-03-07  0:30       ` Rick Bianchi
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2014-03-06 19:34 UTC (permalink / raw)
  To: Rick Bianchi; +Cc: Joel Parker, yocto

On Thu, Mar 6, 2014 at 11:12 AM, Rick Bianchi
<bianchirickkutta@gmail.com> wrote:
> Khem,
> Is this the same process if I needed to get the kernel headers and source
> onto the build?
>

this is application development so kernel headers for userspace will be there.

>
> On Wed, Mar 5, 2014 at 2:15 PM, Khem Raj <raj.khem@gmail.com> wrote:
>>
>> On Wed, Mar 5, 2014 at 6:09 AM, Joel Parker <joelparker27@yahoo.com>
>> wrote:
>> > $ bitbake meta-toolchain
>>
>> do bitbake -cpopulate_sdk <image-to-which-you-added-sqlite>
>> and install that SDK
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Adding headers to tool chain
  2014-03-06 19:34     ` Khem Raj
@ 2014-03-07  0:30       ` Rick Bianchi
  2014-03-07  1:39         ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Rick Bianchi @ 2014-03-07  0:30 UTC (permalink / raw)
  To: Khem Raj, yocto

[-- Attachment #1: Type: text/plain, Size: 1002 bytes --]

Khem,
I did the following, but still no headers and source in /usr/src:

bitbake meta-toolchain

bitbake -cpopulate_sdk gumstix-console-image




On Thu, Mar 6, 2014 at 12:34 PM, Khem Raj <raj.khem@gmail.com> wrote:

> On Thu, Mar 6, 2014 at 11:12 AM, Rick Bianchi
> <bianchirickkutta@gmail.com> wrote:
> > Khem,
> > Is this the same process if I needed to get the kernel headers and source
> > onto the build?
> >
>
> this is application development so kernel headers for userspace will be
> there.
>
> >
> > On Wed, Mar 5, 2014 at 2:15 PM, Khem Raj <raj.khem@gmail.com> wrote:
> >>
> >> On Wed, Mar 5, 2014 at 6:09 AM, Joel Parker <joelparker27@yahoo.com>
> >> wrote:
> >> > $ bitbake meta-toolchain
> >>
> >> do bitbake -cpopulate_sdk <image-to-which-you-added-sqlite>
> >> and install that SDK
> >> _______________________________________________
> >> yocto mailing list
> >> yocto@yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/yocto
> >
> >
>

[-- Attachment #2: Type: text/html, Size: 1872 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Adding headers to tool chain
  2014-03-07  0:30       ` Rick Bianchi
@ 2014-03-07  1:39         ` Khem Raj
  2014-03-07 23:06           ` Rick Bianchi
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2014-03-07  1:39 UTC (permalink / raw)
  To: Rick Bianchi; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1193 bytes --]

-Khem
On Mar 6, 2014 4:30 PM, "Rick Bianchi" <bianchirickkutta@gmail.com> wrote:
>
> Khem,
> I did the following, but still no headers and source in /usr/src:
>

yes its application sdk not kernel or device driver sdk

> bitbake meta-toolchain
>
> bitbake -cpopulate_sdk gumstix-console-image
>
>
>
>
> On Thu, Mar 6, 2014 at 12:34 PM, Khem Raj <raj.khem@gmail.com> wrote:
>>
>> On Thu, Mar 6, 2014 at 11:12 AM, Rick Bianchi
>> <bianchirickkutta@gmail.com> wrote:
>> > Khem,
>> > Is this the same process if I needed to get the kernel headers and
source
>> > onto the build?
>> >
>>
>> this is application development so kernel headers for userspace will be
there.
>>
>> >
>> > On Wed, Mar 5, 2014 at 2:15 PM, Khem Raj <raj.khem@gmail.com> wrote:
>> >>
>> >> On Wed, Mar 5, 2014 at 6:09 AM, Joel Parker <joelparker27@yahoo.com>
>> >> wrote:
>> >> > $ bitbake meta-toolchain
>> >>
>> >> do bitbake -cpopulate_sdk <image-to-which-you-added-sqlite>
>> >> and install that SDK
>> >> _______________________________________________
>> >> yocto mailing list
>> >> yocto@yoctoproject.org
>> >> https://lists.yoctoproject.org/listinfo/yocto
>> >
>> >
>
>

[-- Attachment #2: Type: text/html, Size: 2074 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Adding headers to tool chain
  2014-03-07  1:39         ` Khem Raj
@ 2014-03-07 23:06           ` Rick Bianchi
  0 siblings, 0 replies; 7+ messages in thread
From: Rick Bianchi @ 2014-03-07 23:06 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1493 bytes --]

I see.

What do I need to do to add the *kernel headers* and *kernel source* to the
gumstix-console-image?

Thanks,
Rick


On Thu, Mar 6, 2014 at 6:39 PM, Khem Raj <raj.khem@gmail.com> wrote:

> -Khem
>
> On Mar 6, 2014 4:30 PM, "Rick Bianchi" <bianchirickkutta@gmail.com> wrote:
> >
> > Khem,
> > I did the following, but still no headers and source in /usr/src:
> >
>
> yes its application sdk not kernel or device driver sdk
>
> > bitbake meta-toolchain
> >
> > bitbake -cpopulate_sdk gumstix-console-image
> >
> >
> >
> >
> > On Thu, Mar 6, 2014 at 12:34 PM, Khem Raj <raj.khem@gmail.com> wrote:
> >>
> >> On Thu, Mar 6, 2014 at 11:12 AM, Rick Bianchi
> >> <bianchirickkutta@gmail.com> wrote:
> >> > Khem,
> >> > Is this the same process if I needed to get the kernel headers and
> source
> >> > onto the build?
> >> >
> >>
> >> this is application development so kernel headers for userspace will be
> there.
> >>
> >> >
> >> > On Wed, Mar 5, 2014 at 2:15 PM, Khem Raj <raj.khem@gmail.com> wrote:
> >> >>
> >> >> On Wed, Mar 5, 2014 at 6:09 AM, Joel Parker <joelparker27@yahoo.com>
> >> >> wrote:
> >> >> > $ bitbake meta-toolchain
> >> >>
> >> >> do bitbake -cpopulate_sdk <image-to-which-you-added-sqlite>
> >> >> and install that SDK
> >> >> _______________________________________________
> >> >> yocto mailing list
> >> >> yocto@yoctoproject.org
> >> >> https://lists.yoctoproject.org/listinfo/yocto
> >> >
> >> >
> >
> >
>

[-- Attachment #2: Type: text/html, Size: 2878 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-03-07 23:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-05 14:09 Adding headers to tool chain Joel Parker
2014-03-05 21:15 ` Khem Raj
2014-03-06 19:12   ` Rick Bianchi
2014-03-06 19:34     ` Khem Raj
2014-03-07  0:30       ` Rick Bianchi
2014-03-07  1:39         ` Khem Raj
2014-03-07 23:06           ` Rick Bianchi

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.