All of lore.kernel.org
 help / color / mirror / Atom feed
* Extending SDK
@ 2010-11-24 15:22 Gary Thomas
  2010-11-24 15:53 ` Joshua Lock
  0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2010-11-24 15:22 UTC (permalink / raw)
  To: Poky

I've built meta-toolchain-sdk and although it was saved in the
wrong place, all seems to be working well.  Until I tried to
build a program that uses some package which was not part of
the "default" set.   In particular, I tried to build 'xeyes'
outside of Poky using the SDK, but it needs xt and xmu libraries
which are built for my target, but weren't in the SDK I built.

Questions:
   * Did I miss something in building the SDK that left these out?
   * Is there a way, hopefully straight forward, of adding additonal
     packages to the SDK?  Can this be done incrementally, i.e. I
     already have an SDK installed, can I do some magic to just add
     the xt support?

I looked through the handbook, but didn't find much information
on this.

Thanks for any pointers

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: Extending SDK
  2010-11-24 15:22 Extending SDK Gary Thomas
@ 2010-11-24 15:53 ` Joshua Lock
  2010-11-24 16:03   ` Gary Thomas
  0 siblings, 1 reply; 4+ messages in thread
From: Joshua Lock @ 2010-11-24 15:53 UTC (permalink / raw)
  To: poky

On Wed, 2010-11-24 at 08:22 -0700, Gary Thomas wrote:
> I've built meta-toolchain-sdk and although it was saved in the
> wrong place, all seems to be working well.  Until I tried to
> build a program that uses some package which was not part of
> the "default" set.   In particular, I tried to build 'xeyes'
> outside of Poky using the SDK, but it needs xt and xmu libraries
> which are built for my target, but weren't in the SDK I built.
> 
> Questions:
>    * Did I miss something in building the SDK that left these out?
>    * Is there a way, hopefully straight forward, of adding additonal
>      packages to the SDK?  Can this be done incrementally, i.e. I
>      already have an SDK installed, can I do some magic to just add
>      the xt support?
> 

The SDK currently installs a fixed set of packages, the headers deemed
useful for gnome-mobile development - this isn't currently very useful
and is an area I'd like to improve.

The SDK does come with a package manager (opkg-cl) which you should be
able to configure to point at your existing feeds and then use to
install additional headers into your SDK.

Cheers,
Joshua
-- 
Joshua Lock
        Intel Open Source Technology Centre



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

* Re: Extending SDK
  2010-11-24 15:53 ` Joshua Lock
@ 2010-11-24 16:03   ` Gary Thomas
  2010-11-24 16:06     ` Joshua Lock
  0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2010-11-24 16:03 UTC (permalink / raw)
  To: Joshua Lock; +Cc: poky

On 11/24/2010 08:53 AM, Joshua Lock wrote:
> On Wed, 2010-11-24 at 08:22 -0700, Gary Thomas wrote:
>> I've built meta-toolchain-sdk and although it was saved in the
>> wrong place, all seems to be working well.  Until I tried to
>> build a program that uses some package which was not part of
>> the "default" set.   In particular, I tried to build 'xeyes'
>> outside of Poky using the SDK, but it needs xt and xmu libraries
>> which are built for my target, but weren't in the SDK I built.
>>
>> Questions:
>>     * Did I miss something in building the SDK that left these out?
>>     * Is there a way, hopefully straight forward, of adding additonal
>>       packages to the SDK?  Can this be done incrementally, i.e. I
>>       already have an SDK installed, can I do some magic to just add
>>       the xt support?
>>
>
> The SDK currently installs a fixed set of packages, the headers deemed
> useful for gnome-mobile development - this isn't currently very useful
> and is an area I'd like to improve.
>
> The SDK does come with a package manager (opkg-cl) which you should be
> able to configure to point at your existing feeds and then use to
> install additional headers into your SDK.

Thanks, I'll give it a try.  I suppose that I'd need to install the -dev
packages for the stuff I want?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: Extending SDK
  2010-11-24 16:03   ` Gary Thomas
@ 2010-11-24 16:06     ` Joshua Lock
  0 siblings, 0 replies; 4+ messages in thread
From: Joshua Lock @ 2010-11-24 16:06 UTC (permalink / raw)
  To: Gary Thomas; +Cc: poky

On Wed, 2010-11-24 at 09:03 -0700, Gary Thomas wrote:
> On 11/24/2010 08:53 AM, Joshua Lock wrote:
> > On Wed, 2010-11-24 at 08:22 -0700, Gary Thomas wrote:
> >> I've built meta-toolchain-sdk and although it was saved in the
> >> wrong place, all seems to be working well.  Until I tried to
> >> build a program that uses some package which was not part of
> >> the "default" set.   In particular, I tried to build 'xeyes'
> >> outside of Poky using the SDK, but it needs xt and xmu libraries
> >> which are built for my target, but weren't in the SDK I built.
> >>
> >> Questions:
> >>     * Did I miss something in building the SDK that left these out?
> >>     * Is there a way, hopefully straight forward, of adding additonal
> >>       packages to the SDK?  Can this be done incrementally, i.e. I
> >>       already have an SDK installed, can I do some magic to just add
> >>       the xt support?
> >>
> >
> > The SDK currently installs a fixed set of packages, the headers deemed
> > useful for gnome-mobile development - this isn't currently very useful
> > and is an area I'd like to improve.
> >
> > The SDK does come with a package manager (opkg-cl) which you should be
> > able to configure to point at your existing feeds and then use to
> > install additional headers into your SDK.
> 
> Thanks, I'll give it a try.  I suppose that I'd need to install the -dev
> packages for the stuff I want?
> 

Quite right, I'd recommend the -dbg packages too if you anticipate a
debugging session.

Cheers,
Joshua
-- 
Joshua Lock
        Intel Open Source Technology Centre



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

end of thread, other threads:[~2010-11-24 16:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-24 15:22 Extending SDK Gary Thomas
2010-11-24 15:53 ` Joshua Lock
2010-11-24 16:03   ` Gary Thomas
2010-11-24 16:06     ` Joshua Lock

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.