All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] Enabling WL8 R8.4 on dora
@ 2014-09-02 10:54 Karthik Ramanan
  2014-09-02 10:54 ` [PATCH 01/12] wl18xx-firmware: specify the branch being used for this version Karthik Ramanan
                   ` (12 more replies)
  0 siblings, 13 replies; 21+ messages in thread
From: Karthik Ramanan @ 2014-09-02 10:54 UTC (permalink / raw)
  To: meta-arago

This patch set contains the set of patches that are required to
get the latest Wilink firmware on the dora branch.
Most of the patches here are cherry picked from the master 
branch. A few of them needed minor rework.

Note that this has been tested on the GLSDK 6.10 release line for
dra7xx-evm as the target.

Denys Dmytriyenko (4):
  wl18xx-firmware: specify the branch being used for this version
  hostap-daemon: specify the branch being used for this version
  wpa-supplicant: specify the branch being used for this version
  recipes-connectivity: remove remaining unnecessary exec permissions

Yaniv Machani (8):
  wpa-supplicant-wl18xx: Update recipe to ol_r8.a9.14 version.
  hostap-daemon-wl18xx: Update recipe to ol_r8.a9.14 version
  wl18xx : update to ol_r8.a9.14
  Wl18xx : recipes update - tag changed to ol_r8.a9.14
  wl18xx-target-scripts : Add new WiFi related scripts
  wl18xx-compat: version update
  wl18xx-wlconf: version update
  wpa-supplicant-wl18xx: configuration files update

 ...synchronization-between-bluetoothd-and-dr.patch |   0
 .../0001-obexd-make-OPP-push-timeout-longer.patch  |   0
 .../packagegroup-arago-tisdk-connectivity.bb       |   4 +-
 .../ti-compat-wireless-wl18xx_r8.a8.10.bb          |  61 ---
 .../ti-compat-wireless-wl18xx_r8.a9.14.bb          |  51 ++
 .../wl18xx-firmware/wl18xx-firmware_r8.a8.10.bb    |  30 --
 .../wl18xx-firmware/wl18xx-firmware_r8.a9.14.bb    |  31 ++
 .../hostap/hostap-daemon-wl18xx_r8.a8.10.bb        |  23 -
 .../hostap/hostap-daemon-wl18xx_r8.a9.14.bb        |  24 +
 .../hostap/hostap-daemon/defconfig                 |   2 +-
 .../recipes-connectivity/hostap/hostap.inc         |   7 +-
 .../wl18xx-target-scripts_r8.a9.14.bb              |  25 +
 .../recipes-connectivity/wlconf/wlconf_r8.a8.10.bb |  41 --
 .../recipes-connectivity/wlconf/wlconf_r8.a9.14.bb |  42 ++
 .../wpa-supplicant/wpa-supplicant-wl18xx/defconfig | 506 -------------------
 .../wpa-supplicant-wl18xx_r8.a8.10.bb              |  24 -
 .../wpa-supplicant-wl18xx_r8.a9.14.bb              |  25 +
 .../wpa-supplicant/wpa-supplicant.inc              |  91 ++--
 .../wpa-supplicant/wpa-supplicant/defaults-sane    |   8 -
 .../wpa-supplicant/wpa-supplicant/defconfig        | 543 +++++++++++++++++++++
 .../fi.epitest.hostap.WPASupplicant.service        |   4 -
 .../wpa-supplicant/fi.w1.wpa_supplicant1.service   |   4 -
 .../wpa-supplicant/p2p_supplicant.conf             |   3 +-
 .../wpa-supplicant/wpa_supplicant.conf             |   3 +-
 .../ti-wifi-utils/ti-wifi-utils-wl18xx_r8.a8.10.bb |  31 --
 .../ti-wifi-utils/ti-wifi-utils-wl18xx_r8.a9.14.bb |  31 ++
 26 files changed, 814 insertions(+), 800 deletions(-)
 mode change 100755 => 100644 meta-arago-distro/recipes-connectivity/bluez/bluez4/bluez4-fix-synchronization-between-bluetoothd-and-dr.patch
 mode change 100755 => 100644 meta-arago-distro/recipes-connectivity/obexd/obexd-0.34/0001-obexd-make-OPP-push-timeout-longer.patch
 mode change 100644 => 100755 meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
 delete mode 100644 meta-arago-extras/recipes-bsp/ti-compat-wireless/ti-compat-wireless-wl18xx_r8.a8.10.bb
 create mode 100644 meta-arago-extras/recipes-bsp/ti-compat-wireless/ti-compat-wireless-wl18xx_r8.a9.14.bb
 delete mode 100644 meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware_r8.a8.10.bb
 create mode 100644 meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware_r8.a9.14.bb
 delete mode 100644 meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a8.10.bb
 create mode 100644 meta-arago-extras/recipes-connectivity/hostap/hostap-daemon-wl18xx_r8.a9.14.bb
 create mode 100644 meta-arago-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_r8.a9.14.bb
 delete mode 100644 meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a8.10.bb
 create mode 100644 meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a9.14.bb
 delete mode 100755 meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant-wl18xx/defconfig
 delete mode 100644 meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant-wl18xx_r8.a8.10.bb
 create mode 100644 meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant-wl18xx_r8.a9.14.bb
 delete mode 100644 meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant/defaults-sane
 create mode 100755 meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig
 delete mode 100644 meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant/fi.epitest.hostap.WPASupplicant.service
 delete mode 100644 meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant/fi.w1.wpa_supplicant1.service
 delete mode 100644 meta-arago-extras/recipes-devtools/ti-wifi-utils/ti-wifi-utils-wl18xx_r8.a8.10.bb
 create mode 100644 meta-arago-extras/recipes-devtools/ti-wifi-utils/ti-wifi-utils-wl18xx_r8.a9.14.bb

-- 
2.0.1



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

end of thread, other threads:[~2014-09-04  4:18 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-02 10:54 [PATCH 00/12] Enabling WL8 R8.4 on dora Karthik Ramanan
2014-09-02 10:54 ` [PATCH 01/12] wl18xx-firmware: specify the branch being used for this version Karthik Ramanan
2014-09-02 10:54 ` [PATCH 02/12] hostap-daemon: " Karthik Ramanan
2014-09-02 10:54 ` [PATCH 03/12] wpa-supplicant: " Karthik Ramanan
2014-09-02 10:54 ` [PATCH 04/12] wpa-supplicant-wl18xx: Update recipe to ol_r8.a9.14 version Karthik Ramanan
2014-09-02 10:54 ` [PATCH 05/12] hostap-daemon-wl18xx: " Karthik Ramanan
2014-09-02 10:54 ` [PATCH 06/12] wl18xx : update to ol_r8.a9.14 Karthik Ramanan
2014-09-02 10:54 ` [PATCH 07/12] Wl18xx : recipes update - tag changed " Karthik Ramanan
2014-09-02 10:54 ` [PATCH 08/12] wl18xx-target-scripts : Add new WiFi related scripts Karthik Ramanan
2014-09-02 10:54 ` [PATCH 09/12] recipes-connectivity: remove remaining unnecessary exec permissions Karthik Ramanan
2014-09-02 10:54 ` [PATCH 10/12] wl18xx-compat: version update Karthik Ramanan
2014-09-02 10:54 ` [PATCH 11/12] wl18xx-wlconf: " Karthik Ramanan
2014-09-02 10:54 ` [PATCH 12/12] wpa-supplicant-wl18xx: configuration files update Karthik Ramanan
2014-09-02 21:46 ` [PATCH 00/12] Enabling WL8 R8.4 on dora Cooper Jr., Franklin
2014-09-03 12:46   ` R, Karthik
2014-09-03 14:41     ` Cooper Jr., Franklin
2014-09-03 14:49       ` Denys Dmytriyenko
2014-09-03 15:23         ` Karthik Ramanan
2014-09-03 15:39           ` Cooper Jr., Franklin
2014-09-03 18:12     ` Denys Dmytriyenko
2014-09-04  4:18       ` R, Karthik

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.