All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arago: set PREFERRED_PROVIDER for jpeg
@ 2012-10-22 14:20 Chase Maupin
  2012-10-22 14:29 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Chase Maupin @ 2012-10-22 14:20 UTC (permalink / raw)
  To: meta-arago

* Set the PREFERRED_PROVIDER for jpeg for armv5te devices and
  libjpeg-turbo for all other devices.
* The avoids the multiple providers error which causes the build
  to return a non-zero return value.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index dbb9671..17270a0 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -45,6 +45,12 @@ PREFERRED_VERSION_hostap-daemon = "0.7.3+0.8.0-rc-ti"
 # Pin down udev version from oe-core, as meta-oe pulls in newer systemd-enhanced version
 PREFERRED_VERSION_udev = "164"
 
+# Set the PREFERRED_PROVIDER for jpeg functionality based on the MACHINE
+# architecture.  For armv7a devices libjpeg-turbo should be used to take
+# advantage of the SIMD instructions.
+PREFERRED_PROVIDER_jpeg = "libjpeg-turbo"
+PREFERRED_PROVIDER_jpeg_armv5te = "jpeg"
+
 # Disable polkit's systemd configuration from meta-oe
 POLKITAUTH = ""
 
-- 
1.7.0.4



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

end of thread, other threads:[~2012-10-22 14:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-22 14:20 [PATCH] arago: set PREFERRED_PROVIDER for jpeg Chase Maupin
2012-10-22 14:29 ` Denys Dmytriyenko

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.