From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooper@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH] packagegroup-arago-standalone-sdk-target: Include libgomp into toolchain SDK
Date: Wed, 11 Mar 2015 21:27:33 -0400 [thread overview]
Message-ID: <20150312012733.GF23587@edge> (raw)
In-Reply-To: <1426120479-27511-1-git-send-email-fcooper@ti.com>
On Wed, Mar 11, 2015 at 07:34:39PM -0500, Franklin S. Cooper Jr wrote:
> From: "Franklin S. Cooper Jr" <fcooper@ti.com>
>
> * When compiling an application with the -fopenmp flag an error is given since
> libgomp isn't apart of the toolchain SDK.
> * Since this package comes from the toolchain only include it when using the
> external linaro toolchain since it isn't included in the arago toolchain.
>
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
> .../packagegroup-arago-standalone-sdk-target.bb | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
> index d4a5072..b08e125 100644
> --- a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
> +++ b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
> @@ -1,5 +1,5 @@
> DESCRIPTION = "Target packages for the standalone SDK"
> -PR = "r6"
> +PR = "r7"
> LICENSE = "MIT"
>
> inherit packagegroup
> @@ -33,4 +33,5 @@ RDEPENDS_${PN} = "\
> opkg-dev \
> sysvinit-dev \
> util-linux-dev \
> + ${@base_conditional('TCLIBC', 'external-linaro-toolchain', 'libgomp libgomp-dev', '', d)} \
libgomp-dev in the list is enough, as it will pull in libgomp on its own.
Also, better compare TCMODE to "external-linaro". TCLIBC could be used for
something else, like uClibc with external Linaro toolchain...
> "
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
prev parent reply other threads:[~2015-03-12 1:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-12 0:34 [PATCH] packagegroup-arago-standalone-sdk-target: Include libgomp into toolchain SDK Franklin S. Cooper Jr
2015-03-12 1:27 ` Denys Dmytriyenko [this message]
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=20150312012733.GF23587@edge \
--to=denys@ti.com \
--cc=fcooper@ti.com \
--cc=meta-arago@arago-project.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.