Create the cli.gitignore mechanism to pass extra default cli options

Document that X11 mouse is not moving.

Convert x='' to x= on all scripts, and also fix case ;; indentations.

Add dummy value to QEMU's -trace enable= to prevent warning.

Expand built-in package choice rationale.
This commit is contained in:
Ciro Santilli
2018-03-30 15:05:51 +01:00
parent 9076c1d9bc
commit 5235854384
14 changed files with 165 additions and 66 deletions

4
configure vendored
View File

@@ -4,7 +4,7 @@ interactive_pkgs=libsdl2-dev
gem5=false
qemu=true
submodules='buildroot linux'
y=''
y=
while getopts gpqt OPT; do
case "$OPT" in
g)
@@ -17,7 +17,7 @@ while getopts gpqt OPT; do
qemu=false
;;
t)
interactive_pkgs=''
interactive_pkgs=
y='-y'
;;
esac