All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Dmitry Chestnykh <dm.chestnykh@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v3] configs/qemu_sparc_ss10_defconfig: Re-introduce.
Date: Tue, 7 May 2024 09:14:42 +0200	[thread overview]
Message-ID: <20240507091442.25a27b48@windsurf> (raw)
In-Reply-To: <20240507041548.382997-1-dm.chestnykh@gmail.com>

Hello Dmitry,

Thanks for this new iteration, which I have applied, after doing a few
changes, see below.

On Tue,  7 May 2024 07:15:48 +0300
Dmitry Chestnykh <dm.chestnykh@gmail.com> wrote:

> diff --git a/DEVELOPERS b/DEVELOPERS
> index 1c5ad1e42a..4bd6c58d4a 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -3343,3 +3343,7 @@ F:	package/quazip/
>  F:	package/shapelib/
>  F:	package/simple-mail/
>  F:	package/tinc/
> +
> +N:	Dmitry Chestnykh <dm.chestnykh@gmail.com>

This file is alphabetically sorted, by name of developers, so you
should have added this entry in the "right" place rather than at the
end of the file. I fixed that up.

> diff --git a/configs/qemu_sparc_ss10_defconfig b/configs/qemu_sparc_ss10_defconfig
> new file mode 100644
> index 0000000000..a8e3df9180
> --- /dev/null
> +++ b/configs/qemu_sparc_ss10_defconfig
> @@ -0,0 +1,28 @@
> +# Architecture
> +BR2_sparc=y
> +BR2_sparc_v8=y

We now require (since just a week or two) hashes of custom packages to
be checked as well, so I added:

+# Hashes
+BR2_GLOBAL_PATCH_DIR="board/qemu/sparc-ss10/patches"
+BR2_DOWNLOAD_FORCE_CHECK_HASHES=y

as well as a board/qemu/sparc-ss10/patches/linux/linux.hash which
contains the hash of the linux 6.8.6 tarball.

> +# Linux headers same as kernel
> +BR2_PACKAGE_HOST_LINUX_HEADERS_AS_KERNEL=y

This should have been:

+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_8=y

Again: patch applied with those fixes, thanks a lot for your
contribution!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-07  4:15 [Buildroot] [PATCH v3] configs/qemu_sparc_ss10_defconfig: Re-introduce Dmitry Chestnykh
2024-05-07  7:14 ` Thomas Petazzoni via buildroot [this message]

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=20240507091442.25a27b48@windsurf \
    --to=buildroot@buildroot.org \
    --cc=dm.chestnykh@gmail.com \
    --cc=thomas.petazzoni@bootlin.com \
    /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.