mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
logging: update existing oe* logging users to the bb* interface
The new bash logging class provides bbnote, bbwarn, bbfatal, and bbdebug replacements (as well as bbplain and bberror) for the oe* equivalents. Use the new bb* API in preparation to delete the oe* logging API. This patch was automatically generated by a sed script. The result has been visually inspected and used to build core-image-sato for qemux86. (From OE-Core rev: a1f09fce5caba389d0484b169f0cde85d64514fa) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0e2eb05f46
commit
fc934af7c8
@@ -17,7 +17,7 @@ sip_do_generate() {
|
||||
if [ -z "$MODULES" ]; then
|
||||
die "SIP_MODULES not set and no modules found in $PWD"
|
||||
else
|
||||
oenote "using modules '${SIP_MODULES}' and tags '${EXTRA_SIPTAGS}'"
|
||||
bbnote "using modules '${SIP_MODULES}' and tags '${EXTRA_SIPTAGS}'"
|
||||
fi
|
||||
|
||||
if [ -z "${EXTRA_SIPTAGS}" ]; then
|
||||
@@ -28,7 +28,7 @@ sip_do_generate() {
|
||||
|
||||
if [ ! -z "${SIP_FEATURES}" ]; then
|
||||
FEATURES="-z ${SIP_FEATURES}"
|
||||
oenote "sip feature file: ${SIP_FEATURES}"
|
||||
bbnote "sip feature file: ${SIP_FEATURES}"
|
||||
fi
|
||||
|
||||
for module in $MODULES
|
||||
|
||||
Reference in New Issue
Block a user