summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/sanity.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index 6ef5450ef8..575ce1569f 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -400,6 +400,7 @@ def check_sanity(sanity_data):
400 "Please check your layer.conf files and other BBPATH " \ 400 "Please check your layer.conf files and other BBPATH " \
401 "settings to remove the current working directory " \ 401 "settings to remove the current working directory " \
402 "references."); 402 "references.");
403 bb.warn("Parsed BBPATH is" + str(bbpaths));
403 404
404 if sanity_data.getVar('TARGET_ARCH', True) == "arm": 405 if sanity_data.getVar('TARGET_ARCH', True) == "arm":
405 # This path is no longer user-readable in modern (very recent) Linux 406 # This path is no longer user-readable in modern (very recent) Linux