All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Neal Frager <neal.frager@amd.com>
Cc: martin.chabot@gmail.com, luca.ceresoli@bootlin.com,
	brandon.maier@collins.com, ju.o@free.fr, juju@cotds.org,
	thomas.petazzoni@bootlin.com, buildroot@buildroot.org,
	michal.simek@amd.com
Subject: Re: [Buildroot] [PATCH v1 1/1] configs/zynq_*: move hashes
Date: Thu, 6 Jun 2024 10:48:13 +0200	[thread overview]
Message-ID: <ZmF3zYMOyfnuBKF_@landeda> (raw)
In-Reply-To: <20240603124737.222442-1-neal.frager@amd.com>

Neal, All,

On 2024-06-03 13:47 +0100, Neal Frager via buildroot spake thusly:
> This patch moves the linux and uboot hashes from 'board/zynq/patches' to
> 'board/xilinx/patches'.  The reason for this is that all of the Xilinx boards
> including zynq, zynqmp and versal will be using the same linux and uboot repo.
> By putting the hashes in 'board/xilinx/patches', the same hashes can be shared
> amongst all of the Xilinx boards.

Yes, this is a good move.

> Signed-off-by: Neal Frager <neal.frager@amd.com>

Applied to next, thanks.

Regards,
Yann E. MORIN.

> ---
>  board/{zynq => xilinx}/patches/linux-headers/linux-headers.hash | 0
>  board/{zynq => xilinx}/patches/linux/linux.hash                 | 0
>  board/{zynq => xilinx}/patches/uboot/uboot.hash                 | 0
>  configs/zynq_microzed_defconfig                                 | 2 +-
>  configs/zynq_zc702_defconfig                                    | 2 +-
>  configs/zynq_zc706_defconfig                                    | 2 +-
>  configs/zynq_zed_defconfig                                      | 2 +-
>  7 files changed, 4 insertions(+), 4 deletions(-)
>  rename board/{zynq => xilinx}/patches/linux-headers/linux-headers.hash (100%)
>  rename board/{zynq => xilinx}/patches/linux/linux.hash (100%)
>  rename board/{zynq => xilinx}/patches/uboot/uboot.hash (100%)
> 
> diff --git a/board/zynq/patches/linux-headers/linux-headers.hash b/board/xilinx/patches/linux-headers/linux-headers.hash
> similarity index 100%
> rename from board/zynq/patches/linux-headers/linux-headers.hash
> rename to board/xilinx/patches/linux-headers/linux-headers.hash
> diff --git a/board/zynq/patches/linux/linux.hash b/board/xilinx/patches/linux/linux.hash
> similarity index 100%
> rename from board/zynq/patches/linux/linux.hash
> rename to board/xilinx/patches/linux/linux.hash
> diff --git a/board/zynq/patches/uboot/uboot.hash b/board/xilinx/patches/uboot/uboot.hash
> similarity index 100%
> rename from board/zynq/patches/uboot/uboot.hash
> rename to board/xilinx/patches/uboot/uboot.hash
> diff --git a/configs/zynq_microzed_defconfig b/configs/zynq_microzed_defconfig
> index c6ca5a6244..f955a0c4ad 100644
> --- a/configs/zynq_microzed_defconfig
> +++ b/configs/zynq_microzed_defconfig
> @@ -3,7 +3,7 @@ BR2_cortex_a9=y
>  BR2_ARM_ENABLE_NEON=y
>  BR2_ARM_ENABLE_VFP=y
>  BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
> -BR2_GLOBAL_PATCH_DIR="board/zynq/patches"
> +BR2_GLOBAL_PATCH_DIR="board/xilinx/patches"
>  BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
>  BR2_ROOTFS_POST_BUILD_SCRIPT="board/zynq/post-build.sh"
>  BR2_ROOTFS_POST_IMAGE_SCRIPT="board/zynq/post-image.sh"
> diff --git a/configs/zynq_zc702_defconfig b/configs/zynq_zc702_defconfig
> index 9e37678d9b..75ebc2a3ba 100644
> --- a/configs/zynq_zc702_defconfig
> +++ b/configs/zynq_zc702_defconfig
> @@ -3,7 +3,7 @@ BR2_cortex_a9=y
>  BR2_ARM_ENABLE_NEON=y
>  BR2_ARM_ENABLE_VFP=y
>  BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
> -BR2_GLOBAL_PATCH_DIR="board/zynq/patches"
> +BR2_GLOBAL_PATCH_DIR="board/xilinx/patches"
>  BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
>  BR2_ROOTFS_POST_BUILD_SCRIPT="board/zynq/post-build.sh"
>  BR2_ROOTFS_POST_IMAGE_SCRIPT="board/zynq/post-image.sh"
> diff --git a/configs/zynq_zc706_defconfig b/configs/zynq_zc706_defconfig
> index 9ccf23f6e1..ce539eefaf 100644
> --- a/configs/zynq_zc706_defconfig
> +++ b/configs/zynq_zc706_defconfig
> @@ -3,7 +3,7 @@ BR2_cortex_a9=y
>  BR2_ARM_ENABLE_NEON=y
>  BR2_ARM_ENABLE_VFP=y
>  BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
> -BR2_GLOBAL_PATCH_DIR="board/zynq/patches"
> +BR2_GLOBAL_PATCH_DIR="board/xilinx/patches"
>  BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
>  BR2_ROOTFS_POST_BUILD_SCRIPT="board/zynq/post-build.sh"
>  BR2_ROOTFS_POST_IMAGE_SCRIPT="board/zynq/post-image.sh"
> diff --git a/configs/zynq_zed_defconfig b/configs/zynq_zed_defconfig
> index 95606caf5c..925faeac8e 100644
> --- a/configs/zynq_zed_defconfig
> +++ b/configs/zynq_zed_defconfig
> @@ -3,7 +3,7 @@ BR2_cortex_a9=y
>  BR2_ARM_ENABLE_NEON=y
>  BR2_ARM_ENABLE_VFP=y
>  BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
> -BR2_GLOBAL_PATCH_DIR="board/zynq/patches"
> +BR2_GLOBAL_PATCH_DIR="board/xilinx/patches"
>  BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
>  BR2_ROOTFS_POST_BUILD_SCRIPT="board/zynq/post-build.sh"
>  BR2_ROOTFS_POST_IMAGE_SCRIPT="board/zynq/post-image.sh"
> -- 
> 2.25.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      parent reply	other threads:[~2024-06-06  8:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-03 12:47 [Buildroot] [PATCH v1 1/1] configs/zynq_*: move hashes Neal Frager via buildroot
2024-06-03 16:23 ` Luca Ceresoli via buildroot
2024-06-06  8:48 ` Yann E. MORIN [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=ZmF3zYMOyfnuBKF_@landeda \
    --to=yann.morin.1998@free.fr \
    --cc=brandon.maier@collins.com \
    --cc=buildroot@buildroot.org \
    --cc=ju.o@free.fr \
    --cc=juju@cotds.org \
    --cc=luca.ceresoli@bootlin.com \
    --cc=martin.chabot@gmail.com \
    --cc=michal.simek@amd.com \
    --cc=neal.frager@amd.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.