All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <saul.wold@intel.com>
To: "Cui, Dexuan" <dexuan.cui@intel.com>
Cc: "poky@pokylinux.org" <poky@pokylinux.org>
Subject: Re: Extending meta-toolchain-sdk
Date: Tue, 02 Nov 2010 20:47:17 -0700	[thread overview]
Message-ID: <4CD0DB45.7000607@intel.com> (raw)
In-Reply-To: <1865303E0DED764181A9D882DEF65FB67A65C6F4AD@shsmsx502.ccr.corp.intel.com>

On 11/02/2010 06:36 PM, Cui, Dexuan wrote:
> Mike Detwiler wrote:
>> I have run 'bitbake meta-toolchain-sdk' and installed the tarball that
>> it generates. However, I found that the sdk did not contain all the
>> third-party libraries that I would like it to have. For example, the
>> application I'm developing has a dependency on libgmp. I notice that
>> there are bitbake files for gmp in meta/recipes-support/gmp. Is there
>> a simple way (e.g. in build/conf/local.conf) to have this added to the
>> list of libraries that are included in the sdk?
>> -Mike
>
> Hi Mike,
> Can you please try the patch below?
>
Mike, Dexuan:

A better way to do this is to define SDK-EXTRAs in the local.conf file:

SDK-EXTRAS += "libgmp"

That should do the trick.

Sau!


> Thanks,
> -- Dexuan
>
> ------------------------------------------------------------------------
>
> diff --git a/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb b/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb
> index b853ffc..3acb3ec 100644
> --- a/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb
> +++ b/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb
> @@ -4,7 +4,7 @@
>
>   DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
>   LICENSE = "MIT"
> -PR = "r8"
> +PR = "r9"
>
>   ALLOW_EMPTY = "1"
>
> diff --git a/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb b/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb
> index 005d33b..70f5040 100644
> --- a/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb
> +++ b/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb
> @@ -4,7 +4,7 @@
>
>   DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
>   LICENSE = "MIT"
> -PR = "r11"
> +PR = "r12"
>
>   ALLOW_EMPTY = "1"
>
> diff --git a/meta/recipes-gnome/tasks/task-sdk-gmae.inc b/meta/recipes-gnome/tasks/task-sdk-gmae.inc
> index 11505ce..32ad49c 100644
> --- a/meta/recipes-gnome/tasks/task-sdk-gmae.inc
> +++ b/meta/recipes-gnome/tasks/task-sdk-gmae.inc
> @@ -12,6 +12,7 @@ SDK-GMAE = " \
>       libebook-dev \
>       libxi-dev \
>       libsqlite3-dev \
> +    gmp-dev \
>       "
>
>   # TODO: gvfs-dev, mission-control
> _______________________________________________
> poky mailing list
> poky@pokylinux.org
> https://lists.pokylinux.org/listinfo/poky
>



  reply	other threads:[~2010-11-03  3:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-02 20:50 Extending meta-toolchain-sdk Mike Detwiler
2010-11-03  1:36 ` Cui, Dexuan
2010-11-03  3:47   ` Saul Wold [this message]
2010-11-03 14:47     ` Mike Detwiler
2010-11-04  0:28       ` Cui, Dexuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CD0DB45.7000607@intel.com \
    --to=saul.wold@intel.com \
    --cc=dexuan.cui@intel.com \
    --cc=poky@pokylinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.