siemens / kas

Setup tool for bitbake based projects
MIT License
382 stars 152 forks source link

Support the runqemu command #4

Closed deinok closed 6 years ago

jan-kiszka commented 6 years ago

Please describe in more details the additional use case you see, and ideally do this on the mailing list (kas-devel@googlegroups.com).

deinok commented 6 years ago

Like the build plugin more or less wraps the bitbake command, create a plugin to wrap the runqemu command.

Ex: kas runqemu kas.yml ensures that the build is updated an then it bootstrap the qemu with the image generated from the build.

jan-kiszka commented 6 years ago

What would be the added value to something like kas shell -c runqemu kas.yml?

deinok commented 6 years ago

Didn't know that this can be done. It would be great to have a bit more documentation with this kind of things :)