cli-patch: don't ask about desktop/server builds during patch rewrite/to-git
- add to-do for real fix later
This commit is contained in:
parent
dc8c46c27e
commit
b3fb316346
@ -31,8 +31,9 @@ function cli_patch_kernel_run() {
|
||||
declare -g FAST_ARCHEOLOGY=yes # do archeology, but only for the exact path we need.
|
||||
declare -g KERNEL_CONFIGURE=no # no menuconfig
|
||||
declare -g RELEASE="${RELEASE:-"jammy"}" # or whatever, not relevant, just fool the configuration
|
||||
declare -g BUILD_DESKTOP="no" # config would ask for this otherwise, just fool the configuration
|
||||
|
||||
# initialize the config
|
||||
# initialize the config # @TODO: rpardini: switch this to prep_conf_main_minimal_ni()
|
||||
prep_conf_main_build_single
|
||||
|
||||
# <prepare the git sha1>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user