All of lore.kernel.org
 help / color / mirror / Atom feed
From: julien.boibessot@armadeus.com
To: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Romain Naour <romain.naour@smile.fr>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/3] configs/armadeus_apf27: add hashes for Linux/U-Boot
Date: Sun, 05 May 2024 22:07:36 +0200	[thread overview]
Message-ID: <dc60d28929a40047698d678e756c2dd4@armadeus.com> (raw)
In-Reply-To: <ZjdFdee2PdlJ22gq@landeda>

Yann,

Le 2024-05-05 10:38, Yann E. MORIN a écrit :
> Julien, All,
> 
> On 2024-05-03 17:48 +0200, Julien BOIBESSOT spake thusly:
>> And enable BR2_DOWNLOAD_FORCE_CHECK_HASHES. As asked By Romain.
> 
>     $ ./utils/docker-run make check-package
>     configs/armadeus_apf27_defconfig:0: lib_defconfig.ForceCheckHash
> was expected to fail, did you fix the file and forget to update
> .checkpackageignore?
>     configs/armadeus_apf28_defconfig:0: lib_defconfig.ForceCheckHash
> was expected to fail, did you fix the file and forget to update
> .checkpackageignore?
>     configs/armadeus_apf51_defconfig:0: lib_defconfig.ForceCheckHash
> was expected to fail, did you fix the file and forget to update
> .checkpackageignore?
> 
> I've fixed that in each corresponding patch.
> 

Thanks for the fix ! I also saw the messages when running "make 
check-package" but didn't know if it was my job or not to fix 
.checkpackageignore file.
Is there any documentation on what I was supposed to do ?

Best regards,

Julien

> Series applied to master, thanks.
> 
> Regards,
> Yann E. MORIN.
> 
>> Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com>
>> ---
>>  board/armadeus/patches/linux-headers/linux-headers.hash | 1 +
>>  board/armadeus/patches/linux/linux.hash                 | 2 ++
>>  board/armadeus/patches/uboot/uboot.hash                 | 2 ++
>>  configs/armadeus_apf27_defconfig                        | 4 ++++
>>  4 files changed, 9 insertions(+)
>>  create mode 120000 
>> board/armadeus/patches/linux-headers/linux-headers.hash
>>  create mode 100644 board/armadeus/patches/linux/linux.hash
>>  create mode 100644 board/armadeus/patches/uboot/uboot.hash
>> 
>> diff --git a/board/armadeus/patches/linux-headers/linux-headers.hash 
>> b/board/armadeus/patches/linux-headers/linux-headers.hash
>> new file mode 120000
>> index 0000000000..5808d92afe
>> --- /dev/null
>> +++ b/board/armadeus/patches/linux-headers/linux-headers.hash
>> @@ -0,0 +1 @@
>> +../linux/linux.hash
>> \ No newline at end of file
>> diff --git a/board/armadeus/patches/linux/linux.hash 
>> b/board/armadeus/patches/linux/linux.hash
>> new file mode 100644
>> index 0000000000..804920c10d
>> --- /dev/null
>> +++ b/board/armadeus/patches/linux/linux.hash
>> @@ -0,0 +1,2 @@
>> +# Locally calculated
>> +sha256  
>> 879ca159c34ea9d3a6775f292cc59c2d3931d57dca00f0bebe2675ea0c82c6a9  
>> linux-5.10.215.tar.xz
>> diff --git a/board/armadeus/patches/uboot/uboot.hash 
>> b/board/armadeus/patches/uboot/uboot.hash
>> new file mode 100644
>> index 0000000000..777e0adab2
>> --- /dev/null
>> +++ b/board/armadeus/patches/uboot/uboot.hash
>> @@ -0,0 +1,2 @@
>> +# Locally computed
>> +sha256  
>> 839bf23cfe8ce613a77e583a60375179d0ad324e92c82fbdd07bebf0fd142268  
>> u-boot-2018.09.tar.bz2
>> diff --git a/configs/armadeus_apf27_defconfig 
>> b/configs/armadeus_apf27_defconfig
>> index a87d319729..782587e410 100644
>> --- a/configs/armadeus_apf27_defconfig
>> +++ b/configs/armadeus_apf27_defconfig
>> @@ -5,6 +5,10 @@ BR2_arm926t=y
>>  # Linux headers same as kernel, a 5.10 series
>>  BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
>> 
>> +# Build
>> +BR2_GLOBAL_PATCH_DIR="board/armadeus/patches"
>> +BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
>> +
>>  # System
>>  BR2_TARGET_GENERIC_HOSTNAME="apf27"
>>  BR2_TARGET_GENERIC_ISSUE="Welcome to Armadeus development platform !"
>> --
>> 2.25.1
>> 
>> _______________________________________________
>> buildroot mailing list
>> buildroot@buildroot.org
>> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2024-05-05 20:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-03 15:48 [Buildroot] [PATCH 1/3] configs/armadeus_apf27: add hashes for Linux/U-Boot Julien BOIBESSOT
2024-05-03 15:48 ` [Buildroot] [PATCH 2/3] configs/armadeus_apf28: activates BR2_DOWNLOAD_FORCE_CHECK_HASHES Julien BOIBESSOT
2024-05-03 15:48 ` [Buildroot] [PATCH 3/3] configs/armadeus_apf51: " Julien BOIBESSOT
2024-05-05  8:38 ` [Buildroot] [PATCH 1/3] configs/armadeus_apf27: add hashes for Linux/U-Boot Yann E. MORIN
2024-05-05 20:07   ` julien.boibessot [this message]
2024-05-05 20:40     ` Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dc60d28929a40047698d678e756c2dd4@armadeus.com \
    --to=julien.boibessot@armadeus.com \
    --cc=buildroot@buildroot.org \
    --cc=romain.naour@smile.fr \
    --cc=yann.morin.1998@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.