Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] one high prio bugfix
@ 2011-05-11  2:23 Nitin A Kamble
  2011-05-11  2:23 ` [PATCH 1/1] poky-defaults: fix defaults for libgcc recipes Nitin A Kamble
  2011-05-11 15:51 ` [PATCH 0/1] one high prio bugfix Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Nitin A Kamble @ 2011-05-11  2:23 UTC (permalink / raw)
  To: openembedded-core, poky

From: Nitin A Kamble <nitin.a.kamble@intel.com>

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: nitin/bugfixes
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/bugfixes

Thanks,
    Nitin A Kamble <nitin.a.kamble@intel.com>
---


Nitin A Kamble (1):
  poky-defaults: fix defaults for libgcc recipes

 meta/conf/distro/include/poky-default.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

-- 
1.7.2.2




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

* [PATCH 1/1] poky-defaults: fix defaults for libgcc recipes
  2011-05-11  2:23 [PATCH 0/1] one high prio bugfix Nitin A Kamble
@ 2011-05-11  2:23 ` Nitin A Kamble
  2011-05-11 15:51 ` [PATCH 0/1] one high prio bugfix Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Nitin A Kamble @ 2011-05-11  2:23 UTC (permalink / raw)
  To: openembedded-core, poky

From: Nitin A Kamble <nitin.a.kamble@intel.com>

This fixes bug: [YOCTO #1021]

the libgcc version was getting picked up as latest, which may not match
with the version of gcc. And because of this the crt*.o files were
missing from the resulting libgcc-dev package.

libgcc1-4.6.0-r0.i586
perl-module-extutils-cbuilder-platform-windows-gcc-5.12.3-r0.i586
gcc-4.5.1-r4.i586
libgcc-s-dev-4.6.0-r0.i586
gcc-symlinks-4.5.1-r4.i586

/lib
/lib/libgcc_s.so

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
 meta/conf/distro/include/poky-default.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/conf/distro/include/poky-default.inc b/meta/conf/distro/include/poky-default.inc
index 91985b3..0003865 100644
--- a/meta/conf/distro/include/poky-default.inc
+++ b/meta/conf/distro/include/poky-default.inc
@@ -35,6 +35,8 @@ PREFERRED_VERSION_gcc-crosssdk-intermediate ?= "${SDKGCCVERSION}"
 PREFERRED_VERSION_gcc-cross-canadian ?= "${GCCVERSION}"
 PREFERRED_VERSION_gcc-runtime ?= "${GCCVERSION}"
 PREFERRED_VERSION_gcc-runtime-nativesdk ?= "${SDKGCCVERSION}"
+PREFERRED_VERSION_libgcc ?= "${GCCVERSION}"
+PREFERRED_VERSION_libgcc-nativesdk ?= "${SDKGCCVERSION}"
 PREFERRED_VERSION_binutils ?= "${BINUVERSION}"
 PREFERRED_VERSION_binutils-cross ?= "${BINUVERSION}"
 PREFERRED_VERSION_binutils-crosssdk ?= "${BINUVERSION}"
-- 
1.7.2.2




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

* Re: [PATCH 0/1] one high prio bugfix
  2011-05-11  2:23 [PATCH 0/1] one high prio bugfix Nitin A Kamble
  2011-05-11  2:23 ` [PATCH 1/1] poky-defaults: fix defaults for libgcc recipes Nitin A Kamble
@ 2011-05-11 15:51 ` Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-05-11 15:51 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: poky

On Tue, 2011-05-10 at 19:23 -0700, Nitin A Kamble wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
> 
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>   Branch: nitin/bugfixes
>   Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/bugfixes
> 
> Thanks,
>     Nitin A Kamble <nitin.a.kamble@intel.com>
> ---
> 
> 
> Nitin A Kamble (1):
>   poky-defaults: fix defaults for libgcc recipes

Merged to master with the appropriate layout changes.

Cheers,

Richard




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

end of thread, other threads:[~2011-05-11 15:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-11  2:23 [PATCH 0/1] one high prio bugfix Nitin A Kamble
2011-05-11  2:23 ` [PATCH 1/1] poky-defaults: fix defaults for libgcc recipes Nitin A Kamble
2011-05-11 15:51 ` [PATCH 0/1] one high prio bugfix Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox