From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Matthew McClintock <msm@freescale.com>
Subject: Re: [PATCH] libgomp: add libgomp (openmp) library, and build for powerpc targets by default
Date: Sun, 08 Jul 2012 14:17:40 -0700 [thread overview]
Message-ID: <4FF9F8F4.6050408@linux.intel.com> (raw)
In-Reply-To: <1341549155-30728-1-git-send-email-msm@freescale.com>
On 07/05/2012 09:32 PM, Matthew McClintock wrote:
> Signed-off-by: Matthew McClintock <msm@freescale.com>
> ---
> meta/recipes-devtools/gcc/gcc-4.6.inc | 2 +-
> meta/recipes-devtools/gcc/gcc-configure-runtime.inc | 2 ++
> meta/recipes-devtools/gcc/gcc-package-runtime.inc | 9 +++++++++
> 3 files changed, 12 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc
> index 020e21b..32545eb 100644
> --- a/meta/recipes-devtools/gcc/gcc-4.6.inc
> +++ b/meta/recipes-devtools/gcc/gcc-4.6.inc
> @@ -1,6 +1,6 @@
> require gcc-common.inc
>
> -PR = "r25"
> +PR = "r26"
>
> # Third digit in PV should be incremented after a minor release
> # happens from this branch on gcc e.g. currently its 4.6.0
> diff --git a/meta/recipes-devtools/gcc/gcc-configure-runtime.inc b/meta/recipes-devtools/gcc/gcc-configure-runtime.inc
> index 34bfaeb..a7d478c 100644
> --- a/meta/recipes-devtools/gcc/gcc-configure-runtime.inc
> +++ b/meta/recipes-devtools/gcc/gcc-configure-runtime.inc
> @@ -9,6 +9,8 @@ EXTRA_OECONF_PATHS = " \
> --with-build-sysroot=${STAGING_DIR_TARGET}"
>
> RUNTIMETARGET = "libssp libstdc++-v3"
> +RUNTIMETARGET_append_powerpc = " libgomp"
> +RUNTIMETARGET_append_powerpc64 = " libgomp"
> # ?
> # libiberty
> # libmudflap
> diff --git a/meta/recipes-devtools/gcc/gcc-package-runtime.inc b/meta/recipes-devtools/gcc/gcc-package-runtime.inc
> index feb8735..001a444 100644
> --- a/meta/recipes-devtools/gcc/gcc-package-runtime.inc
> +++ b/meta/recipes-devtools/gcc/gcc-package-runtime.inc
> @@ -13,6 +13,8 @@ PACKAGES = "\
> libgfortran-dev \
> libmudflap \
> libmudflap-dev \
> + libgomp \
> + libgomp-dev \
> "
> # The base package doesn't exist, so we clear the recommends.
> RRECOMMENDS_${PN}-dbg = ""
> @@ -61,3 +63,10 @@ FILES_libmudflap-dev = "\
> ${libdir}/libmudflap*.a \
> ${libdir}/libmudflap*.la"
>
> +FILES_libgomp = "${libdir}/libgomp*.so.*"
> +FILES_libgomp-dev = "\
> + ${libdir}/libgomp*.so \
> + ${libdir}/libgomp*.a \
> + ${libdir}/libgomp*.la \
> + ${libdir}/libgomp.spec \
> + ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/omp.h"
>
I should have noticed this before, but it took a build failure! Did you
intend to have a ".a" in the -dev package vs the -staticdav package?
> ERROR: QA Issue: non -staticdev package contains static .a library: libgomp-dev path '/work/ppc603e-poky-linux/gcc-runtime-4.7.1+svnr188658-r2/packages-split/libgomp-dev/usr/lib/libgomp.a'
> ERROR: QA run found fatal errors. Please consider fixing them.
> ERROR: Function failed: do_package_qa
> ERROR: Logfile of failure stored in: /srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-ppc/build/build/tmp/work/ppc603e-poky-linux/gcc-runtime-4.7.1+svnr188658-r2/temp/log.do_package.15360
> NOTE: package gcc-runtime-4.7.1+svnr188658-r2: task do_package: Failed
> ERROR: Task 654 (/srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-ppc/build/meta/recipes-devtools/gcc/gcc-runtime_4.7.bb, do_package) failed with exit code '1'
Sau!
next prev parent reply other threads:[~2012-07-08 21:28 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-06 4:32 [PATCH] libgomp: add libgomp (openmp) library, and build for powerpc targets by default Matthew McClintock
2012-07-06 5:25 ` Khem Raj
2012-07-06 5:36 ` McClintock Matthew-B29882
2012-07-06 6:13 ` Khem Raj
2012-07-06 14:26 ` McClintock Matthew-B29882
2012-07-06 16:05 ` Khem Raj
2012-07-06 19:31 ` McClintock Matthew-B29882
2012-07-08 21:17 ` Saul Wold [this message]
2012-07-08 21:19 ` Saul Wold
2012-07-09 20:09 ` McClintock Matthew-B29882
2012-07-09 20:35 ` McClintock Matthew-B29882
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=4FF9F8F4.6050408@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=msm@freescale.com \
--cc=openembedded-core@lists.openembedded.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.