All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Cc: linux-amarula@amarulasolutions.com,
	Lothar Felten <lothar.felten@gmail.com>,
	buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 3/5] configs/beaglebone_qt5: move patches to qt5 subfolder
Date: Tue, 30 Jul 2024 23:45:53 +0200	[thread overview]
Message-ID: <20240730234553.03617a8b@windsurf> (raw)
In-Reply-To: <20240720201659.2253736-3-dario.binacchi@amarulasolutions.com>

On Sat, 20 Jul 2024 22:16:57 +0200
Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:

> Compared to the beaglebone_defconfig, updating the Linux kernel is more
> tricky because it may also involve updating the ti-sgx-{km,um} packages.
> Therefore, it is unlikely that the two configurations can share the same
> software versions for the Linux kernel, and consequently a single path
> for the patches. For this reason, and with the foresight of adding the
> hash files for the beaglebone_defconfig as well, the hash files and patches
> are moved to the qt5 subdirectory. This way, future conflicts in managing
> the patches for the two configurations (i.e., beaglebone[_qt5]_defconfig)
> are avoided.
> 
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
>  .checkpackageignore                                             | 2 +-
>  .../{ => qt5}/patches/linux-headers/linux-headers.hash          | 0
>  .../patches/linux/0001-keep-jtag-clock-alive-for-debugger.patch | 0
>  ...2-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch | 0
>  ...03-ata-ahci-Match-EM_MAX_SLOTS-with-SATA_PMP_MAX_PORTS.patch | 0
>  .../linux/0004-ata-ahci-fix-enum-constants-for-gcc-13.patch     | 0
>  board/beagleboard/beaglebone/{ => qt5}/patches/linux/linux.hash | 0
>  board/beagleboard/beaglebone/{ => qt5}/patches/uboot/uboot.hash | 0
>  configs/beaglebone_qt5_defconfig                                | 2 +-
>  9 files changed, 2 insertions(+), 2 deletions(-)
>  rename board/beagleboard/beaglebone/{ => qt5}/patches/linux-headers/linux-headers.hash (100%)
>  rename board/beagleboard/beaglebone/{ => qt5}/patches/linux/0001-keep-jtag-clock-alive-for-debugger.patch (100%)
>  rename board/beagleboard/beaglebone/{ => qt5}/patches/linux/0002-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch (100%)
>  rename board/beagleboard/beaglebone/{ => qt5}/patches/linux/0003-ata-ahci-Match-EM_MAX_SLOTS-with-SATA_PMP_MAX_PORTS.patch (100%)
>  rename board/beagleboard/beaglebone/{ => qt5}/patches/linux/0004-ata-ahci-fix-enum-constants-for-gcc-13.patch (100%)
>  rename board/beagleboard/beaglebone/{ => qt5}/patches/linux/linux.hash (100%)
>  rename board/beagleboard/beaglebone/{ => qt5}/patches/uboot/uboot.hash (100%)

I was not truly convinced by putting the patches in
board/beagleboard/beaglebone/qt5/patches, so instead I moved them into
board/beagleboard/beaglebone-qt5/patches/, a bit as if it was a
different board. I am also not 100% convinced, but I find this slightly
less confusing. Applied with this change. Thanks!

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

  reply	other threads:[~2024-07-30 21:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-20 20:16 [Buildroot] [PATCH 1/5] configs/beaglebone_qt5: bump U-Boot to 2024.07 Dario Binacchi
2024-07-20 20:16 ` [Buildroot] [PATCH 2/5] configs/beaglebone_qt5: drop U-Boot tools Dario Binacchi
2024-07-30 21:20   ` Thomas Petazzoni via buildroot
2024-07-20 20:16 ` [Buildroot] [PATCH 3/5] configs/beaglebone_qt5: move patches to qt5 subfolder Dario Binacchi
2024-07-30 21:45   ` Thomas Petazzoni via buildroot [this message]
2024-07-20 20:16 ` [Buildroot] [PATCH 4/5] configs/beaglebone_defconfig: add hashes for Linux/headers/U-Boot Dario Binacchi
2024-07-30 21:45   ` Thomas Petazzoni via buildroot
2024-07-20 20:16 ` [Buildroot] [PATCH 5/5] configs/beaglebone: bump Linux to 6.6.32-ti-rt-arm32-r7 and U-Boot to 2024.07 Dario Binacchi
2024-07-30 21:46   ` Thomas Petazzoni via buildroot
2024-07-30 21:20 ` [Buildroot] [PATCH 1/5] configs/beaglebone_qt5: bump " Thomas Petazzoni via buildroot

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=20240730234553.03617a8b@windsurf \
    --to=buildroot@buildroot.org \
    --cc=dario.binacchi@amarulasolutions.com \
    --cc=linux-amarula@amarulasolutions.com \
    --cc=lothar.felten@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.