All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Chase Maupin <Chase.Maupin@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH] arago: set PREFERRED_PROVIDER for jpeg
Date: Mon, 22 Oct 2012 10:29:01 -0400	[thread overview]
Message-ID: <20121022142901.GI30921@edge> (raw)
In-Reply-To: <1350915617-32674-1-git-send-email-Chase.Maupin@ti.com>

On Mon, Oct 22, 2012 at 09:20:17AM -0500, Chase Maupin wrote:
> * 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>

Acked-by: Denys Dmytriyenko <denys@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
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


      reply	other threads:[~2012-10-22 14:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-22 14:20 [PATCH] arago: set PREFERRED_PROVIDER for jpeg Chase Maupin
2012-10-22 14:29 ` Denys Dmytriyenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121022142901.GI30921@edge \
    --to=denys@ti.com \
    --cc=Chase.Maupin@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.