From: Jackie Huang <jackie.hu...@windriver.com>

I made a patch against the eglibc_2.16.bb for the optimization issue two weeks 
ago,
but it's not a version specific issue and we still keep the versions 2.13 and 
2.15
(and not having the 2.16 yet), so it would be more appropriate to move the code 
to
the .inc file. 
And we also want to cherry-pick this commit to our oe-core branch so I revert 
the
previous one and make a new commit against the .inc file but I'm not sure if it 
is
proper to do that. Please correct me if it is not, thanks!

* Test info:
1) MACHINE=qemux86-64/qemuppc/qemumips
$ bitbake core-image-sato 
$ bitbake eglibc

2) MACHINE=qemux86-64/qemuppc/qemumips
   DEBUG_OPTIMIZATION = "-O0 -fno-omit-frame-pointer ${DEBUG_FLAGS} -pipe"
   DEBUG_BUILD = "1" or SELECTED_OPTIMIZATION = "${DEBUG_OPTIMIZATION}"
$ bitbake core-image-sato
$ bitbake eglibc

The following changes since commit 764cc1eb3043c84121f597d2271108b91052095e:

  bitbake.conf: Change build output message to list BUILD_SYS, TARGET_SYS and 
NATIVELSBSTRING (2012-11-27 08:57:39 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib jhuang0/d_eglibc_1128_1
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/d_eglibc_1128_1

Jackie Huang (2):
  Revert "eglibc: always compile with optimization."
  eglibc: always compile with optimization.

 meta/recipes-core/eglibc/eglibc.inc     |   11 +++++++++++
 meta/recipes-core/eglibc/eglibc_2.16.bb |   11 -----------
 2 files changed, 11 insertions(+), 11 deletions(-)

-- 
1.7.4


_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to