diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2014-02-15 16:28:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-17 15:36:27 +0000 |
commit | 704878ba025fda931be6accbb74cfdb14ffb55e9 (patch) | |
tree | 89a7e9c8e206564e5ef0eac6a9297ee6e26266a5 /meta/lib/oe/image.py | |
parent | 2e490f3b08176b20fe41c64cf17ecf3b5af61f39 (diff) | |
download | openembedded-core-704878ba025fda931be6accbb74cfdb14ffb55e9.tar.gz openembedded-core-704878ba025fda931be6accbb74cfdb14ffb55e9.tar.bz2 openembedded-core-704878ba025fda931be6accbb74cfdb14ffb55e9.zip |
bitbake-prserv-tool: make help text show .conf suffix
'export' will accept any output filename, but 'import' needs a '.conf'
suffix to work. Otherwise you'll get:
koen@beast:/build/v2013.12$ bitbake-prserv-tool import x.txt
ERROR: Traceback (most recent call last):
File "/build/v2013.12/sources/bitbake/lib/bb/cookerdata.py", line 162,
in wrapped
return func(fn, *args)
File "/build/v2013.12/sources/bitbake/lib/bb/cookerdata.py", line 172,
in parse_config_file
return bb.parse.handle(fn, data, include)
File "/build/v2013.12/sources/bitbake/lib/bb/parse/__init__.py", line
100, in handle
raise ParseError("not a BitBake file", fn)
ParseError: ParseError in x.txt: not a BitBake file
ERROR: Unable to parse x.txt: ParseError in x.txt: not a BitBake file
Importing from file x.txt failed!
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe/image.py')
0 files changed, 0 insertions, 0 deletions