mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-01 20:06:35 +00:00
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:
parent
e675e233be
commit
69ee287e50
@ -21,9 +21,6 @@ GOPATH="${GOPATH%%:*}"
|
|||||||
kernel_version=""
|
kernel_version=""
|
||||||
# Flag know if need to download the kernel source
|
# Flag know if need to download the kernel source
|
||||||
download_kernel=false
|
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
|
# Default path to search patches to apply to kernel
|
||||||
readonly default_patches_dir="${script_dir}/patches"
|
readonly default_patches_dir="${script_dir}/patches"
|
||||||
# Default path to search config for kata
|
# Default path to search config for kata
|
||||||
|
@ -1 +1 @@
|
|||||||
137
|
138
|
||||||
|
Loading…
Reference in New Issue
Block a user