Skip to content

Commit 51593f3

Browse files
kalyazinroypat
authored andcommitted
chore(hiding_ci): rename patches dir to linux_patches
This is to keep Linux patches separate in case we need to store some other patches at some point. Signed-off-by: Nikita Kalyazin <kalyazin@amazon.com>
1 parent e451779 commit 51593f3

File tree

37 files changed

+1
-1
lines changed

37 files changed

+1
-1
lines changed

resources/hiding_ci/build_and_install_kernel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ update_boot_config() {
143143

144144
KERNEL_URL=$(cat kernel_url)
145145
KERNEL_COMMIT_HASH=$(cat kernel_commit_hash)
146-
KERNEL_PATCHES_DIR=$(pwd)/patches
146+
KERNEL_PATCHES_DIR=$(pwd)/linux_patches
147147
KERNEL_CONFIG_OVERRIDES=$(pwd)/kernel_config_overrides
148148

149149
TMP_BUILD_DIR=$(mktemp -d -t kernel-build-XXXX)

0 commit comments

Comments
 (0)