All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] configs/pc_x86_64_bios: needs host-openssl to build Linux
@ 2018-11-27  8:08 Thomas Petazzoni
  2018-11-27  8:08 ` [Buildroot] [PATCH 2/3] configs/pc_x86_64_efi: " Thomas Petazzoni
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2018-11-27  8:08 UTC (permalink / raw)
  To: buildroot

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/125631915

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 configs/pc_x86_64_bios_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/pc_x86_64_bios_defconfig b/configs/pc_x86_64_bios_defconfig
index 1cfc0e424f..6e9220bb31 100644
--- a/configs/pc_x86_64_bios_defconfig
+++ b/configs/pc_x86_64_bios_defconfig
@@ -32,6 +32,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.18.10"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/pc/linux.config"
 BR2_LINUX_KERNEL_INSTALL_TARGET=y
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
 # Firmware
 BR2_PACKAGE_LINUX_FIRMWARE=y
-- 
2.19.1

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

* [Buildroot] [PATCH 2/3] configs/pc_x86_64_efi: needs host-openssl to build Linux
  2018-11-27  8:08 [Buildroot] [PATCH 1/3] configs/pc_x86_64_bios: needs host-openssl to build Linux Thomas Petazzoni
@ 2018-11-27  8:08 ` Thomas Petazzoni
  2018-11-27  8:08 ` [Buildroot] [PATCH 3/3] configs/orangepi_zero_plus2: " Thomas Petazzoni
  2018-11-27  8:54 ` [Buildroot] [PATCH 1/3] configs/pc_x86_64_bios: " Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2018-11-27  8:08 UTC (permalink / raw)
  To: buildroot

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/125631916

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 configs/pc_x86_64_efi_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/pc_x86_64_efi_defconfig b/configs/pc_x86_64_efi_defconfig
index bc99ca755b..2a76f403df 100644
--- a/configs/pc_x86_64_efi_defconfig
+++ b/configs/pc_x86_64_efi_defconfig
@@ -35,6 +35,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.18.10"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/pc/linux.config"
 BR2_LINUX_KERNEL_INSTALL_TARGET=y
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
 # Firmware
 BR2_PACKAGE_LINUX_FIRMWARE=y
-- 
2.19.1

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

* [Buildroot] [PATCH 3/3] configs/orangepi_zero_plus2: needs host-openssl to build Linux
  2018-11-27  8:08 [Buildroot] [PATCH 1/3] configs/pc_x86_64_bios: needs host-openssl to build Linux Thomas Petazzoni
  2018-11-27  8:08 ` [Buildroot] [PATCH 2/3] configs/pc_x86_64_efi: " Thomas Petazzoni
@ 2018-11-27  8:08 ` Thomas Petazzoni
  2018-12-03 21:49   ` Peter Korsgaard
  2018-11-27  8:54 ` [Buildroot] [PATCH 1/3] configs/pc_x86_64_bios: " Peter Korsgaard
  2 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2018-11-27  8:08 UTC (permalink / raw)
  To: buildroot

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/125631911

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 configs/orangepi_zero_plus2_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/orangepi_zero_plus2_defconfig b/configs/orangepi_zero_plus2_defconfig
index 618104ff5e..917aa851dd 100644
--- a/configs/orangepi_zero_plus2_defconfig
+++ b/configs/orangepi_zero_plus2_defconfig
@@ -38,6 +38,7 @@ BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-h5-orangepi-zero-plus2"
 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/orangepi/orangepi-zero-plus2/linux-extras.config"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
 # wireless firmware
 BR2_PACKAGE_LINUX_FIRMWARE=y
-- 
2.19.1

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

* [Buildroot] [PATCH 1/3] configs/pc_x86_64_bios: needs host-openssl to build Linux
  2018-11-27  8:08 [Buildroot] [PATCH 1/3] configs/pc_x86_64_bios: needs host-openssl to build Linux Thomas Petazzoni
  2018-11-27  8:08 ` [Buildroot] [PATCH 2/3] configs/pc_x86_64_efi: " Thomas Petazzoni
  2018-11-27  8:08 ` [Buildroot] [PATCH 3/3] configs/orangepi_zero_plus2: " Thomas Petazzoni
@ 2018-11-27  8:54 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2018-11-27  8:54 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > Fixes:
 >   https://gitlab.com/buildroot.org/buildroot/-/jobs/125631915

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed all 3, thanks!

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 3/3] configs/orangepi_zero_plus2: needs host-openssl to build Linux
  2018-11-27  8:08 ` [Buildroot] [PATCH 3/3] configs/orangepi_zero_plus2: " Thomas Petazzoni
@ 2018-12-03 21:49   ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2018-12-03 21:49 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > Fixes:
 >   https://gitlab.com/buildroot.org/buildroot/-/jobs/125631911

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed to 2018.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-12-03 21:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-27  8:08 [Buildroot] [PATCH 1/3] configs/pc_x86_64_bios: needs host-openssl to build Linux Thomas Petazzoni
2018-11-27  8:08 ` [Buildroot] [PATCH 2/3] configs/pc_x86_64_efi: " Thomas Petazzoni
2018-11-27  8:08 ` [Buildroot] [PATCH 3/3] configs/orangepi_zero_plus2: " Thomas Petazzoni
2018-12-03 21:49   ` Peter Korsgaard
2018-11-27  8:54 ` [Buildroot] [PATCH 1/3] configs/pc_x86_64_bios: " Peter Korsgaard

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.