All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/openpowerlink: disable demos for static builds
@ 2017-05-27 17:27 Bernd Kuhls
  2017-05-27 22:52 ` Romain Naour
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2017-05-27 17:27 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/f43/f437d09ac6c689c911e1885b95da33b692f2cb3c/
http://autobuild.buildroot.net/results/385/3859dc0f4de7e3284a96d5841f040f69f71842df/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/openpowerlink/Config.in | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/package/openpowerlink/Config.in b/package/openpowerlink/Config.in
index 68ea75195..f00d6377b 100644
--- a/package/openpowerlink/Config.in
+++ b/package/openpowerlink/Config.in
@@ -113,6 +113,8 @@ config BR2_PACKAGE_OPENPOWERLINK_KERNEL_PCIE_DRIVER
 	bool "PCIe Powerlink Driver"
 	depends on BR2_PACKAGE_OPENPOWERLINK_STACK_KERNEL_PCIE_STACK_LIB
 
+if !BR2_STATIC_LIBS
+
 menu "demos"
 
 config BR2_PACKAGE_OPENPOWERLINK_DEMO_MN_CONSOLE
@@ -125,4 +127,13 @@ config BR2_PACKAGE_OPENPOWERLINK_DEMO_CN_CONSOLE
 
 endmenu
 
+endif
+
+if BR2_STATIC_LIBS
+
+comment "demos needs a toolchain w/ dynamic library"
+	depends on  BR2_STATIC_LIBS
+
+endif
+
 endif # BR2_PACKAGE_OPENPOWERLINK
-- 
2.11.0

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

* [Buildroot] [PATCH 1/1] package/openpowerlink: disable demos for static builds
  2017-05-27 17:27 [Buildroot] [PATCH 1/1] package/openpowerlink: disable demos for static builds Bernd Kuhls
@ 2017-05-27 22:52 ` Romain Naour
  0 siblings, 0 replies; 2+ messages in thread
From: Romain Naour @ 2017-05-27 22:52 UTC (permalink / raw)
  To: buildroot

Hi Bernd,

NAK on this one, can you try this one http://patchwork.ozlabs.org/patch/767793/

Best regards,
Romain

Le 27/05/2017 ? 19:27, Bernd Kuhls a ?crit :
> Fixes
> http://autobuild.buildroot.net/results/f43/f437d09ac6c689c911e1885b95da33b692f2cb3c/
> http://autobuild.buildroot.net/results/385/3859dc0f4de7e3284a96d5841f040f69f71842df/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/openpowerlink/Config.in | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/package/openpowerlink/Config.in b/package/openpowerlink/Config.in
> index 68ea75195..f00d6377b 100644
> --- a/package/openpowerlink/Config.in
> +++ b/package/openpowerlink/Config.in
> @@ -113,6 +113,8 @@ config BR2_PACKAGE_OPENPOWERLINK_KERNEL_PCIE_DRIVER
>  	bool "PCIe Powerlink Driver"
>  	depends on BR2_PACKAGE_OPENPOWERLINK_STACK_KERNEL_PCIE_STACK_LIB
>  
> +if !BR2_STATIC_LIBS
> +
>  menu "demos"
>  
>  config BR2_PACKAGE_OPENPOWERLINK_DEMO_MN_CONSOLE
> @@ -125,4 +127,13 @@ config BR2_PACKAGE_OPENPOWERLINK_DEMO_CN_CONSOLE
>  
>  endmenu
>  
> +endif
> +
> +if BR2_STATIC_LIBS
> +
> +comment "demos needs a toolchain w/ dynamic library"
> +	depends on  BR2_STATIC_LIBS
> +
> +endif
> +
>  endif # BR2_PACKAGE_OPENPOWERLINK
> 

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

end of thread, other threads:[~2017-05-27 22:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-27 17:27 [Buildroot] [PATCH 1/1] package/openpowerlink: disable demos for static builds Bernd Kuhls
2017-05-27 22:52 ` Romain Naour

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.