* [Buildroot] [PATCH] configs/nexbox_a95x: kernel needs host-openssl
@ 2018-12-09 9:41 Yann E. MORIN
2018-12-09 13:35 ` Thomas Petazzoni
2018-12-09 16:30 ` Thomas Petazzoni
0 siblings, 2 replies; 4+ messages in thread
From: Yann E. MORIN @ 2018-12-09 9:41 UTC (permalink / raw)
To: buildroot
Fixes: https://gitlab.com/ymorin/buildroot/-/jobs/131924236
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <peter@korsgaard.com>
---
configs/nexbox_a95x_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/nexbox_a95x_defconfig b/configs/nexbox_a95x_defconfig
index 4b0fc9cfba..4820d47d52 100644
--- a/configs/nexbox_a95x_defconfig
+++ b/configs/nexbox_a95x_defconfig
@@ -11,6 +11,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.8"
BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="amlogic/meson-gxbb-nexbox-a95x amlogic/meson-gxl-s905x-nexbox-a95x"
+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.14.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] configs/nexbox_a95x: kernel needs host-openssl
2018-12-09 9:41 [Buildroot] [PATCH] configs/nexbox_a95x: kernel needs host-openssl Yann E. MORIN
@ 2018-12-09 13:35 ` Thomas Petazzoni
2018-12-09 16:10 ` Yann E. MORIN
2018-12-09 16:30 ` Thomas Petazzoni
1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2018-12-09 13:35 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 9 Dec 2018 10:41:46 +0100, Yann E. MORIN wrote:
> Fixes: https://gitlab.com/ymorin/buildroot/-/jobs/131924236
>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Peter Korsgaard <peter@korsgaard.com>
This defconfig didn't fail here:
https://gitlab.com/buildroot.org/buildroot/-/jobs/131217002
I'm curious to know you have different results. Both builds are using
the exact same Docker image, so it's a bit confusing what is going on
here.
Any idea ?
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] configs/nexbox_a95x: kernel needs host-openssl
2018-12-09 13:35 ` Thomas Petazzoni
@ 2018-12-09 16:10 ` Yann E. MORIN
0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2018-12-09 16:10 UTC (permalink / raw)
To: buildroot
Thomas, All,
On 2018-12-09 14:35 +0100, Thomas Petazzoni spake thusly:
> Hello,
>
> On Sun, 9 Dec 2018 10:41:46 +0100, Yann E. MORIN wrote:
> > Fixes: https://gitlab.com/ymorin/buildroot/-/jobs/131924236
> >
> > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> > Cc: Peter Korsgaard <peter@korsgaard.com>
>
> This defconfig didn't fail here:
>
> https://gitlab.com/buildroot.org/buildroot/-/jobs/131217002
>
> I'm curious to know you have different results. Both builds are using
> the exact same Docker image, so it's a bit confusing what is going on
> here.
>
> Any idea ?
The build you pointed at is dated 2018-12-08, and later that day, Peter
changed that defconfig to use a newer kernel, see:
9f5b07fc64 configs: nexbox_a95x_defconfig: bump to kernel 4.19.8
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] configs/nexbox_a95x: kernel needs host-openssl
2018-12-09 9:41 [Buildroot] [PATCH] configs/nexbox_a95x: kernel needs host-openssl Yann E. MORIN
2018-12-09 13:35 ` Thomas Petazzoni
@ 2018-12-09 16:30 ` Thomas Petazzoni
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2018-12-09 16:30 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 9 Dec 2018 10:41:46 +0100, Yann E. MORIN wrote:
> Fixes: https://gitlab.com/ymorin/buildroot/-/jobs/131924236
>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Peter Korsgaard <peter@korsgaard.com>
> ---
> configs/nexbox_a95x_defconfig | 1 +
> 1 file changed, 1 insertion(+)
Applied to master with a slightly extended commit log. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-12-09 16:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-09 9:41 [Buildroot] [PATCH] configs/nexbox_a95x: kernel needs host-openssl Yann E. MORIN
2018-12-09 13:35 ` Thomas Petazzoni
2018-12-09 16:10 ` Yann E. MORIN
2018-12-09 16:30 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox