All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/1] configs/zynq_*: move hashes
@ 2024-06-03 12:47 Neal Frager via buildroot
  2024-06-03 16:23 ` Luca Ceresoli via buildroot
  2024-06-06  8:48 ` Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Neal Frager via buildroot @ 2024-06-03 12:47 UTC (permalink / raw)
  To: buildroot
  Cc: martin.chabot, brandon.maier, ju.o, juju, michal.simek,
	thomas.petazzoni, Neal Frager, luca.ceresoli

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.

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH v1 1/1] configs/zynq_*: move hashes
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Luca Ceresoli via buildroot @ 2024-06-03 16:23 UTC (permalink / raw)
  To: Neal Frager
  Cc: martin.chabot, michal.simek, brandon.maier, ju.o, juju,
	thomas.petazzoni, buildroot

On Mon, 3 Jun 2024 13:47:37 +0100
Neal Frager <neal.frager@amd.com> wrote:

> 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.
> 
> Signed-off-by: Neal Frager <neal.frager@amd.com>

Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH v1 1/1] configs/zynq_*: move hashes
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2024-06-06  8:48 UTC (permalink / raw)
  To: Neal Frager
  Cc: martin.chabot, luca.ceresoli, brandon.maier, ju.o, juju,
	thomas.petazzoni, buildroot, michal.simek

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-06  8:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.