From: Darren Hart <dvhart@linux.intel.com>
To: poky@yoctoproject.org
Cc: Darren Hart <dvhart@linux.intel.com>
Subject: [PATCH 0/2] logging: migrate to bb* logging and remove oe*
Date: Thu, 28 Apr 2011 23:29:56 -0700 [thread overview]
Message-ID: <cover.1304058397.git.dvhart@linux.intel.com> (raw)
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(-)
next reply other threads:[~2011-04-29 6:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-29 6:29 Darren Hart [this message]
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
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=cover.1304058397.git.dvhart@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=poky@yoctoproject.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.