summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/cooker.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index 7cf43a04ae..b0ddb2e112 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -906,6 +906,10 @@ class BBCooker:
906 Build the file matching regexp buildfile 906 Build the file matching regexp buildfile
907 """ 907 """
908 908
909 # Too many people use -b because they think it's how you normally
910 # specify a target to be built, so show a warning
911 bb.warn("Buildfile specified, dependencies will not be handled. If this is not what you want, do not use -b / --buildfile.")
912
909 # Parse the configuration here. We need to do it explicitly here since 913 # Parse the configuration here. We need to do it explicitly here since
910 # buildFile() doesn't use the cache 914 # buildFile() doesn't use the cache
911 self.parseConfiguration() 915 self.parseConfiguration()