Angelos Evripiotis pushed to branch master at BuildStream / buildstream
Commits:
-
951a8df1
by Angelos Evripiotis at 2019-01-18T18:02:22Z
-
9911023f
by Angelos Evripiotis at 2019-01-18T18:56:21Z
1 changed file:
Changes:
... | ... | @@ -554,6 +554,12 @@ def shell(app, element, sysroot, mount, isolate, build_, cli_buildtree, command) |
554 | 554 |
element, assuming it has already been built and all required
|
555 | 555 |
artifacts are in the local cache.
|
556 | 556 |
|
557 |
+ Use '--' to separate a command from the options to bst,
|
|
558 |
+ otherwise bst may respond to them instead. e.g.
|
|
559 |
+ |
|
560 |
+ \b
|
|
561 |
+ bst shell example.bst -- df -h
|
|
562 |
+ |
|
557 | 563 |
Use the --build option to create a temporary sysroot for
|
558 | 564 |
building the element instead.
|
559 | 565 |
|