artifact: kernel: use C999999 for .config hash is KERNEL_CONFIGURE=yes; force ignore cache if so

This commit is contained in:
Ricardo Pardini
2023-03-16 23:43:08 -03:00
committed by Igor Pečovnik
parent c8412c8791
commit 6d1c5fb8b7
3 changed files with 19 additions and 6 deletions

View File

@@ -167,10 +167,6 @@ function config_pre_main() {
SELECTED_CONFIGURATION="cli_minimal"
fi
# @TODO: remove this?
[[ ${KERNEL_CONFIGURE} == prebuilt ]] && [[ -z ${REPOSITORY_INSTALL} ]] &&
REPOSITORY_INSTALL="u-boot,kernel,bsp,armbian-zsh,armbian-config,armbian-bsp-cli,armbian-firmware${BUILD_DESKTOP:+,armbian-desktop,armbian-bsp-desktop}"
return 0 # shortcircuit above
}