Re: [Buildroot] [PATCH] configs/beaglev_defconfig: update linux-headers to 5.13.
From: Arnout Vandecappelle <hidden>
Date: 2021-08-25 20:20:32
On 25/08/2021 22:19, Arnout Vandecappelle wrote:
On 25/08/2021 21:20, Romain Naour wrote:quoted
The beaglev kernel is based on the 5.13 branch, update the expected linux-headers version to 5.13. Fixes: https://gitlab.com/kubu93/buildroot/-/jobs/1525740895Gah, this has been wrong eer since commit 9a1bd7cc1ce512672a5d76baa86c449e36137052 which I applied (and I didn't notice even though 5.13 is mentioned 3 times in that commit...) What I also don't understand is how nobody else noticed before, while there have been 3 other commits to that defconfig and this still wasn't noticed... Drew, I guess you do your tests with an external toolchain rather than with the actual defconfig?
Forgot to mention: Applied to master, thanks. Regards, Arnout
Regards, Arnoutquoted
Signed-off-by: Romain Naour <redacted> --- configs/beaglev_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/configs/beaglev_defconfig b/configs/beaglev_defconfig index 82a6e9abc4..70459bf3e8 100644 --- a/configs/beaglev_defconfig +++ b/configs/beaglev_defconfig@@ -4,7 +4,7 @@ BR2_RISCV_ISA_CUSTOM_RVM=y BR2_RISCV_ISA_CUSTOM_RVF=y BR2_RISCV_ISA_CUSTOM_RVD=y BR2_RISCV_ISA_CUSTOM_RVC=y -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_12=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_13=y BR2_ROOTFS_POST_BUILD_SCRIPT="board/beaglev/post-build.sh" BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh" BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/beaglev/genimage.cfg"
_______________________________________________ buildroot mailing list buildroot@busybox.net http://lists.busybox.net/mailman/listinfo/buildroot