kernel: fix: when KERNEL_SKIP_MAKEFILE_VERSION=yes, use 1- prefix for artifact_version (eg odroidxu4)
This commit is contained in:
parent
9de2ccdbdf
commit
83eff4aa3c
@ -173,7 +173,7 @@ function artifact_kernel_prepare_version() {
|
||||
|
||||
# outer scope
|
||||
if [[ "${KERNEL_SKIP_MAKEFILE_VERSION:-"no"}" == "yes" ]]; then
|
||||
artifact_version="${common_version_suffix}"
|
||||
artifact_version="1-${common_version_suffix}" # "1-" prefix, since we need to start with a digit
|
||||
else
|
||||
artifact_version="${GIT_INFO_KERNEL[MAKEFILE_VERSION]}-${common_version_suffix}"
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user