From 80d5695b8010c723f55f5a91017d397609255df6 Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Wed, 26 Nov 2025 16:45:24 +0100 Subject: [PATCH 1/2] Update net::ethtool to version 6.15 And use different host for download. This fixes the following error: --- recipes/net/ethtool.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/net/ethtool.yaml b/recipes/net/ethtool.yaml index c282808c..d0aefaf6 100644 --- a/recipes/net/ethtool.yaml +++ b/recipes/net/ethtool.yaml @@ -1,13 +1,13 @@ inherit: [autoconf, autotools] metaEnvironment: - PKG_VERSION: "6.10" + PKG_VERSION: "6.15" PKG_LICENSE: "GPL-2.0-only" checkoutSCM: scm: url - url: https://ftp.ntu.edu.tw/pub/software/network/ethtool/ethtool-${PKG_VERSION}.tar.xz - digestSHA256: cc613fe8a2bcddee17a1e6e0d763c0f3ea33c7e930658d2d7f601aa65e426a1f + url: https://www.kernel.org/pub/software/network/ethtool/ethtool-${PKG_VERSION}.tar.xz + digestSHA256: 9477c365114d910120aaec5336a1d16196c833d8486f7c6da67bedef57880ade stripComponents: 1 depends: From 485b53f00f2094cecbdf8c92d07836284e4e7e66 Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Wed, 26 Nov 2025 16:47:03 +0100 Subject: [PATCH 2/2] Fix bsp::grub2 build with GRUB2_BOOTSTRAP enabled Fixup for commit 18fea143d894. --- recipes/bsp/grub2.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/bsp/grub2.yaml b/recipes/bsp/grub2.yaml index fc696e6a..fda1ed50 100644 --- a/recipes/bsp/grub2.yaml +++ b/recipes/bsp/grub2.yaml @@ -39,6 +39,8 @@ depends: target-toolchain: host-compat-toolchain checkoutTools: + - name: autotools + if: "$(eq,${GRUB2_BOOTSTRAP:-0},1)" - name: gettext if: "$(eq,${GRUB2_BOOTSTRAP:-0},1)" - name: python3