Message ID | 20250819181451.3012126-2-michael@amarulasolutions.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
Hello Michael, Thanks for the quick turn around with the patches. On Tue, 19 Aug 2025 20:14:46 +0200 Michael Trimarchi <michael@amarulasolutions.com> wrote: > diff --git a/linux/linux.hash b/linux/linux.hash > index f5e2d663d1..599d2bc6b3 100644 > --- a/linux/linux.hash > +++ b/linux/linux.hash > @@ -1,4 +1,6 @@ > # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc > +sha256 4a168aed2de5a81aadd90ba2b153860a98d99bfc34651936e17f18e54f01ba8c linux-6.12.36.tar.xz > + Unfortunately, this is not how it works. Each defconfig should have its own set of hash files. Check out: board/freescale/imx8mqevk/patches/uboot/uboot.hash board/freescale/imx8mqevk/patches/linux/linux.hash board/freescale/imx8mqevk/patches/linux-headers/linux-headers.hash and: BR2_GLOBAL_PATCH_DIR="board/freescale/imx8mqevk/patches" Best regards, Thomas
Hi Thomas On Tue, Aug 19, 2025 at 10:24 PM Thomas Petazzoni < thomas.petazzoni@bootlin.com> wrote: > Hello Michael, > > Thanks for the quick turn around with the patches. > > On Tue, 19 Aug 2025 20:14:46 +0200 > Michael Trimarchi <michael@amarulasolutions.com> wrote: > > > diff --git a/linux/linux.hash b/linux/linux.hash > > index f5e2d663d1..599d2bc6b3 100644 > > --- a/linux/linux.hash > > +++ b/linux/linux.hash > > @@ -1,4 +1,6 @@ > > # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc > > +sha256 > 4a168aed2de5a81aadd90ba2b153860a98d99bfc34651936e17f18e54f01ba8c > linux-6.12.36.tar.xz > > + > > Unfortunately, this is not how it works. Each defconfig should have its > own set of hash files. Check out: > > board/freescale/imx8mqevk/patches/uboot/uboot.hash > board/freescale/imx8mqevk/patches/linux/linux.hash > board/freescale/imx8mqevk/patches/linux-headers/linux-headers.hash > > The quick round was really helpful, so I need to respin only one time after get all the tested-by Michael > and: > > BR2_GLOBAL_PATCH_DIR="board/freescale/imx8mqevk/patches" > > Best regards, > > Thomas > -- > Thomas Petazzoni, co-owner and CEO, Bootlin > Embedded Linux and Kernel engineering and training > https://bootlin.com >
diff --git a/linux/linux.hash b/linux/linux.hash index f5e2d663d1..599d2bc6b3 100644 --- a/linux/linux.hash +++ b/linux/linux.hash @@ -1,4 +1,6 @@ # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc +sha256 4a168aed2de5a81aadd90ba2b153860a98d99bfc34651936e17f18e54f01ba8c linux-6.12.36.tar.xz + sha256 1a4be2fe6b5246aa4ac8987a8a4af34c42a8dd7d08b46ab48516bcc1befbcd83 linux-6.16.tar.xz sha256 e94f3af85492302f7a819441458f80bca0ad9912e5a4c83c699ff3c63c52957d linux-6.15.9.tar.xz sha256 6b19a3ae99423de2416964d67251d745910277af258b4c4c63e88fd87dbf0e27 linux-6.12.41.tar.xz
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> --- linux/linux.hash | 2 ++ 1 file changed, 2 insertions(+)