summaryrefslogtreecommitdiffstats
path: root/meta/classes/logging.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/logging.bbclass')
-rw-r--r--meta/classes/logging.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/logging.bbclass b/meta/classes/logging.bbclass
index a0c94e98c7..0d59ae2631 100644
--- a/meta/classes/logging.bbclass
+++ b/meta/classes/logging.bbclass
@@ -1,3 +1,7 @@
1#
2# Copyright OpenEmbedded Contributors
3#
4
1# The following logging mechanisms are to be used in bash functions of recipes. 5# The following logging mechanisms are to be used in bash functions of recipes.
2# They are intended to map one to one in intention and output format with the 6# They are intended to map one to one in intention and output format with the
3# python recipe logging functions of a similar naming convention: bb.plain(), 7# python recipe logging functions of a similar naming convention: bb.plain(),