From fc934af7c843a899f41d43fdb239d255da777903 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Thu, 28 Apr 2011 21:49:31 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/classes/srec.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/srec.bbclass') diff --git a/meta/classes/srec.bbclass b/meta/classes/srec.bbclass index a869a4f1f3..390d5abb3a 100644 --- a/meta/classes/srec.bbclass +++ b/meta/classes/srec.bbclass @@ -14,7 +14,7 @@ do_srec[nostamp] = "1" do_srec () { if [ ${SREC_VMAADDR} = "" ] ; then - oefatal Cannot do_srec without SREC_VMAADDR defined. + bbfatal Cannot do_srec without SREC_VMAADDR defined. fi for type in ${IMAGE_FSTYPES}; do for skiptype in ${SREC_SKIP}; do -- cgit v1.2.3-54-g00ecf