[OE-core] [PATCH] udev-extraconf: Unmount SD card after ejection

2014-08-14 Thread Yasir Khan
From: Yasir-Khan Adds udev rule to unmount SD card partitions in case of improper ejection from card reader. When SD card is ejected from card reader without being unmounted first, kernel does not generate a REMOVE event, instead it generates a CHANGE event(only if polling is enabled /sys

[OE-core] [PATCH 1/2] consolekit: allow explicit enable/disable of polkit

2014-08-13 Thread Yasir Khan
From: Yasir-Khan Adds the configure option to enable/disable policykit. Signed-off-by: Christopher Larson Signed-off-by: Yasir-Khan --- .../consolekit/add-polkit-configure-argument.patch | 33 .../recipes-support/consolekit/consolekit_0.4.6.bb |7 +++-- 2 files

[OE-core] [PATCH 2/2] consolekit: depend on glib-2.0-native

2014-08-13 Thread Yasir Khan
From: Yasir-Khan This is required for glib-gettextize. Signed-off-by: Christopher Larson Signed-off-by: Yasir-Khan --- .../recipes-support/consolekit/consolekit_0.4.6.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/consolekit/consolekit_0.4.6.bb

[OE-core] [PATCH] prelink: apply patch for ARM IFUNC support

2014-08-13 Thread Yasir Khan
From: Yasir-Khan >From Julian Brown, see http://sourcery.sje.mentorg.com/pipermail/gnu-arm-releases/2014-April/015072.html. Signed-off-by: Christopher Larson Signed-off-by: Yasir-Khan --- .../prelink/prelink/arm-ifunc.patch| 264 meta/recipes-devto

[OE-core] [PATCH] python-native: disable user site support

2014-08-12 Thread Yasir Khan
From: Yasir-Khan The user site-packages gets inserted into sys.path ahead of the system site directories, so a site package installed there will be used in preference to what's in our sysroot, causing less deterministic builds, and potential build breakage, depending on what the use

[OE-core] [PATCH] strace: apply ptrace.h conflict workaround

2014-08-12 Thread Yasir Khan
From: Yasir-Khan Apply patch from strace upstream to workaround ptrace.h header file conflict. This patch is not available in strace-4.8 tarball pulled in by recipe. * patch from strace upstream - Work around conflict between and Signed-off-by: Yasir-Khan --- ...-conflict-between-sys

[OE-core] [PATCH] lttng-tools: Update to version 2.5.0

2014-08-11 Thread Yasir Khan
From: Yasir-Khan update to latest stable-2.5 revision * drop patches - merged upstream - Fix-alignment-problems-on-targets-not-supporting-una.patch Signed-off-by: Yasir-Khan --- ...nt-problems-on-targets-not-supporting-una.patch | 47 .../{lttng-tools_2.4.0.bb

[OE-core] [PATCH] lttng-ust: update to version 2.5.0

2014-08-11 Thread Yasir Khan
From: Yasir-Khan update to latest stable-2.5 revision Signed-off-by: Yasir-Khan --- .../{lttng-ust_2.4.0.bb => lttng-ust_2.5.0.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-kernel/lttng/{lttng-ust_2.4.0.bb => lttng-ust_2.5.0.bb} (87%) diff

[OE-core] [PATCH v2] trace-cmd: Update to version 2.3.2

2014-08-08 Thread Yasir Khan
From: Yasir-Khan Current trace-cmd version 1.2 throws "recorder error in splice input" error while recording a trace on kernel version 3.10. Update the trace-cmd version to latest 2.3.2 to resolve this error and drop the redundant patches. * patches dropped - not needed anymore - tra

[OE-core] [PATCH] trace-cmd: Update to version 2.3.2

2014-08-06 Thread Yasir Khan
From: Yasir-Khan Current trace-cmd version 1.2 throws "recorder error in splice input" error while recording a trace on kernel version 3.10. Update the trace-cmd version to latest 2.3.2 to resolve this error. Signed-off-by: Yasir-Khan --- ...dd-checks-for-invalid-pointers-to-fix

[OE-core] [PATCH v3] wpa-supplicant: use PACKAGECONFIG for ssl selection

2014-08-06 Thread Yasir Khan
From: Yasir-Khan Select between openssl or gnutls as ssl implementation via PACKAGECONFIG instead of explicitly adding both via DEPENDS. Signed-off-by: Yasir-Khan --- .../wpa-supplicant/wpa-supplicant.inc | 20 +--- .../wpa-supplicant/{defconfig-gnutls

[OE-core] [PATCH v2] wpa-supplicant: use PACKAGECONFIG for ssl selection

2014-08-05 Thread Yasir Khan
From: Yasir-Khan Select between openssl or gnutls as ssl implementation via PACKAGECONFIG instead of explicitly adding both via DEPENDS. Signed-off-by: Yasir-Khan --- .../wpa-supplicant/wpa-supplicant.inc | 20 +- .../wpa-supplicant/wpa-supplicant/defconfig-gnutls | 552

[OE-core] [PATCH] bluez5: Allow method calls over dbus for bluetooth daemon

2014-08-05 Thread Yasir Khan
From: Yasir-Khan This patch changes the dbus policy settings in order to allow calling methods over dbus. bluez5 and pulseaudio rely on this mechanism to configure media end points. Previously bluetoothd was failing to configure the media end points with error

[OE-core] [PATCH] wpa-supplicant: use PACKAGECONFIG for ssl selection

2014-08-05 Thread Yasir Khan
From: Yasir-Khan Select between openssl or gnutls as ssl implementation via PACKAGECONFIG instead of explicitly adding both via DEPENDS. Signed-off-by: Yasir-Khan --- .../wpa-supplicant/wpa-supplicant.inc | 17 - 1 file changed, 16 insertions(+), 1 deletion

[OE-core] [PATCH] bluez5: Update the bluetooth.conf

2014-05-14 Thread Yasir Khan
From: Yasir-Khan In bluez5, agent interface has been renamed from org.bluez.Agent to org.bluez.Agent1. Reflect this change in bluetooth.conf to allow sending of dbus messages to agent interface. *Resolves no PIN prompt bug while pairing *Resolves bluetooth keyboard connection problem Signed

[OE-core] [PATCH] libacpi: Fix GNU_HASH problem

2014-01-13 Thread Yasir Khan
From: Yasir-Khan Fixes GNU_HASH problem by adding LDFLAGS to TARGET_CC_ARCH Signed-off-by: Yasir-Khan --- meta/recipes-bsp/libacpi/libacpi_0.2.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-bsp/libacpi/libacpi_0.2.bb b/meta/recipes-bsp/libacpi/libacpi_0.2.bb index

[OE-core] [PATCH] mesa-demos: Fix application demo2

2014-01-09 Thread Yasir Khan
From: Yasir-Khan Simple fix for demo2 application. Pass color array to glColorPointer. Signed-off-by: Yasir-Khan --- .../mesa/mesa-demos/fix-demo2-color.patch | 13 + meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb |3 ++- 2 files changed, 15 insertions(+), 1

[OE-core] [PATCH] lighttpd: add www/{logs,var} symlinks

2014-01-06 Thread Yasir Khan
From: Yasir-Khan For FHS compliance, create symbolic links to write variable data to standard paths Signed-off-by: Yasir-Khan --- meta/recipes-extended/lighttpd/lighttpd_1.4.33.bb |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/lighttpd

[OE-core] [PATCH V3] openssl.inc: Install c_rehash utility with openssl

2013-12-17 Thread Yasir Khan
From: mykhani c_rehash utility is not being installed with openssl.It conveniently generates hash and symbolic links based on it for CA certificates stored locally for SSL based server authentication Signed-off-by: Yasir-Khan --- meta/recipes-connectivity/openssl/openssl.inc |7 ++- 1

[OE-core] [PATCH V2] openssl.inc: Install c_rehash utility with openssl

2013-12-16 Thread Yasir Khan
From: mykhani c_rehash utility is not being installed with openssl.It conveniently generates hash and symbolic links based on it for CA certificates stored locally for SSL based server authentication Signed-off-by: mykhani --- meta/recipes-connectivity/openssl/openssl.inc | 11 ++- 1

[OE-core] [PATCH] openssl_1.0.1e: Install c_rehash utility with openssl

2013-12-13 Thread Yasir Khan
From: mykhani c_rehash utility is not being installed with openssl. It conveniently generates hash and symbolic links based on it for CA certificates stored locally for SSL based server authentication Signed-off-by: mykhani --- meta/recipes-connectivity/openssl/openssl_1.0.1e.bb | 10 +++