From 81246ed59215b8f62800cfb20d8b71d8e528c0ec Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 20 Jul 2017 16:48:07 +0200 Subject: [PATCH] classes/staging: change fixme debug message from note to debug These messages were added for debugging during the recipe specific sysroot work. They may still be useful but they don't need to be notes - if they are they show up in recipetool / devtool output when fetching source. (From OE-Core rev: a0e93d5c5dcf59d1898a3db727a5ab2d75e3d20e) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie (cherry picked from commit bc1a4af950a2600028d89b7dcb4ff8f409b52739) Signed-off-by: Armin Kuster --- meta/classes/staging.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index 9c2679406b..a0b74a2258 100644 --- a/meta/classes/staging.bbclass +++ b/meta/classes/staging.bbclass @@ -252,7 +252,7 @@ def staging_processfixme(fixme, target, recipesysroot, recipesysrootnative, d): for fixmevar in ['COMPONENTS_DIR', 'HOSTTOOLS_DIR', 'PKGDATA_DIR']: fixme_path = d.getVar(fixmevar) cmd += " -e 's:FIXME_%s:%s:g'" % (fixmevar, fixme_path) - bb.note(cmd) + bb.debug(2, cmd) subprocess.check_output(cmd, shell=True) -- 2.40.1