[OE-core] [PATCH] sysklogd: set INHIBIT_UPDATERCD_BBCLASS if 'sysvinit' not in DISTRO_FEATURES

2014-09-18 Thread Fahad Usman
We need to set INHIBIT_UPDATERCD_BBCLASS to "1" if 'sysvinit' is not present in DISTRO_FEATURES so that any un-necessary package dependencies are not added by update-rc.d.bbclass Signed-off-by: Fahad Usman --- meta/recipes-extended/sysklogd/sysklogd.inc |5

[OE-core] [PATCH 1/2] buildtools-tarball: include nativesdk-ca-certificates

2014-08-28 Thread Fahad Usman
nativesdk-ca-certificates is needed in order to support oe/yocto builds with buildtools-tarball on old hosts, as we provide libcurl, and that needs to be able to find the certs, and there's no standard path or bundle path, so we can't rely on the host. Signed-off-by: Fahad Usman Sig

[OE-core] [PATCH 2/2] buildtools-tarball: export GIT_SSL_CAINFO

2014-08-28 Thread Fahad Usman
export GIT_SSL_CAINFO so git can find the certs Signed-off-by: Fahad Usman Signed-off-by: Christopher Larson --- meta/recipes-core/meta/buildtools-tarball.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools

[OE-core] [PATCH v2 1/2] logrotate: obey our flags

2014-08-26 Thread Fahad Usman
Needed to quiet GNU_HASH warnings, and some minor fixes. Signed-off-by: Fahad Usman Signed-off-by: Christopher Larson --- meta/recipes-extended/logrotate/logrotate_3.8.7.bb | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/logrotate

[OE-core] [PATCH v2 2/2] logrotate: add packageconfigs

2014-08-26 Thread Fahad Usman
add packageconfigs for acl and selinux. Signed-off-by: Fahad Usman Signed-off-by: Christopher Larson --- meta/recipes-extended/logrotate/logrotate_3.8.7.bb |8 1 file changed, 8 insertions(+) diff --git a/meta/recipes-extended/logrotate/logrotate_3.8.7.bb b/meta/recipes-extended

[OE-core] [PATCH 1/2] logrotate: obey our flags

2014-08-25 Thread Fahad Usman
Needed to quiet GNU_HASH warnings, amd some minor fixes. Signed-off-by: Fahad Usman Signed-off-by: Christopher Larson --- meta/recipes-extended/logrotate/logrotate_3.8.7.bb | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/logrotate

[OE-core] [PATCH 2/2] logrotate: add packageconfigs

2014-08-25 Thread Fahad Usman
add packageconfigs for acl and selinux. Signed-off-by: Fahad Usman Signed-off-by: Christopher Larson --- meta/recipes-extended/logrotate/logrotate_3.8.7.bb |8 1 file changed, 8 insertions(+) diff --git a/meta/recipes-extended/logrotate/logrotate_3.8.7.bb b/meta/recipes-extended

[OE-core] [PATCH] dhcp: do not use ifconfig/route in dhclient-script

2014-08-19 Thread Fahad Usman
replacing the old "ifconfig" resp. "route" commands with their "ip" counterparts. It even improves the logic a bit by only flushing the IPv4 addresses instead of taking down the whole interface, which may still have active IPv6 connections." Signed-off-by: Fahad Us

[OE-core] [meta-browser][PATCH] nss: fix access to https websites

2013-01-21 Thread Fahad Usman
Signed-off-by: Fahad Usman --- recipes-support/nss/nss_3.13.3.bb |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-support/nss/nss_3.13.3.bb b/recipes-support/nss/nss_3.13.3.bb index bb602b1..a841397 100644 --- a/recipes-support/nss/nss_3.13.3.bb +++ b/recipes

[OE-core] [PATCH] cml1: set and export TERMINFO, to handle ncurses-native relocation

2012-12-21 Thread Fahad Usman
Larson the patch was imported from meta-mentor layer on yoctoproject git server http://git.yoctoproject.org/cgit/cgit.cgi/meta-mentor as of commit id 0cae284f294e3a2c99d9a4d79c95c25103cd8f8b Signed-off-by: Fahad Usman --- meta/classes/cml1.bbclass |3 ++- 1 file changed, 2 insertions(+), 1

[OE-core] [PATCH] blktrace: essentially rework the recipe, obey LDFLAGS

2012-12-20 Thread Fahad Usman
Signed-off-by: Christopher Larson the patch was imported from meta-mentor layer on yoctoproject git server http://git.yoctoproject.org/cgit/cgit.cgi/meta-mentor as of commit id aed463414e2e2bf8ca44ba54ee5973e7ed599e57 Signed-off-by: Fahad Usman --- .../blktrace/blktrace/blktrace

[OE-core] [PATCH] tar: apply fedora patch for fortify sources sigabort

2012-12-12 Thread Fahad Usman
: Fahad Usman --- .../tar-1.26/tar-1.26-fortifysourcessigabrt.patch | 36 meta/recipes-extended/tar/tar_1.26.bb |3 +- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-extended/tar/tar-1.26/tar-1.26

[OE-core] [PATCH 2/2] iperf: pass in target path vars

2012-12-12 Thread Fahad Usman
Signed-off-by: Fahad Usman --- meta/recipes-kernel/perf/perf_3.4.bb | 11 +++ 1 file changed, 11 insertions(+) diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb index 8d1b232..e89a7c3 100644 --- a/meta/recipes-kernel/perf/perf_3.4.bb +++ b/meta

[OE-core] [PATCH 1/2] perf: pass CFLAGS and LDFLAGS

2012-12-12 Thread Fahad Usman
Signed-off-by: Christopher Larson the patch was imported from meta-mentor layer on yoctoproject git server http://git.yoctoproject.org/cgit/cgit.cgi/meta-mentor as of commit id 9d698004137c1a888d40d6a4808d94afa22387e7 Signed-off-by: Fahad Usman --- meta/recipes-kernel/perf/perf_3.4.bb | 10

[OE-core] [PATCH] perf: kill -Werror

2012-12-11 Thread Fahad Usman
82e96b3baa1c64d03412871fce56d496a338f167 and ae325d011bd50501fe677c8b37295ae83030c526 Signed-off-by: Fahad Usman --- meta/recipes-kernel/perf/perf_3.4.bb |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb index b094362..4e6d03d

[OE-core] [PATCH 2/2] libpcre: Improve the recipe

2012-12-10 Thread Fahad Usman
original patch in two parts, this part contains some improvements to the recipe and the cross patch Signed-off-by: Fahad Usman --- .../recipes-support/libpcre/files/pcre-cross.patch | 53 +++- meta/recipes-support/libpcre/libpcre_8.32.bb | 65 +++- 2 files changed

[OE-core] [PATCH 1/2] libpcre: upgrade to 8.32

2012-12-10 Thread Fahad Usman
original patch in two parts, this first part upgrades the version to 8.32 Signed-off-by: Fahad Usman --- .../libpcre/{libpcre_8.31.bb => libpcre_8.32.bb} | 16 1 file changed, 8 insertions(+), 8 deletions(-) rename meta/recipes-support/libpcre/{libpcre_8.31.bb => libpcre_8

[OE-core] [PATCH] qemu: cflags concatination issue

2012-07-27 Thread Fahad Usman
From: Fahad Usman add patch to fix cflags concatination issue Signed-off-by: Fahad Usman --- .../qemu/qemu-0.15.1/cflags-separator.patch| 15 +++ meta/recipes-devtools/qemu/qemu_0.15.1.bb |3 ++- 2 files changed, 17 insertions(+), 1 deletions(-) create mode

[OE-core] [PATCH] lttng-2.0: update to the latest version

2012-07-27 Thread fahad . usman
From: Fahad Usman update lttng-modules-2.0, lttng-tools-2.0 lttng-ust-2.0 and liburcu to the latest stable released versions by lttng community remove the lttng-sycalls-protect-is_compat_task-from-redefiniti.patch because the problem is handled in the latest version of lttng-modules Signed-off