diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2022-04-05 14:13:34 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-04-06 17:14:45 +0200 |
| commit | 4b123ad18ec48ee662dfb0aa6f2bc00c6d4e4635 (patch) | |
| tree | 4139330cd0493a21438be1d6293d54765bc6f237 /tools/create-buildroot-image.sh | |
| parent | ade05eecd03ec2f0116f83f3b5fb33c902059932 (diff) | |
tools: relax Linux requirements for arm64 images
Require Linux >= 5.10 instead of 5.15.
Diffstat (limited to 'tools/create-buildroot-image.sh')
| -rwxr-xr-x | tools/create-buildroot-image.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/create-buildroot-image.sh b/tools/create-buildroot-image.sh index 07c763da6..f1ec346c7 100755 --- a/tools/create-buildroot-image.sh +++ b/tools/create-buildroot-image.sh @@ -120,6 +120,8 @@ BR2_cortex_a57=y BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y BR2_LINUX_KERNEL_IMAGEGZ=y BR2_LINUX_KERNEL_GZIP=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10" BR2_ROOTFS_POST_IMAGE_SCRIPT="board/aarch64-efi/post-image.sh ./post_image_script.sh support/scripts/genimage.sh" BR2_ROOTFS_POST_SCRIPT_ARGS="-c ./custom-genimage-efi.cfg" EOF |
