All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs: add openssl for kernel where necessary
@ 2018-04-18 20:36 Vincent Stehle
  2018-04-19  8:14 ` Marcin Niestroj
  0 siblings, 1 reply; 5+ messages in thread
From: Vincent Stehle @ 2018-04-18 20:36 UTC (permalink / raw)
  To: buildroot

From: Vincent Stehl? <vincent.stehle@laposte.net>

Add host-openssl to those configs, which need it for the Linux kernel build.

Signed-off-by: Vincent Stehl? <vincent.stehle@laposte.net>
Cc: Matthew Weber <matthew.weber@rockwellcollins.com>
Cc: Marcin Niestroj <m.niestroj@grinn-global.com>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
---
 configs/freescale_t1040d4rdb_defconfig | 1 +
 configs/grinn_chiliboard_defconfig     | 1 +
 configs/mx25pdk_defconfig              | 1 +
 configs/wandboard_defconfig            | 1 +
 configs/warp7_defconfig                | 1 +
 5 files changed, 5 insertions(+)

diff --git a/configs/freescale_t1040d4rdb_defconfig b/configs/freescale_t1040d4rdb_defconfig
index b8d162736c..df44046ef5 100644
--- a/configs/freescale_t1040d4rdb_defconfig
+++ b/configs/freescale_t1040d4rdb_defconfig
@@ -15,6 +15,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15.7"
 BR2_LINUX_KERNEL_DEFCONFIG="corenet64_smp"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="fsl/t1040d4rdb"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
 # Filesystem
 BR2_TARGET_ROOTFS_CPIO=y
diff --git a/configs/grinn_chiliboard_defconfig b/configs/grinn_chiliboard_defconfig
index 07fa0b3797..81d7bae911 100644
--- a/configs/grinn_chiliboard_defconfig
+++ b/configs/grinn_chiliboard_defconfig
@@ -10,6 +10,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.16.1"
 BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-chiliboard"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
diff --git a/configs/mx25pdk_defconfig b/configs/mx25pdk_defconfig
index f86ce7af02..ec4f8b8289 100644
--- a/configs/mx25pdk_defconfig
+++ b/configs/mx25pdk_defconfig
@@ -32,3 +32,4 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15.7"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v4_v5"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx25-pdk"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig
index 406bd113ff..4265fdcfb0 100644
--- a/configs/wandboard_defconfig
+++ b/configs/wandboard_defconfig
@@ -24,6 +24,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-wandboard imx6dl-wandboard imx6q-wandboard-revb1 imx6dl-wandboard-revb1 imx6q-wandboard-revd1 imx6dl-wandboard-revd1 imx6qp-wandboard-revd1"
 BR2_LINUX_KERNEL_INSTALL_TARGET=y
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 # required tools to create the SD card image
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
 BR2_PACKAGE_HOST_GENIMAGE=y
diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
index 344c4430b0..e1744d8275 100644
--- a/configs/warp7_defconfig
+++ b/configs/warp7_defconfig
@@ -19,6 +19,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15.15"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx7s-warp"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
 # U-Boot
 BR2_TARGET_UBOOT=y
-- 
2.17.0

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

* [Buildroot] [PATCH] configs: add openssl for kernel where necessary
  2018-04-18 20:36 [Buildroot] [PATCH] configs: add openssl for kernel where necessary Vincent Stehle
@ 2018-04-19  8:14 ` Marcin Niestroj
  2018-04-22 14:38   ` [Buildroot] [PATCH v2] " Vincent Stehle
  0 siblings, 1 reply; 5+ messages in thread
From: Marcin Niestroj @ 2018-04-19  8:14 UTC (permalink / raw)
  To: buildroot

Hi Vincent,

Thanks for noticing grinn_chiliboard_defconfig! Please also add
grinn_liteboard_defconfig, as it has the same build issues with
missing openssl.

Regards,
Marcin

On 18.04.2018 22:36, Vincent Stehle wrote:
> From: Vincent Stehl? <vincent.stehle@laposte.net>
> 
> Add host-openssl to those configs, which need it for the Linux kernel build.
> 
> Signed-off-by: Vincent Stehl? <vincent.stehle@laposte.net>
> Cc: Matthew Weber <matthew.weber@rockwellcollins.com>
> Cc: Marcin Niestroj <m.niestroj@grinn-global.com>
> Cc: Fabio Estevam <fabio.estevam@nxp.com>
> ---
>   configs/freescale_t1040d4rdb_defconfig | 1 +
>   configs/grinn_chiliboard_defconfig     | 1 + >   configs/mx25pdk_defconfig              | 1 +
>   configs/wandboard_defconfig            | 1 +
>   configs/warp7_defconfig                | 1 +
>   5 files changed, 5 insertions(+)
> <snip>


-- 
Marcin Niestroj

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

* [Buildroot] [PATCH v2] configs: add openssl for kernel where necessary
  2018-04-19  8:14 ` Marcin Niestroj
@ 2018-04-22 14:38   ` Vincent Stehle
  2018-04-22 21:09     ` Fabio Estevam
  2018-04-22 21:37     ` Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Vincent Stehle @ 2018-04-22 14:38 UTC (permalink / raw)
  To: buildroot

From: Vincent Stehl? <vincent.stehle@laposte.net>

Add host-openssl to those configs, which need it for the Linux kernel build.

Signed-off-by: Vincent Stehl? <vincent.stehle@laposte.net>
Cc: Matthew Weber <matthew.weber@rockwellcollins.com>
Cc: Marcin Niestroj <m.niestroj@grinn-global.com>
Cc: Fabio Estevam <fabio.estevam@nxp.com>

---

On Thu, Apr 19, 2018 at 10:14:24AM +0200, Marcin Niestroj wrote:
> Thanks for noticing grinn_chiliboard_defconfig! Please also add
> grinn_liteboard_defconfig, as it has the same build issues with
> missing openssl.

Hi Marcin,

Here you go!

I also updated mx6cubox_defconfig while at it.

Best regards,

Vincent.


 configs/freescale_t1040d4rdb_defconfig | 1 +
 configs/grinn_chiliboard_defconfig     | 1 +
 configs/grinn_liteboard_defconfig      | 1 +
 configs/mx25pdk_defconfig              | 1 +
 configs/mx6cubox_defconfig             | 1 +
 configs/wandboard_defconfig            | 1 +
 configs/warp7_defconfig                | 1 +
 7 files changed, 7 insertions(+)

diff --git a/configs/freescale_t1040d4rdb_defconfig b/configs/freescale_t1040d4rdb_defconfig
index b8d162736c..df44046ef5 100644
--- a/configs/freescale_t1040d4rdb_defconfig
+++ b/configs/freescale_t1040d4rdb_defconfig
@@ -15,6 +15,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15.7"
 BR2_LINUX_KERNEL_DEFCONFIG="corenet64_smp"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="fsl/t1040d4rdb"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
 # Filesystem
 BR2_TARGET_ROOTFS_CPIO=y
diff --git a/configs/grinn_chiliboard_defconfig b/configs/grinn_chiliboard_defconfig
index 07fa0b3797..81d7bae911 100644
--- a/configs/grinn_chiliboard_defconfig
+++ b/configs/grinn_chiliboard_defconfig
@@ -10,6 +10,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.16.1"
 BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-chiliboard"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
diff --git a/configs/grinn_liteboard_defconfig b/configs/grinn_liteboard_defconfig
index f644d36f06..5f3ca07552 100644
--- a/configs/grinn_liteboard_defconfig
+++ b/configs/grinn_liteboard_defconfig
@@ -10,6 +10,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.16.2"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6ul-liteboard"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
diff --git a/configs/mx25pdk_defconfig b/configs/mx25pdk_defconfig
index f86ce7af02..ec4f8b8289 100644
--- a/configs/mx25pdk_defconfig
+++ b/configs/mx25pdk_defconfig
@@ -32,3 +32,4 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15.7"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v4_v5"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx25-pdk"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
diff --git a/configs/mx6cubox_defconfig b/configs/mx6cubox_defconfig
index 6357720aa4..2996c375ff 100644
--- a/configs/mx6cubox_defconfig
+++ b/configs/mx6cubox_defconfig
@@ -24,6 +24,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-cubox-i imx6dl-cubox-i imx6q-hummingboard imx6dl-hummingboard"
 BR2_LINUX_KERNEL_INSTALL_TARGET=y
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 # required tools to create the SD card image
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
 BR2_PACKAGE_HOST_GENIMAGE=y
diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig
index 406bd113ff..4265fdcfb0 100644
--- a/configs/wandboard_defconfig
+++ b/configs/wandboard_defconfig
@@ -24,6 +24,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-wandboard imx6dl-wandboard imx6q-wandboard-revb1 imx6dl-wandboard-revb1 imx6q-wandboard-revd1 imx6dl-wandboard-revd1 imx6qp-wandboard-revd1"
 BR2_LINUX_KERNEL_INSTALL_TARGET=y
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 # required tools to create the SD card image
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
 BR2_PACKAGE_HOST_GENIMAGE=y
diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
index 344c4430b0..e1744d8275 100644
--- a/configs/warp7_defconfig
+++ b/configs/warp7_defconfig
@@ -19,6 +19,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15.15"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx7s-warp"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
 # U-Boot
 BR2_TARGET_UBOOT=y
-- 
2.17.0

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

* [Buildroot] [PATCH v2] configs: add openssl for kernel where necessary
  2018-04-22 14:38   ` [Buildroot] [PATCH v2] " Vincent Stehle
@ 2018-04-22 21:09     ` Fabio Estevam
  2018-04-22 21:37     ` Thomas Petazzoni
  1 sibling, 0 replies; 5+ messages in thread
From: Fabio Estevam @ 2018-04-22 21:09 UTC (permalink / raw)
  To: buildroot

On Sun, Apr 22, 2018 at 11:38 AM, Vincent Stehle
<vincent.stehle@laposte.net> wrote:
> From: Vincent Stehl? <vincent.stehle@laposte.net>
>
> Add host-openssl to those configs, which need it for the Linux kernel build.
>
> Signed-off-by: Vincent Stehl? <vincent.stehle@laposte.net>
> Cc: Matthew Weber <matthew.weber@rockwellcollins.com>
> Cc: Marcin Niestroj <m.niestroj@grinn-global.com>
> Cc: Fabio Estevam <fabio.estevam@nxp.com>

Reviewed-by: Fabio Estevam <festevam@gmail.com>

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

* [Buildroot] [PATCH v2] configs: add openssl for kernel where necessary
  2018-04-22 14:38   ` [Buildroot] [PATCH v2] " Vincent Stehle
  2018-04-22 21:09     ` Fabio Estevam
@ 2018-04-22 21:37     ` Thomas Petazzoni
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2018-04-22 21:37 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 22 Apr 2018 16:38:24 +0200, Vincent Stehle wrote:
> From: Vincent Stehl? <vincent.stehle@laposte.net>
> 
> Add host-openssl to those configs, which need it for the Linux kernel build.
> 
> Signed-off-by: Vincent Stehl? <vincent.stehle@laposte.net>
> Cc: Matthew Weber <matthew.weber@rockwellcollins.com>
> Cc: Marcin Niestroj <m.niestroj@grinn-global.com>
> Cc: Fabio Estevam <fabio.estevam@nxp.com>
> 
> ---

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-04-22 21:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-18 20:36 [Buildroot] [PATCH] configs: add openssl for kernel where necessary Vincent Stehle
2018-04-19  8:14 ` Marcin Niestroj
2018-04-22 14:38   ` [Buildroot] [PATCH v2] " Vincent Stehle
2018-04-22 21:09     ` Fabio Estevam
2018-04-22 21:37     ` Thomas Petazzoni

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.