All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Maupin, Chase" <chase.maupin@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>,
	"meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH 17/17] arago.conf: Set PREFERRED_VERSIONs for	Wilink 6 recipes
Date: Thu, 21 Mar 2013 12:22:30 +0000	[thread overview]
Message-ID: <7D46E86EC0A8354091174257B2FED1015948EDAF@DLEE11.ent.ti.com> (raw)
In-Reply-To: <1363745138-10288-17-git-send-email-fcooper@ti.com>

> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> Sent: Tuesday, March 19, 2013 9:06 PM
> To: meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: [meta-arago] [PATCH 17/17] arago.conf: Set
> PREFERRED_VERSIONs for Wilink 6 recipes
> 
> * Currently two versions of Wilink 6 need to be supported.
> * The latest version supports the PG 3 wilink 6 module which is
> the version that
>   comes with the am37x-evm and am335x-evm .
> * An older version supports the PG 2 wilink 6 module which is the
> version that
>   comes with the am180x-evm.
> * Specifying the PREFERRED_VERSION to match this requirement.
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  meta-arago-distro/conf/distro/arago.conf |   17
> +++++++++++++++++
>  1 files changed, 17 insertions(+), 0 deletions(-)
> 
> diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-
> arago-distro/conf/distro/arago.conf
> index 9e43ea3..44141c1 100644
> --- a/meta-arago-distro/conf/distro/arago.conf
> +++ b/meta-arago-distro/conf/distro/arago.conf
> @@ -105,6 +105,23 @@ PREFERRED_VERSION_bluez-hcidump = "2.2"
>  PREFERRED_VERSION_bash = "3.2.48"
>  PREFERRED_VERSION_gettext = "0.16.1"
> 
> +# Support Wilink 6 PG 3 modules
> +PREFERRED_VERSION_ti-compat-bluetooth = "r5.sp3.05"
> +PREFERRED_VERSION_ti-compat-wireless-wl12xx = "r5.sp4.01"
> +PREFERRED_VERSION_wl12xx-firmware = "r5.sp4.01"
> +PREFERRED_VERSION_wpa-supplicant = "r5.sp4.01"
> +PREFERRED_VERSION_hostap-daemon = "r5.sp4.01"
> +PREFERRED_VERSION_ti-wifi-utils = "r5.sp3.05"
> +
> +# Support Wilink 6 PG 2 modules
> +# By default am180x-evms come with an outdated wilink 6 module
> +PREFERRED_VERSION_ti-compat-bluetooth_am180x-evm = "r5.00.18"
> +PREFERRED_VERSION_ti-compat-wireless-wl12xx_am180x-evm =
> "r5.00.18"
> +PREFERRED_VERSION_wl12xx-firmware_am180x-evm = "r5.00.18"
> +PREFERRED_VERSION_wpa-supplicant_am180x-evm = "r5.00.18"
> +PREFERRED_VERSION_hostap-daemon_am180x-evm = "r5.00.18"
> +PREFERRED_VERSION_ti-wifi-utils_am180x-evm = "r5.00.18"

Could you use a variable here?  I see for the PG3 modules that the versions don't all match, but I'm thinking it might be nice to have only one update place.  That being said I don't expect this to change going forward so I'm OK if you want to leave it alone.

> +
>  # 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:[~2013-03-21 12:22 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-20  2:05 [PATCH 01/17] wl12xx-firmware: Pull back in old r5.00.18 recipe Franklin S. Cooper Jr
2013-03-20  2:05 ` [PATCH 02/17] wl12xx-firmware: Update recipe name Franklin S. Cooper Jr
2013-03-21 11:47   ` Maupin, Chase
2013-03-20  2:05 ` [PATCH 03/17] ti-compat-bluetooth: Split recipe Franklin S. Cooper Jr
2013-03-21 11:56   ` Maupin, Chase
2013-03-20  2:05 ` [PATCH 04/17] ti-compat-bluetooth: Add back old r5.00.18 compat-bluetooth release version Franklin S. Cooper Jr
2013-03-21 11:58   ` Maupin, Chase
2013-03-20  2:05 ` [PATCH 05/17] ti-compat-wireless-wl12xx: Rename recipe Franklin S. Cooper Jr
2013-03-21 11:58   ` Maupin, Chase
2013-03-20  2:05 ` [PATCH 06/17] ti-compat-wireless-wl12xx: Pull in older ti-compat-wireless-wl12xx release Franklin S. Cooper Jr
2013-03-21 12:01   ` Maupin, Chase
2013-03-20  2:05 ` [PATCH 07/17] hostap-daemon: Split recipe Franklin S. Cooper Jr
2013-03-21 12:06   ` Maupin, Chase
2013-03-21 12:12     ` Cooper Jr., Franklin
2013-03-20  2:05 ` [PATCH 08/17] hostap-daemon: Pull in old r5-00-18 recipe Franklin S. Cooper Jr
2013-03-21 12:08   ` Maupin, Chase
2013-03-20  2:05 ` [PATCH 09/17] wpa-supplicant: Split recipe Franklin S. Cooper Jr
2013-03-21 12:11   ` Maupin, Chase
2013-04-01 12:35     ` Cooper Jr., Franklin
2013-03-21 12:13   ` Maupin, Chase
2013-03-20  2:05 ` [PATCH 10/17] wpa-supplicant: Pull back in old r5-00-18 recipe Franklin S. Cooper Jr
2013-03-21 12:13   ` Maupin, Chase
2013-03-20  2:05 ` [PATCH 11/17] ti-wifi-utils: Split recipe Franklin S. Cooper Jr
2013-03-21 12:18   ` Maupin, Chase
2013-03-20  2:05 ` [PATCH 12/17] wilink-calibrate: Add Wilink calibration script Franklin S. Cooper Jr
2013-03-21 12:18   ` Maupin, Chase
2013-03-20  2:05 ` [PATCH 13/17] ti-wifi-utils: Add runtime dependency on wilink-calibrate Franklin S. Cooper Jr
2013-03-21 12:18   ` Maupin, Chase
2013-03-20  2:05 ` [PATCH 14/17] ti-wifi-utils: Pull back in old r5.00.18 recipe Franklin S. Cooper Jr
2013-03-21 12:19   ` Maupin, Chase
2013-03-20  2:05 ` [PATCH 15/17] wpa-supplicant_r5.sp4.01: Rename bbappend Franklin S. Cooper Jr
2013-03-21 12:20   ` Maupin, Chase
2013-03-20  2:05 ` [PATCH 16/17] wpa-supplicant_r5.00.18: Create bbappend Franklin S. Cooper Jr
2013-03-21 12:20   ` Maupin, Chase
2013-03-20  2:05 ` [PATCH 17/17] arago.conf: Set PREFERRED_VERSIONs for Wilink 6 recipes Franklin S. Cooper Jr
2013-03-21 12:22   ` Maupin, Chase [this message]
2013-03-21 11:46 ` [PATCH 01/17] wl12xx-firmware: Pull back in old r5.00.18 recipe Maupin, Chase
2013-03-25 18:45 ` Denys Dmytriyenko
2013-03-27 13:37   ` Cooper Jr., Franklin
2013-04-01 14:54 [PATCH 01/17 v2] " Franklin S. Cooper Jr
2013-04-01 14:54 ` [PATCH 17/17] arago.conf: Set PREFERRED_VERSIONs for Wilink 6 recipes Franklin S. Cooper Jr
2013-04-01 14:58   ` Cooper Jr., Franklin

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=7D46E86EC0A8354091174257B2FED1015948EDAF@DLEE11.ent.ti.com \
    --to=chase.maupin@ti.com \
    --cc=fcooper@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.