All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/ti_am62ax_sk_defconfig: add linux-headers version
@ 2024-10-09 22:02 Bryan Brattlof via buildroot
  2024-10-28 21:38 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Bryan Brattlof via buildroot @ 2024-10-09 22:02 UTC (permalink / raw)
  To: buildroot; +Cc: Bryan Brattlof

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-28 21:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-09 22:02 [Buildroot] [PATCH] configs/ti_am62ax_sk_defconfig: add linux-headers version Bryan Brattlof via buildroot
2024-10-28 21:38 ` Thomas Petazzoni via buildroot

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.