diff mbox series

[3/6] configs/microchip_sama5d2_icp_mmc_defconfig: linux needs host openssl

Message ID 20220201183331.4009320-4-giulio.benetti@benettiengineering.com
State Superseded, archived
Headers show
Series Fix gitlab CI build failure due to missing HOST_ dependencies | expand

Commit Message

Giulio Benetti Feb. 1, 2022, 6:33 p.m. UTC
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(+)

Comments

Michael Nazzareno Trimarchi Feb. 1, 2022, 8:04 p.m. UTC | #1
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
Giulio Benetti Feb. 1, 2022, 8:18 p.m. UTC | #2
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
diff mbox series

Patch

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"