From: Bryan Brattlof via buildroot <buildroot@buildroot.org>
To: <buildroot@buildroot.org>
Cc: Bryan Brattlof <bb@ti.com>
Subject: [Buildroot] [PATCH] configs/ti_am62ax_sk_defconfig: add linux-headers version
Date: Wed, 9 Oct 2024 17:02:01 -0500 [thread overview]
Message-ID: <20241009-am62ax-linux-headers-fix-v1-1-d46a03ce66bc@ti.com> (raw)
When bumping the Linux kernel version I inadvertently removed the pinned
linux-headers version from the defconfig which can break the build if
the default kernel version is not v6.10. Pin linux-headers to the
current am62ax-sk kernel version.
Signed-off-by: Bryan Brattlof <bb@ti.com>
---
configs/ti_am62ax_sk_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/ti_am62ax_sk_defconfig b/configs/ti_am62ax_sk_defconfig
index 77aa4a88e8ccd..1144577942b86 100644
--- a/configs/ti_am62ax_sk_defconfig
+++ b/configs/ti_am62ax_sk_defconfig
@@ -1,4 +1,5 @@
BR2_aarch64=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_10=y
BR2_GLOBAL_PATCH_DIR="board/ti/am62ax-sk/patches"
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
BR2_ROOTFS_POST_BUILD_SCRIPT="board/ti/common/am6xx/post-build.sh"
---
base-commit: 449d72426bf78c744b8aa0aaec029ba926c70337
change-id: 20241009-am62ax-linux-headers-fix-33fe60a37f17
Best regards,
--
Bryan Brattlof <bb@ti.com>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2024-10-09 22:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-09 22:02 Bryan Brattlof via buildroot [this message]
2024-10-28 21:38 ` [Buildroot] [PATCH] configs/ti_am62ax_sk_defconfig: add linux-headers version Thomas Petazzoni via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241009-am62ax-linux-headers-fix-v1-1-d46a03ce66bc@ti.com \
--to=buildroot@buildroot.org \
--cc=bb@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.