diff options
Diffstat (limited to 'bitbake/lib/bb/command.py')
| -rw-r--r-- | bitbake/lib/bb/command.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py index d597d1d39b..2f37938cee 100644 --- a/bitbake/lib/bb/command.py +++ b/bitbake/lib/bb/command.py | |||
| @@ -251,6 +251,16 @@ class CommandsAsync: | |||
| 251 | command.finishAsyncCommand() | 251 | command.finishAsyncCommand() |
| 252 | findConfigFiles.needcache = True | 252 | findConfigFiles.needcache = True |
| 253 | 253 | ||
| 254 | def findConfigFilePath(self, command, params): | ||
| 255 | """ | ||
| 256 | Find the path of the requested configuration file | ||
| 257 | """ | ||
| 258 | configfile = params[0] | ||
| 259 | |||
| 260 | command.cooker.findConfigFilePath(configfile) | ||
| 261 | command.finishAsyncCommand() | ||
| 262 | findConfigFilePath.needcache = False | ||
| 263 | |||
| 254 | def showVersions(self, command, params): | 264 | def showVersions(self, command, params): |
| 255 | """ | 265 | """ |
| 256 | Show the currently selected versions | 266 | Show the currently selected versions |
