Makefile: allow to override fakemachine options#327
Conversation
Test jobs for commit 69154c1 |
lool
left a comment
There was a problem hiding this comment.
This duplicates autodetection logic in debos to select kvm automatically.
This also creates a mirror copy of very specific debos options in the Makefile (fakemachine is a very debos thing), which can also be passed as EXTRA_DEBOS_OPTIONS = --disable-fakemachine
So I really don't like this idea; -1 for me (sorry!)
Also, I don't think running debos without fakemachine is recommended, both for impact on the host and for reproducibility of the images, so I don't want to promote this practice either.
69154c1 to
816f039
Compare
|
As explained in #326 passing the |
Test jobs for commit 816f039 |
lool
left a comment
There was a problem hiding this comment.
Please update the PR description before merging
|
Could you rebase? |
Closes: qualcomm-linux#326 Signed-off-by: Agathe Porte <agathe.porte@oss.qualcomm.com>
816f039 to
60486e9
Compare
|
Updated description and rebased on top of main. |
Test jobs for commit 60486e9 |
Allow to override fakemachine opts manually when needed.
Closes: #326