All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/6] Fix gitlab CI build failure due to missing HOST_ dependencies
@ 2022-02-01 18:33 Giulio Benetti
  2022-02-01 18:33 ` [Buildroot] [PATCH 1/6] configs/bananapi_m2_ultra_defconfig: u-boot needs host python3 and host openssl Giulio Benetti
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Giulio Benetti @ 2022-02-01 18:33 UTC (permalink / raw)
  To: buildroot
  Cc: Eugen Hristev, Ludovic Desroches, Giulio Benetti, Lothar Felten,
	Thomas Petazzoni

This patchset fixes the gitlab build failure due to HOST_ dependencies(uboot/linux).

Giulio Benetti (6):
  configs/bananapi_m2_ultra_defconfig: u-boot needs host python3 and
    host openssl
  configs/beaglev_defconfig: linux needs host openssl
  configs/microchip_sama5d2_icp_mmc_defconfig: linux needs host openssl
  configs/microchip_sama5d2_icp_mmc_dev_defconfig: linux needs host
    openssl
  configs/microchip_sama7g5ek_mmc_defconfig: add missing
    BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15
  configs/microchip_sama7g5ek_mmc_dev_defconfig: add missing
    BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15

 configs/bananapi_m2_ultra_defconfig             | 2 ++
 configs/beaglev_defconfig                       | 1 +
 configs/microchip_sama5d2_icp_mmc_defconfig     | 1 +
 configs/microchip_sama5d2_icp_mmc_dev_defconfig | 1 +
 configs/microchip_sama7g5ek_mmc_defconfig       | 1 +
 configs/microchip_sama7g5ek_mmc_dev_defconfig   | 1 +
 6 files changed, 7 insertions(+)

-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/6] configs/bananapi_m2_ultra_defconfig: u-boot needs host python3 and host openssl
  2022-02-01 18:33 [Buildroot] [PATCH 0/6] Fix gitlab CI build failure due to missing HOST_ dependencies Giulio Benetti
@ 2022-02-01 18:33 ` Giulio Benetti
  2022-02-01 18:33 ` [Buildroot] [PATCH 2/6] configs/beaglev_defconfig: linux needs " Giulio Benetti
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Giulio Benetti @ 2022-02-01 18:33 UTC (permalink / raw)
  To: buildroot
  Cc: Eugen Hristev, Ludovic Desroches, Giulio Benetti, Lothar Felten,
	Thomas Petazzoni

Fixes:
https://gitlab.com/ymorin/buildroot/-/jobs/2035820967

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 configs/bananapi_m2_ultra_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/bananapi_m2_ultra_defconfig b/configs/bananapi_m2_ultra_defconfig
index 67ecec424c..2ec0e60e8d 100644
--- a/configs/bananapi_m2_ultra_defconfig
+++ b/configs/bananapi_m2_ultra_defconfig
@@ -19,7 +19,9 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="bananapi_m2_berry"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
+BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
 BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
+BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-sunxi-with-spl.bin"
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/6] configs/beaglev_defconfig: linux needs host openssl
  2022-02-01 18:33 [Buildroot] [PATCH 0/6] Fix gitlab CI build failure due to missing HOST_ dependencies Giulio Benetti
  2022-02-01 18:33 ` [Buildroot] [PATCH 1/6] configs/bananapi_m2_ultra_defconfig: u-boot needs host python3 and host openssl Giulio Benetti
@ 2022-02-01 18:33 ` Giulio Benetti
  2022-02-01 18:33 ` [Buildroot] [PATCH 3/6] configs/microchip_sama5d2_icp_mmc_defconfig: " Giulio Benetti
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Giulio Benetti @ 2022-02-01 18:33 UTC (permalink / raw)
  To: buildroot
  Cc: Eugen Hristev, Ludovic Desroches, Giulio Benetti, Lothar Felten,
	Thomas Petazzoni

Fixes:
https://gitlab.com/ymorin/buildroot/-/jobs/2035820979

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 configs/beaglev_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/beaglev_defconfig b/configs/beaglev_defconfig
index 70459bf3e8..79af8c2ece 100644
--- a/configs/beaglev_defconfig
+++ b/configs/beaglev_defconfig
@@ -16,6 +16,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="starlight"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="starfive/jh7100-beaglev-starlight"
 BR2_LINUX_KERNEL_INSTALL_TARGET=y
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 # BR2_TARGET_ROOTFS_TAR is not set
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 3/6] configs/microchip_sama5d2_icp_mmc_defconfig: linux needs host openssl
  2022-02-01 18:33 [Buildroot] [PATCH 0/6] Fix gitlab CI build failure due to missing HOST_ dependencies Giulio Benetti
  2022-02-01 18:33 ` [Buildroot] [PATCH 1/6] configs/bananapi_m2_ultra_defconfig: u-boot needs host python3 and host openssl Giulio Benetti
  2022-02-01 18:33 ` [Buildroot] [PATCH 2/6] configs/beaglev_defconfig: linux needs " Giulio Benetti
@ 2022-02-01 18:33 ` Giulio Benetti
  2022-02-01 20:04   ` Michael Nazzareno Trimarchi
  2022-02-01 18:33 ` [Buildroot] [PATCH 4/6] configs/microchip_sama5d2_icp_mmc_dev_defconfig: " Giulio Benetti
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 10+ messages in thread
From: Giulio Benetti @ 2022-02-01 18:33 UTC (permalink / raw)
  To: buildroot
  Cc: Eugen Hristev, Ludovic Desroches, Giulio Benetti, Lothar Felten,
	Thomas Petazzoni

Fixes:
https://gitlab.com/ymorin/buildroot/-/jobs/2035821094

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 configs/microchip_sama5d2_icp_mmc_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/microchip_sama5d2_icp_mmc_defconfig b/configs/microchip_sama5d2_icp_mmc_defconfig
index 4bb3625f83..27ea4970f1 100644
--- a/configs/microchip_sama5d2_icp_mmc_defconfig
+++ b/configs/microchip_sama5d2_icp_mmc_defconfig
@@ -12,6 +12,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,linux4microchip,linux,li
 BR2_LINUX_KERNEL_DEFCONFIG="sama5"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="at91-sama5d2_icp"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 4/6] configs/microchip_sama5d2_icp_mmc_dev_defconfig: linux needs host openssl
  2022-02-01 18:33 [Buildroot] [PATCH 0/6] Fix gitlab CI build failure due to missing HOST_ dependencies Giulio Benetti
                   ` (2 preceding siblings ...)
  2022-02-01 18:33 ` [Buildroot] [PATCH 3/6] configs/microchip_sama5d2_icp_mmc_defconfig: " Giulio Benetti
@ 2022-02-01 18:33 ` Giulio Benetti
  2022-02-01 18:33 ` [Buildroot] [PATCH 5/6] configs/microchip_sama7g5ek_mmc_defconfig: add missing BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15 Giulio Benetti
  2022-02-01 18:33 ` [Buildroot] [PATCH 6/6] configs/microchip_sama7g5ek_mmc_dev_defconfig: " Giulio Benetti
  5 siblings, 0 replies; 10+ messages in thread
From: Giulio Benetti @ 2022-02-01 18:33 UTC (permalink / raw)
  To: buildroot
  Cc: Eugen Hristev, Ludovic Desroches, Giulio Benetti, Lothar Felten,
	Thomas Petazzoni

Fixes:
https://gitlab.com/ymorin/buildroot/-/jobs/2035821096

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 configs/microchip_sama5d2_icp_mmc_dev_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/microchip_sama5d2_icp_mmc_dev_defconfig b/configs/microchip_sama5d2_icp_mmc_dev_defconfig
index 052d9e032c..27d1d3409d 100644
--- a/configs/microchip_sama5d2_icp_mmc_dev_defconfig
+++ b/configs/microchip_sama5d2_icp_mmc_dev_defconfig
@@ -16,6 +16,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,linux4microchip,linux,li
 BR2_LINUX_KERNEL_DEFCONFIG="sama5"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="at91-sama5d2_icp"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 BR2_PACKAGE_LINUX_TOOLS_IIO=y
 BR2_PACKAGE_BZIP2=y
 BR2_PACKAGE_XZ=y
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 5/6] configs/microchip_sama7g5ek_mmc_defconfig: add missing BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15
  2022-02-01 18:33 [Buildroot] [PATCH 0/6] Fix gitlab CI build failure due to missing HOST_ dependencies Giulio Benetti
                   ` (3 preceding siblings ...)
  2022-02-01 18:33 ` [Buildroot] [PATCH 4/6] configs/microchip_sama5d2_icp_mmc_dev_defconfig: " Giulio Benetti
@ 2022-02-01 18:33 ` Giulio Benetti
  2022-02-01 23:02   ` Giulio Benetti
  2022-02-01 18:33 ` [Buildroot] [PATCH 6/6] configs/microchip_sama7g5ek_mmc_dev_defconfig: " Giulio Benetti
  5 siblings, 1 reply; 10+ messages in thread
From: Giulio Benetti @ 2022-02-01 18:33 UTC (permalink / raw)
  To: buildroot
  Cc: Eugen Hristev, Ludovic Desroches, Giulio Benetti, Lothar Felten,
	Thomas Petazzoni

Fixes:
https://gitlab.com/ymorin/buildroot/-/jobs/2035821098

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 configs/microchip_sama7g5ek_mmc_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/microchip_sama7g5ek_mmc_defconfig b/configs/microchip_sama7g5ek_mmc_defconfig
index b1cd193829..2d4b720342 100644
--- a/configs/microchip_sama7g5ek_mmc_defconfig
+++ b/configs/microchip_sama7g5ek_mmc_defconfig
@@ -1,6 +1,7 @@
 BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_NEON_VFPV4=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y
 BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/microchip/sama7g5ek/genimage.cfg"
 BR2_LINUX_KERNEL=y
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 6/6] configs/microchip_sama7g5ek_mmc_dev_defconfig: add missing BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15
  2022-02-01 18:33 [Buildroot] [PATCH 0/6] Fix gitlab CI build failure due to missing HOST_ dependencies Giulio Benetti
                   ` (4 preceding siblings ...)
  2022-02-01 18:33 ` [Buildroot] [PATCH 5/6] configs/microchip_sama7g5ek_mmc_defconfig: add missing BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15 Giulio Benetti
@ 2022-02-01 18:33 ` Giulio Benetti
  5 siblings, 0 replies; 10+ messages in thread
From: Giulio Benetti @ 2022-02-01 18:33 UTC (permalink / raw)
  To: buildroot
  Cc: Eugen Hristev, Ludovic Desroches, Giulio Benetti, Lothar Felten,
	Thomas Petazzoni

Fixes:
https://gitlab.com/ymorin/buildroot/-/jobs/2035821100

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 configs/microchip_sama7g5ek_mmc_dev_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/microchip_sama7g5ek_mmc_dev_defconfig b/configs/microchip_sama7g5ek_mmc_dev_defconfig
index 3253bce401..383865c2b6 100644
--- a/configs/microchip_sama7g5ek_mmc_dev_defconfig
+++ b/configs/microchip_sama7g5ek_mmc_dev_defconfig
@@ -1,6 +1,7 @@
 BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_NEON_VFPV4=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y
 BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
 BR2_PTHREAD_DEBUG=y
 BR2_TOOLCHAIN_BUILDROOT_CXX=y
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 3/6] configs/microchip_sama5d2_icp_mmc_defconfig: linux needs host openssl
  2022-02-01 18:33 ` [Buildroot] [PATCH 3/6] configs/microchip_sama5d2_icp_mmc_defconfig: " Giulio Benetti
@ 2022-02-01 20:04   ` Michael Nazzareno Trimarchi
  2022-02-01 20:18     ` Giulio Benetti
  0 siblings, 1 reply; 10+ messages in thread
From: Michael Nazzareno Trimarchi @ 2022-02-01 20:04 UTC (permalink / raw)
  To: Giulio Benetti
  Cc: Eugen Hristev, Ludovic Desroches, Thomas Petazzoni,
	Lothar Felten, buildroot

Hi Giulio

On Tue, Feb 1, 2022 at 7:34 PM Giulio Benetti
<giulio.benetti@benettiengineering.com> wrote:
>
> Fixes:
> https://gitlab.com/ymorin/buildroot/-/jobs/2035821094
>
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>  configs/microchip_sama5d2_icp_mmc_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configs/microchip_sama5d2_icp_mmc_defconfig b/configs/microchip_sama5d2_icp_mmc_defconfig
> index 4bb3625f83..27ea4970f1 100644
> --- a/configs/microchip_sama5d2_icp_mmc_defconfig
> +++ b/configs/microchip_sama5d2_icp_mmc_defconfig
> @@ -12,6 +12,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,linux4microchip,linux,li
>  BR2_LINUX_KERNEL_DEFCONFIG="sama5"
>  BR2_LINUX_KERNEL_DTS_SUPPORT=y
>  BR2_LINUX_KERNEL_INTREE_DTS_NAME="at91-sama5d2_icp"
> +BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y

I can see that my submission help on those patches

Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>

Michael

>  BR2_TARGET_ROOTFS_EXT2=y
>  BR2_TARGET_ROOTFS_EXT2_4=y
>  BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
> --
> 2.25.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot



-- 
Michael Nazzareno Trimarchi
Co-Founder & Chief Executive Officer
M. +39 347 913 2170
michael@amarulasolutions.com
__________________________________

Amarula Solutions BV
Joop Geesinkweg 125, 1114 AB, Amsterdam, NL
T. +31 (0)85 111 9172
info@amarulasolutions.com
www.amarulasolutions.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 3/6] configs/microchip_sama5d2_icp_mmc_defconfig: linux needs host openssl
  2022-02-01 20:04   ` Michael Nazzareno Trimarchi
@ 2022-02-01 20:18     ` Giulio Benetti
  0 siblings, 0 replies; 10+ messages in thread
From: Giulio Benetti @ 2022-02-01 20:18 UTC (permalink / raw)
  To: Michael Nazzareno Trimarchi
  Cc: Eugen Hristev, Ludovic Desroches, Thomas Petazzoni,
	Lothar Felten, buildroot

Hi Michael,

> Il giorno 1 feb 2022, alle ore 21:04, Michael Nazzareno Trimarchi <michael@amarulasolutions.com> ha scritto:
> 
> Hi Giulio
> 
>> On Tue, Feb 1, 2022 at 7:34 PM Giulio Benetti
>> <giulio.benetti@benettiengineering.com> wrote:
>> 
>> Fixes:
>> https://gitlab.com/ymorin/buildroot/-/jobs/2035821094
>> 
>> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
>> ---
>> configs/microchip_sama5d2_icp_mmc_defconfig | 1 +
>> 1 file changed, 1 insertion(+)
>> 
>> diff --git a/configs/microchip_sama5d2_icp_mmc_defconfig b/configs/microchip_sama5d2_icp_mmc_defconfig
>> index 4bb3625f83..27ea4970f1 100644
>> --- a/configs/microchip_sama5d2_icp_mmc_defconfig
>> +++ b/configs/microchip_sama5d2_icp_mmc_defconfig
>> @@ -12,6 +12,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,linux4microchip,linux,li
>> BR2_LINUX_KERNEL_DEFCONFIG="sama5"
>> BR2_LINUX_KERNEL_DTS_SUPPORT=y
>> BR2_LINUX_KERNEL_INTREE_DTS_NAME="at91-sama5d2_icp"
>> +BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
> 
> I can see that my submission help on those patches

Keep submitting!
And thank you for the review :-)
It would be great if you send the Reviewed-by to all patches of this patchset.

Giulio

> 
> Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>
> 
> Michael
> 
>> BR2_TARGET_ROOTFS_EXT2=y
>> BR2_TARGET_ROOTFS_EXT2_4=y
>> BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
>> --
>> 2.25.1
>> 
>> _______________________________________________
>> buildroot mailing list
>> buildroot@buildroot.org
>> https://lists.buildroot.org/mailman/listinfo/buildroot
> 
> 
> 
> -- 
> Michael Nazzareno Trimarchi
> Co-Founder & Chief Executive Officer
> M. +39 347 913 2170
> michael@amarulasolutions.com
> __________________________________
> 
> Amarula Solutions BV
> Joop Geesinkweg 125, 1114 AB, Amsterdam, NL
> T. +31 (0)85 111 9172
> info@amarulasolutions.com
> www.amarulasolutions.com

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 5/6] configs/microchip_sama7g5ek_mmc_defconfig: add missing BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15
  2022-02-01 18:33 ` [Buildroot] [PATCH 5/6] configs/microchip_sama7g5ek_mmc_defconfig: add missing BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15 Giulio Benetti
@ 2022-02-01 23:02   ` Giulio Benetti
  0 siblings, 0 replies; 10+ messages in thread
From: Giulio Benetti @ 2022-02-01 23:02 UTC (permalink / raw)
  To: buildroot
  Cc: Eugen Hristev, Ludovic Desroches, Lothar Felten, Thomas Petazzoni

This and next patch miss host openssl linux dependency.

I re-send V2. Sorry for the noise.

Best regards
-- 
Giulio Benetti
Benetti Engineering sas

On 01/02/22 19:33, Giulio Benetti wrote:
> Fixes:
> https://gitlab.com/ymorin/buildroot/-/jobs/2035821098
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>   configs/microchip_sama7g5ek_mmc_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/microchip_sama7g5ek_mmc_defconfig b/configs/microchip_sama7g5ek_mmc_defconfig
> index b1cd193829..2d4b720342 100644
> --- a/configs/microchip_sama7g5ek_mmc_defconfig
> +++ b/configs/microchip_sama7g5ek_mmc_defconfig
> @@ -1,6 +1,7 @@
>   BR2_arm=y
>   BR2_cortex_a7=y
>   BR2_ARM_FPU_NEON_VFPV4=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y
>   BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
>   BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/microchip/sama7g5ek/genimage.cfg"
>   BR2_LINUX_KERNEL=y

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-02-01 23:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-01 18:33 [Buildroot] [PATCH 0/6] Fix gitlab CI build failure due to missing HOST_ dependencies Giulio Benetti
2022-02-01 18:33 ` [Buildroot] [PATCH 1/6] configs/bananapi_m2_ultra_defconfig: u-boot needs host python3 and host openssl Giulio Benetti
2022-02-01 18:33 ` [Buildroot] [PATCH 2/6] configs/beaglev_defconfig: linux needs " Giulio Benetti
2022-02-01 18:33 ` [Buildroot] [PATCH 3/6] configs/microchip_sama5d2_icp_mmc_defconfig: " Giulio Benetti
2022-02-01 20:04   ` Michael Nazzareno Trimarchi
2022-02-01 20:18     ` Giulio Benetti
2022-02-01 18:33 ` [Buildroot] [PATCH 4/6] configs/microchip_sama5d2_icp_mmc_dev_defconfig: " Giulio Benetti
2022-02-01 18:33 ` [Buildroot] [PATCH 5/6] configs/microchip_sama7g5ek_mmc_defconfig: add missing BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15 Giulio Benetti
2022-02-01 23:02   ` Giulio Benetti
2022-02-01 18:33 ` [Buildroot] [PATCH 6/6] configs/microchip_sama7g5ek_mmc_dev_defconfig: " Giulio Benetti

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.