Paul Barker 677c469fb5 build: Allow extra bitbake arguments to be passed
This allows the `kas build` command to be used when you need to pass
extra arguments to bitbake.

A `--` separator is needed when passing arguments which begin with a
dash so that argparse doesn't try to parse them as kas further
arguments.

For example, to pass `--skip-setscene` to bitbake:

    kas build config.yml -- --skip-setscene

Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2020-05-19 12:08:00 +02:00
..
2020-05-19 08:03:26 +02:00
2018-12-07 09:55:26 +01:00
2020-05-19 12:02:50 +02:00
2020-05-19 07:53:02 +02:00
2020-05-19 12:05:37 +02:00