[oe] [PATCHv3] iw_git: Update to commit 8b2b1c6a (version 3.2)

2012-01-05 Thread Eyal Reizer
Update to the latest formal release of iw which has wowlan and p2p support. This version was tested together with official R4_SP2 nlcp release from TI Using the following platforms: am335x-evm, am180x-evm, am37x-evm Signed-off-by: Eyal Reizer --- recipes/iw/iw_git.bb |6 +++--- 1 files

[oe] [PATCHv2] iw_git: Update to commit 8b2b1c6a (version 3.2)

2012-01-05 Thread Eyal Reizer
Upadte to the latest formal release of iw whcih has wowlan and p2p support. This version was tested together with official R4_SP2 nlcp release from TI Using the following platfors: am335x-evm, am180x-evm, am37x-evm Signed-off-by: Eyal Reizer --- recipes/iw/iw_git.bb |6 +++--- 1 files

[oe] [PATCH] iw: use a newer commit in the public git

2012-01-05 Thread Eyal Reizer
switch to use a newer commit in the public git Signed-off-by: Eyal Reizer --- recipes/iw/iw_git.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/iw/iw_git.bb b/recipes/iw/iw_git.bb index c98e1bc..f0dc7ff 100644 --- a/recipes/iw/iw_git.bb +++ b/recipes/iw

[oe] [PATCHv2] iw: build version 0.9.22 from git sources

2011-09-26 Thread Eyal Reizer
Builds a new version which adds wowlan support from public git source Signed-off-by: Eyal Reizer --- recipes/iw/iw_git.bb | 29 + 1 files changed, 29 insertions(+), 0 deletions(-) create mode 100644 recipes/iw/iw_git.bb diff --git a/recipes/iw/iw_git.bb b/recipes

[oe] [PATCHv2] iw: build version 0.9.22 from git sources

2011-09-26 Thread Eyal Reizer
Builds a new version which adds wowlan support from public git source Signed-off-by: Eyal Reizer --- recipes/iw/iw_git.bb | 29 + 1 files changed, 29 insertions(+), 0 deletions(-) create mode 100644 recipes/iw/iw_git.bb diff --git a/recipes/iw/iw_git.bb b/recipes

[oe] [PATCH] wpa_supplicant update to use a newer commit

2011-09-26 Thread Eyal Reizer
Signed-off-by: Eyal Reizer --- recipes/wpa-supplicant/wpa-supplicant_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/wpa-supplicant/wpa-supplicant_git.bb b/recipes/wpa-supplicant/wpa-supplicant_git.bb index 8f6971e..7408808 100644 --- a/recipes/wpa

[oe] [PATCH] hostapd: update to use a newer commit

2011-09-26 Thread Eyal Reizer
Signed-off-by: Eyal Reizer --- recipes/hostap/hostap-daemon_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/hostap/hostap-daemon_git.bb b/recipes/hostap/hostap-daemon_git.bb index cf0e6e9..bdbde1a 100644 --- a/recipes/hostap/hostap-daemon_git.bb +++ b

[oe] [PATCH] iw: build version 0.9.22 from git sources

2011-09-26 Thread Eyal Reizer
Signed-off-by: Eyal Reizer --- recipes/iw/iw_git.bb | 29 + 1 files changed, 29 insertions(+), 0 deletions(-) create mode 100644 recipes/iw/iw_git.bb diff --git a/recipes/iw/iw_git.bb b/recipes/iw/iw_git.bb new file mode 100644 index 000..e4d0cd5 --- /dev/null

[oe] [PATCH] ti-wifi-utils: fix unaligned data access

2011-07-04 Thread Eyal Reizer
update the recipe to use a new commit from upstream which fixes unaligned data access errors reported when using the calibrator tool on an am180x (armv5) platform Signed-off-by: Eyal Reizer --- recipes/ti/ti-wifi-utils_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

[oe] [PATCH] crda: fix regulatory domain agent for building with libnl2

2011-06-06 Thread Eyal Reizer
This patch allows building the wireless regulatory domain agent with libnl version 2. Signed-off-by: Eyal Reizer --- recipes/crda/crda_1.1.1.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/recipes/crda/crda_1.1.1.bb b/recipes/crda/crda_1.1.1.bb index cc19b90

[oe] [PATCHv2] ti-wifi-utils: install calibrator ini files to rootfs

2011-06-05 Thread Eyal Reizer
In order to perform wifi calibration the calibrator needs to be provided with a reference NVS file that matches the wifi chip and the radio module that is being used. This patch install these ini files to the root file system along with the calibrator itself. Signed-off-by: Eyal Reizer

[oe] [PATCH] ti-wifi-utils: install calibrator ini files to rootfs

2011-06-05 Thread Eyal Reizer
-off-by: Eyal Reizer --- recipes/ti/ti-wifi-utils_git.bb | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/recipes/ti/ti-wifi-utils_git.bb b/recipes/ti/ti-wifi-utils_git.bb index 8d10051..d5e548b 100644 --- a/recipes/ti/ti-wifi-utils_git.bb +++ b/recipes/ti/ti

[oe] [PATCHv3] wpa-gui-e: build the latest version from git sources

2011-05-26 Thread Eyal Reizer
Builds wpa-gui for qt4-embedded from the latest wpa-supplicant (0.8x) git sources Signed-off-by: Eyal Reizer --- recipes/wpa-supplicant/wpa-gui-e_git.bb | 29 + 1 files changed, 29 insertions(+), 0 deletions(-) create mode 100644 recipes/wpa-supplicant/wpa-gui

[oe] [PATCHv2] wpa-gui-e: build the latest version from git sources

2011-05-25 Thread Eyal Reizer
Builds wpa-gui for qt4-embedded from the latest wpa-supplicant (0.8x) git sources update based on comments from comunity members. Signed-off-by: Eyal Reizer --- recipes/wpa-supplicant/wpa-gui-e_git.bb | 29 + 1 files changed, 29 insertions(+), 0 deletions

[oe] [PATCH] wpa-gui-e: build the latest version from git sources

2011-05-25 Thread Eyal Reizer
Builds wpa-gui for qt4-embedded from the latest wpa-supplicant (0.8x) git sources Signed-off-by: Eyal Reizer --- recipes/wpa-supplicant/wpa-gui-e_git.bb | 32 +++ 1 files changed, 32 insertions(+), 0 deletions(-) create mode 100644 recipes/wpa-supplicant/wpa-gui

[oe] [PATCHv2] tzcdode-native: modify to use the latest version

2011-05-22 Thread Eyal Reizer
* tzcode-native_2011b is not available anymore for download Signed-off-by: Eyal Reizer --- ...code-native_2011b.bb => tzcode-native_2011g.bb} | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) rename recipes/tzcode/{tzcode-native_2011b.bb => tzcode-native_2011g.b

[oe] [PATCH] tzcdode-native: modify to use the latest version

2011-05-22 Thread Eyal Reizer
tzcode-native_2011b is not available anymore for download Signed-off-by: Eyal Reizer --- recipes/tzcode/tzcode-native_2011b.bb | 16 recipes/tzcode/tzcode-native_2011g.bb | 17 + 2 files changed, 17 insertions(+), 16 deletions(-) delete mode 100644 recipes

[oe] [PATCH] ti-wifi-utils: update to use the latest release

2011-05-16 Thread Eyal Reizer
* Change to a newer calibrator version supporting latest mac80211 release. * Bump PR number Signed-off-by: Eyal Reizer --- recipes/ti/ti-wifi-utils_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/ti/ti-wifi-utils_git.bb b/recipes/ti/ti-wifi

[oe] [PATCH v3] wpa-supplicant: Build from git sources

2011-04-21 Thread Eyal Reizer
* Builds a new version 0.8.x which is not released yet as a zip file. This version has new features like WIFI-direct used in new mac80211 versions * Add PV * Update defconfig Signed-off-by: Eyal Reizer --- .../wpa-supplicant-git/99_wpa_supplicant |1 + .../wpa-supplicant-git

[oe] [PATCH v3] hostap-daemon: build from git sources

2011-04-21 Thread Eyal Reizer
* Updated the 0.7.3 recipe to use this include file and bumped the PR * Add PV * Update defconfig Signed-off-by: Eyal Reizer --- recipes/hostap/hostap-daemon-0.7.inc | 26 recipes/hostap/hostap-daemon-git/defconfig | 187 recipes/hostap/hostap

[oe] [PATCHv2] wpa-supplicant: Build from git sources

2011-04-13 Thread Eyal Reizer
* Builds a new version 0.8.x which is not released yet as a zip file. This version has new features like WIFI-direct used in new mac80211 versions Signed-off-by: Eyal Reizer --- .../wpa-supplicant-git/99_wpa_supplicant |1 + .../wpa-supplicant-git/defaults-sane

[oe] [PATCHv2] ti-wifi-utils: update to a newer git commit

2011-04-13 Thread Eyal Reizer
* Change to a newer calibrator version supporting new wl12xx chips. * Add a PR number Signed-off-by: Eyal Reizer --- recipes/ti/ti-wifi-utils_git.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipes/ti/ti-wifi-utils_git.bb b/recipes/ti/ti-wifi-utils_git.bb index

[oe] [PATCHv2] hostap-daemon: build from git sources

2011-04-13 Thread Eyal Reizer
* Updated the 0.7.3 recipe to use this include file and bumped the PR Signed-off-by: Eyal Reizer --- recipes/hostap/hostap-daemon-0.7.inc | 26 recipes/hostap/hostap-daemon-git/defconfig | 187 recipes/hostap/hostap-daemon_0.7.3.bb | 29

[oe] [PATCH] ti-wifi-utils: update to a newer git commit

2011-04-12 Thread Eyal Reizer
Signed-off-by: Eyal Reizer --- recipes/ti/ti-wifi-utils_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/ti/ti-wifi-utils_git.bb b/recipes/ti/ti-wifi-utils_git.bb index 92edb7f..600e21f 100644 --- a/recipes/ti/ti-wifi-utils_git.bb +++ b/recipes/ti/ti-wifi

[oe] [PATCH] wpa-supplicant: Build from git sources

2011-04-12 Thread Eyal Reizer
Signed-off-by: Eyal Reizer --- .../wpa-supplicant-git/99_wpa_supplicant |1 + .../wpa-supplicant-git/defaults-sane |8 + .../wpa-supplicant/wpa-supplicant-git/defconfig| 422 .../wpa-supplicant-git/wpa-supplicant.sh | 85 +++ .../wpa

[oe] [PATCH] hostap-daemon: Build from git sources

2011-04-12 Thread Eyal Reizer
Signed-off-by: Eyal Reizer --- recipes/hostap/hostap-daemon-git/defconfig | 187 recipes/hostap/hostap-daemon_git.bb| 37 ++ 2 files changed, 224 insertions(+), 0 deletions(-) create mode 100755 recipes/hostap/hostap-daemon-git/defconfig create mode