All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] logging: migrate to bb* logging and remove oe*
@ 2011-04-29  6:29 Darren Hart
  2011-04-29  6:29 ` [PATCH 1/2] logging: update existing oe* logging users to the bb* interface Darren Hart
  2011-04-29  6:29 ` [PATCH 2/2] logging: delete the oe(note|warn|fatal|debug) functions Darren Hart
  0 siblings, 2 replies; 3+ messages in thread
From: Darren Hart @ 2011-04-29  6:29 UTC (permalink / raw)
  To: poky; +Cc: Darren Hart

From: Darren Hart <dvhart@linux.intel.com>

Now that the new bbnote and similar functions are in place with
logging.bbclass, migrate all users of the oe* logging API over
to bb* and remove the oe* logging facilities from base.bbclass.

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

Thanks,
    Darren Hart <dvhart@linux.intel.com>
---


Darren Hart (2):
  logging: update existing oe* logging users to the bb* interface
  logging: delete the oe(note|warn|fatal|debug) functions

 meta/classes/autotools.bbclass               |   16 ++++++------
 meta/classes/base.bbclass                    |   31 ++-----------------------
 meta/classes/distutils.bbclass               |    8 +++---
 meta/classes/kernel.bbclass                  |    4 +-
 meta/classes/qmake_base.bbclass              |   10 ++++----
 meta/classes/scons.bbclass                   |    4 +-
 meta/classes/sip.bbclass                     |    4 +-
 meta/classes/sourcepkg.bbclass               |    4 +-
 meta/classes/srec.bbclass                    |    2 +-
 meta/classes/utils.bbclass                   |   20 ++++++++--------
 meta/recipes-core/dropbear/dropbear.inc      |    2 +-
 meta/recipes-core/eglibc/eglibc_2.12.bb      |    2 +-
 meta/recipes-core/glibc/glibc_2.10.1.bb      |    2 +-
 meta/recipes-devtools/python/python_2.6.6.bb |    2 +-
 14 files changed, 43 insertions(+), 68 deletions(-)



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

end of thread, other threads:[~2011-04-29  6:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-29  6:29 [PATCH 0/2] logging: migrate to bb* logging and remove oe* Darren Hart
2011-04-29  6:29 ` [PATCH 1/2] logging: update existing oe* logging users to the bb* interface Darren Hart
2011-04-29  6:29 ` [PATCH 2/2] logging: delete the oe(note|warn|fatal|debug) functions Darren Hart

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.