All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/optee-benchmark: needs fork
@ 2019-03-15  7:54 Fabrice Fontaine
  2019-03-15 20:58 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-03-15  7:54 UTC (permalink / raw)
  To: buildroot

Fixes:
 - http://autobuild.buildroot.org/results/ea61442275d1790a29e02e2fa27f072e4c12daa7

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/optee-benchmark/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/optee-benchmark/Config.in b/package/optee-benchmark/Config.in
index b9326e0432..07de2a3f80 100644
--- a/package/optee-benchmark/Config.in
+++ b/package/optee-benchmark/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_OPTEE_BENCHMARK
 	bool "optee-benchmark"
+	depends on BR2_USE_MMU # fork()
 	depends on !BR2_STATIC_LIBS # optee-client
 	depends on BR2_TOOLCHAIN_HAS_THREADS # optee-client
 	select BR2_PACKAGE_OPTEE_CLIENT
@@ -13,4 +14,5 @@ config BR2_PACKAGE_OPTEE_BENCHMARK
 	  http://github.com/linaro-swg/optee_benchmark
 
 comment "optee-benchmark needs a toolchain w/ dynamic library and threads"
+	depends on BR2_USE_MMU
 	depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
-- 
2.14.1

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

* [Buildroot] [PATCH 1/1] package/optee-benchmark: needs fork
  2019-03-15  7:54 [Buildroot] [PATCH 1/1] package/optee-benchmark: needs fork Fabrice Fontaine
@ 2019-03-15 20:58 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-03-15 20:58 UTC (permalink / raw)
  To: buildroot

On Fri, 15 Mar 2019 08:54:54 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Fixes:
>  - http://autobuild.buildroot.org/results/ea61442275d1790a29e02e2fa27f072e4c12daa7
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/optee-benchmark/Config.in | 2 ++
>  1 file changed, 2 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-03-15 20:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-15  7:54 [Buildroot] [PATCH 1/1] package/optee-benchmark: needs fork Fabrice Fontaine
2019-03-15 20:58 ` 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.