]> Git Repo - buildroot-mgba.git/commitdiff
boards/chromebook-elm: force checking hashes
authorYann E. MORIN <[email protected]>
Sun, 16 Jun 2024 14:10:43 +0000 (16:10 +0200)
committerArnout Vandecappelle <[email protected]>
Fri, 12 Jul 2024 07:21:02 +0000 (09:21 +0200)
Signed-off-by: Yann E. MORIN <[email protected]>
Cc: Bilal Wasim <[email protected]>
Signed-off-by: Arnout Vandecappelle <[email protected]>
board/chromebook/elm/patches/linux-headers/linux-headers.hash [new symlink]
board/chromebook/elm/patches/linux/linux.hash [new file with mode: 0644]
configs/chromebook_elm_defconfig

diff --git a/board/chromebook/elm/patches/linux-headers/linux-headers.hash b/board/chromebook/elm/patches/linux-headers/linux-headers.hash
new file mode 120000 (symlink)
index 0000000..5808d92
--- /dev/null
@@ -0,0 +1 @@
+../linux/linux.hash
\ No newline at end of file
diff --git a/board/chromebook/elm/patches/linux/linux.hash b/board/chromebook/elm/patches/linux/linux.hash
new file mode 100644 (file)
index 0000000..88aa603
--- /dev/null
@@ -0,0 +1,2 @@
+# Locally computed
+sha256  dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43  linux-5.10.tar.xz
index 827d92963148a220686b880d73a3ba164a498cbb..0e8b6287c3b03baf005ebdada2f28cb8a4f3181d 100644 (file)
@@ -35,3 +35,7 @@ BR2_PACKAGE_HOST_PARTED=y
 BR2_PACKAGE_HOST_UBOOT_TOOLS=y
 BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y
 BR2_PACKAGE_HOST_VBOOT_UTILS=y
+
+# Misc
+BR2_GLOBAL_PATCH_DIR="board/chromebook/elm/patches"
+BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
This page took 0.034302 seconds and 4 git commands to generate.