diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/cooker.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 938bdeaaea..bf174859cb 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -832,7 +832,8 @@ class BBCooker: | |||
832 | files = self.get_bbfiles() | 832 | files = self.get_bbfiles() |
833 | 833 | ||
834 | if not len(files): | 834 | if not len(files): |
835 | bb.msg.error(bb.msg.domain.Collection, "no files to build.") | 835 | bb.msg.error(bb.msg.domain.Collection, "no recipe files to build, check your BBPATH and BBFILES?") |
836 | bb.event.fire(CookerExit(), self.configuration.event_data) | ||
836 | 837 | ||
837 | newfiles = [] | 838 | newfiles = [] |
838 | for f in files: | 839 | for f in files: |