All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] motion: disable autotools host optimization
@ 2017-02-10 10:36 Ray Kinsella
  2017-02-11 14:18 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Ray Kinsella @ 2017-02-10 10:36 UTC (permalink / raw)
  To: buildroot

The motion autotools script helpfully detects the host
Microprocessors intr set and optimizes for it.
Disabling this feature causes autotools to use the
target parameters passed by BR instead.

Signed-off-by: Ray Kinsella <ray.kinsella@intel.com>
---
 package/motion/motion.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/motion/motion.mk b/package/motion/motion.mk
index d27def2..d76b547 100644
--- a/package/motion/motion.mk
+++ b/package/motion/motion.mk
@@ -14,7 +14,7 @@ MOTION_AUTORECONF = YES
 
 # motion does not use any specific function of jpeg-turbo, so just relies on
 # jpeg selection
-MOTION_CONF_OPTS += --without-jpeg-turbo
+MOTION_CONF_OPTS += --without-jpeg-turbo --without-optimizecpu
 
 ifeq ($(BR2_PACKAGE_FFMPEG_SWSCALE),y)
 MOTION_DEPENDENCIES += ffmpeg
-- 
1.9.1

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

* [Buildroot] [PATCH] motion: disable autotools host optimization
  2017-02-10 10:36 [Buildroot] [PATCH] motion: disable autotools host optimization Ray Kinsella
@ 2017-02-11 14:18 ` Thomas Petazzoni
  2017-02-13 10:10   ` Kinsella, Ray
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2017-02-11 14:18 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 10 Feb 2017 10:36:59 +0000, Ray Kinsella wrote:
> The motion autotools script helpfully detects the host
> Microprocessors intr set and optimizes for it.
> Disabling this feature causes autotools to use the
> target parameters passed by BR instead.
> 
> Signed-off-by: Ray Kinsella <ray.kinsella@intel.com>
> ---
>  package/motion/motion.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] motion: disable autotools host optimization
  2017-02-11 14:18 ` Thomas Petazzoni
@ 2017-02-13 10:10   ` Kinsella, Ray
  0 siblings, 0 replies; 3+ messages in thread
From: Kinsella, Ray @ 2017-02-13 10:10 UTC (permalink / raw)
  To: buildroot

Most welcome.

Ray K

On 11/02/2017 14:18, Thomas Petazzoni wrote:
> Hello,
>
> On Fri, 10 Feb 2017 10:36:59 +0000, Ray Kinsella wrote:
>> The motion autotools script helpfully detects the host
>> Microprocessors intr set and optimizes for it.
>> Disabling this feature causes autotools to use the
>> target parameters passed by BR instead.
>>
>> Signed-off-by: Ray Kinsella <ray.kinsella@intel.com>
>> ---
>>  package/motion/motion.mk | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Applied to master, thanks.
>
> Thomas
>

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

end of thread, other threads:[~2017-02-13 10:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-10 10:36 [Buildroot] [PATCH] motion: disable autotools host optimization Ray Kinsella
2017-02-11 14:18 ` Thomas Petazzoni
2017-02-13 10:10   ` Kinsella, Ray

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.