diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-11 22:21:58 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-11 22:21:58 +1200 |
| commit | 59fea844590f92c8f6a8cbb91adb09bc79d83c0c (patch) | |
| tree | aa19038e11a4d90aebf117a2351cf863f0936de1 /meta-yerba/recipes-kernel | |
| parent | 1d635b165a6006f016cce4169ef9fae70acb653e (diff) | |
| download | yerbalinux-59fea844590f92c8f6a8cbb91adb09bc79d83c0c.tar.xz yerbalinux-59fea844590f92c8f6a8cbb91adb09bc79d83c0c.zip | |
Use the correct checksum
Diffstat (limited to 'meta-yerba/recipes-kernel')
| -rw-r--r-- | meta-yerba/recipes-kernel/linux/linux-yerba_7.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yerba/recipes-kernel/linux/linux-yerba_7.0.bb b/meta-yerba/recipes-kernel/linux/linux-yerba_7.0.bb index 943a7fd..cc8bf2c 100644 --- a/meta-yerba/recipes-kernel/linux/linux-yerba_7.0.bb +++ b/meta-yerba/recipes-kernel/linux/linux-yerba_7.0.bb @@ -16,7 +16,7 @@ LINUX_TARBALL = "https://cdn.kernel.org/pub/linux/kernel/${LINUX_RELEASE}/linux- SRC_URI = "${LINUX_TARBALL} \ file://defconfig" -SRC_URI[sha256sum] = "5WyDVt2gETamBBxu+DK9Dsmb0tNd/5eDKqXsEO0BQwQ=" +SRC_URI[sha256sum] = "e56c8356dda01136a6041c6ef832bd0ec99bd2d35dff97832aa5ec10ed014304" S = "${WORKDIR}/linux-${LINUX_VERSION}" |
