packaging: Remove kernel config repo variable as it is unused

This PR removes the kernel config repo variable at the build kernel
script as it is not used.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2024-10-28 16:25:02 +00:00
parent e675e233be
commit 69ee287e50
2 changed files with 1 additions and 4 deletions

View File

@ -21,9 +21,6 @@ GOPATH="${GOPATH%%:*}"
kernel_version=""
# Flag know if need to download the kernel source
download_kernel=false
# The repository where kernel configuration lives
readonly kernel_config_repo="github.com/${project_name}/kata-containers/tools/packaging"
readonly patches_repo="github.com/${project_name}/kata-containers/tools/packaging"
# Default path to search patches to apply to kernel
readonly default_patches_dir="${script_dir}/patches"
# Default path to search config for kata

View File

@ -1 +1 @@
137
138