[OE-core] [PATCH] sysvinit-inittab: Fix getting tty device name from SERIAL_CONSOLES entries

2013-10-07 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Currently the part after tty in the device name go into label along with everything after that part. For example if SERIAL_CONSOLES=115200;vt100;ttyS0 than label=S0 but if SERIAL_CONSOLES=115200;ttyS0;vt100 than label=S0;vt100. If

[OE-core] [PATCH] systemd-compat-units: Use correct run-postinsts script link

2013-10-02 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com OE-Core commit 75a14923da1ba91eddde47f0907345c19c82d6f0 has moved run-postinsts script execution from S98 to S99 in rcS.d. run-postinsts.service should check for this script and run it on first boot rather than S98run-postinsts, which is for

[OE-core] [PATCH] opkg: ignore result of opkg configure

2013-10-02 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Some packages may return error while running opkg-cl configure, during first boot. This will fail 'ExecStart' and 'ExecStartPost' will not run. Without 'ExecStartPost' opkg-configure service will continue to run on successive boot attempts.

[OE-core] [PATCH] opkg: Use systemd service for first boot configuration

2013-09-27 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Currently opkg uses a script to configure packages during first time boot. This script is present in rcS.d and when 'sysvinit' is disabled this script doesn't execute. For systemd only distros this newly added service will run the opkg configure

[OE-core] [PATCH] systemd: fix ptest support

2013-09-24 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Currently do_install_ptest_base is failing because it cannot find 'test' directory in build dir, ${B}. 'test' directory is present in source dir, ${S}. Same is true for build-aux/test-driver and test/sys.tar.xz. Also this fixes: QA Issue:

[OE-core] [PATCH 1/2] [v2] connman: Upgrade to v1.18

2013-09-20 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com This release contains a few important bugfixes in addition to a few new features. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/recipes-connectivity/connman/connman_1.17.bb | 14 --

[OE-core] [PATCH 2/2] [v2] connman: Remove obsolete configurations from EXTRA_OECONF

2013-09-20 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com --enable-threads and --enable-fake are obsolete, unrecognized options for connman now. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/recipes-connectivity/connman/connman.inc |2 -- 1 file changed, 2 deletions(-) diff

[OE-core] [PATCH] connman: Upgrade to v1.18

2013-09-19 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com -This release contains a few important bugfixes in addition to a few new features. -Also remove some obsolete configurations from EXTRA_OECONF Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com ---

[OE-core] [PATCH] openssl: Add ca-certificates in RRECOMMENDS

2013-09-19 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com In some situations ca-certificates are required along with openssl to communicate securely, i.e. curl trying to fetch contents through https. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com ---

[OE-core] [PATCH] connman: Fix EXTRA_OECONF

2013-09-13 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - --enable-threads and --enable-fake are obsolete, unrecognized options now. - --enable-bluetooth,wifi,ofono just build these technologies as plugins and these plugins need to be installed explicitly. Our intention here is to make these

[OE-core] [PATCH 2/2] apmd: Add systemd support

2013-09-12 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com -Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service |7 +++ meta/recipes-bsp/apmd/apmd_3.2.2-14.bb | 13 +++-- 2 files

[OE-core] [PATCH 1/2] oprofileui-server: Add systemd support

2013-09-12 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com -Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../oprofileui-server/oprofileui-server.service|6 ++ .../oprofile/oprofileui-server_git.bb | 13 +++-- 2

[OE-core] [PATCH 1/5] [v6] openssh: Add systemd support

2013-09-04 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com -Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../openssh/openssh-6.2p2/sshd.socket | 11 +++ .../openssh/openssh-6.2p2/sshd@.service|9 +

[OE-core] [PATCH 3/5] [v6] rpcbind: Add systemd support

2013-09-04 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/recipes-extended/rpcbind/rpcbind/rpcbind.conf |3 +++ .../rpcbind/rpcbind/rpcbind.service| 14 ++

[OE-core] [PATCH 2/5] [v6] lighttpd: Add systemd support

2013-09-04 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../lighttpd/files/lighttpd.service| 12 meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | 12 +++-

[OE-core] [PATCH 4/5] [v6] nfs-utils: Add systemd support

2013-09-04 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../nfs-utils/nfs-utils/nfs-mountd.service | 11 ++ .../nfs-utils/nfs-utils/nfs-server.service | 18 ++

[OE-core] [PATCH 5/5] [v6] systemd: Remove base_libdir if installed only for systemd_unitdir

2013-09-04 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com If a recipe installs systemd_unitdir and it is a non-systemd build than systemd.bbclass deletes systemd_unitdir (/lib/systemd/) but not base_libdir (/lib). In this case if base_libdir is empty than following QA Issue is reported. ERROR: QA

[OE-core] [PATCH 1/5] [v5] openssh: Add systemd support

2013-08-29 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com -Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../openssh/openssh-6.2p2/sshd.socket | 11 ++ .../openssh/openssh-6.2p2/sshd@.service|9 +

[OE-core] [PATCH 3/5] [v5] rpcbind: Add systemd support

2013-08-29 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/recipes-extended/rpcbind/rpcbind/rpcbind.conf |3 +++ .../rpcbind/rpcbind/rpcbind.service| 14 ++

[OE-core] [PATCH 5/5] [v5] systemd: Remove base_libdir if installed only for systemd_unitdir

2013-08-29 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com If a recipe installs systemd_unitdir and it is a non-systemd build than systemd.bbclass deletes systemd_unitdir (/lib/systemd/) but not base_libdir (/lib). In this case if base_libdir is empty than following QA Issue is reported. ERROR: QA

[OE-core] [PATCH 2/5] [v5] lighttpd: Add systemd support

2013-08-29 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../lighttpd/files/lighttpd.service| 12 meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | 15

[OE-core] [PATCH 4/5] [v5] nfs-utils: Add systemd support

2013-08-29 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../nfs-utils/nfs-utils/nfs-mountd.service | 11 ++ .../nfs-utils/nfs-utils/nfs-server.service | 18 ++

[OE-core] [PATCH 5/5] [v4] systemd: Remove base_libdir if installed only for systemd_unitdir

2013-08-22 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com If a recipe installs systemd_unitdir and it is a non-systemd build than systemd.bbclass deletes systemd_unitdir (/lib/systemd/) but not base_libdir (/lib). In this case if base_libdir is empty than following QA Issue is reported. ERROR: QA

[OE-core] [PATCH 4/5] [v4] nfs-utils: Add systemd support

2013-08-22 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../nfs-utils/nfs-utils/nfs-mountd.service | 11 ++ .../nfs-utils/nfs-utils/nfs-server.service | 18 ++

[OE-core] [PATCH 2/5] [v4] lighttpd: Add systemd support

2013-08-22 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../lighttpd/files/lighttpd.service| 12 meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | 14 --

[OE-core] [PATCH 1/5] [v4] openssh: Add systemd support

2013-08-22 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com -Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../openssh/openssh-6.2p2/sshd.socket | 11 +++ .../openssh/openssh-6.2p2/sshd@.service|9 +

[OE-core] [PATCH 3/5] [v4] rpcbind: Add systemd support

2013-08-22 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/recipes-extended/rpcbind/rpcbind/rpcbind.conf |3 +++ .../rpcbind/rpcbind/rpcbind.service| 14 ++

[OE-core] [PATCH 2/4] [v3] lighttpd: Add systemd support

2013-08-16 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../lighttpd/files/lighttpd.service| 12 meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | 14 --

[OE-core] [PATCH 1/4] [v3] openssh: Add systemd support

2013-08-16 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com -Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../openssh/openssh-6.2p2/sshd.socket | 11 +++ .../openssh/openssh-6.2p2/sshd@.service|9 +

[OE-core] [PATCH 3/4] [v3] rpcbind: Add systemd support

2013-08-16 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/recipes-extended/rpcbind/rpcbind/rpcbind.conf |3 +++ .../rpcbind/rpcbind/rpcbind.service| 14 ++

[OE-core] [PATCH 4/4] [v3] nfs-utils: Add systemd support

2013-08-16 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../nfs-utils/nfs-utils/nfs-mountd.service | 11 ++ .../nfs-utils/nfs-utils/nfs-server.service | 18 ++

[OE-core] [PATCH 3/3] nfs-utils: Replace spaces with tabs in shell function

2013-08-13 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com As per OE-Core convention, indentation should be TAB for shell. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../nfs-utils/nfs-utils_1.2.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH 1/3] lighttpd: Replace spaces with tabs in shell function

2013-08-13 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com As per OE-Core convention, indentation should be TAB for shell. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb |8 1 file changed, 4 insertions(+), 4 deletions(-)

[OE-core] [PATCH 2/3] rpcbind: Replace spaces with tabs in shell function

2013-08-13 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com As per OE-Core convention, indentation should be TAB for shell. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-)

[OE-core] [PATCH 2/4] [v2] lighttpd: Add systemd support

2013-08-12 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../lighttpd/files/lighttpd.service| 12 meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | 14 --

[OE-core] [PATCH 3/4] [v2] rpcbind: Add systemd support

2013-08-12 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/recipes-extended/rpcbind/rpcbind/rpcbind.conf |3 +++ .../rpcbind/rpcbind/rpcbind.service| 14 ++

[OE-core] [PATCH 4/4] [v2] nfs-utils: Add systemd support

2013-08-12 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../nfs-utils/nfs-utils/nfs-mountd.service | 11 ++ .../nfs-utils/nfs-utils/nfs-server.service | 18 +

[OE-core] [PATCH 1/4] [v2] openssh: Add systemd support

2013-08-12 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com -Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../openssh/openssh-6.2p2/sshd.socket | 11 ++ .../openssh/openssh-6.2p2/sshd@.service|9 +

[OE-core] [PATCH 1/4] openssh: Add systemd support

2013-08-01 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com -Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../openssh/openssh-6.2p2/sshd.socket | 11 ++ .../openssh/openssh-6.2p2/sshd@.service|9 +

[OE-core] [PATCH 4/4] nfs-utils: Add systemd support

2013-08-01 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../nfs-utils/nfs-utils/nfs-utils.service | 16 .../nfs-utils/nfs-utils_1.2.8.bb | 13

[OE-core] [PATCH 2/4] lighttpd: Add systemd support

2013-08-01 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../lighttpd/files/lighttpd.service| 12 meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | 14 --

[OE-core] [PATCH 3/4] rpcbind: Add systemd support

2013-08-01 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../rpcbind/rpcbind/rpcbind.service| 13 + meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb | 10 +- 2

[OE-core] [PATCH 1/2] [V2] systemd: Remove init.d dir if systemd unit file is present and sysvinit not a distro feature

2013-07-29 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com If systemd is supported DISTRO_FEATURE and sysvinit is not and also if systemd_unitdir contains anything then no need to keep init.d scripts for sysvinit compatibility. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com ---

[OE-core] [PATCH 2/2] busybox: Add syslog-init alternative only if SysV in enabled

2013-07-29 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com If systemd is enabled then syslog is handled through a service file and related files in /etc/init.d are removed. This removes following warning: WARNING: busybox: NOT adding alternative provide /etc/init.d/syslog: /etc/init.d/syslog.busybox

[OE-core] [PATCH] avahi: Remove unnecessary runtime dependency on sysvinit-pidof

2013-07-25 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com 'pidof' is alternatively coming from busybox so no need for avahi to explicitly rdepend on sysvinit-pidof. This unnecessarily includes sysvinit in systemd only build. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com ---

[OE-core] [PATCH] systemd: Remove init.d dir if systemd unit file is present and sysvinit not a distro feature

2013-07-23 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com If systemd is supported DISTRO_FEATURE and sysvinit is not and also if systemd_unitdir contains a service file(s) then no need to keep init.d scripts for sysvinit compatibility. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com ---

[OE-core] [PATCH 2/2] update-rc.d: Remove init.d dir if sysvinit is not in distro features

2013-07-19 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com If sysvinit is not supported DISTRO_FEATURE than there is no need to package related initialization scripts. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/classes/update-rc.d.bbclass |9 + 1 file changed, 9

[OE-core] [PATCH 1/2] systemd: Remove systemd_unitdir if systemd is not in distro features

2013-07-19 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com If systemd is not supported DISTRO_FEATURE than there is no need to package related service files. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/classes/systemd.bbclass |9 + 1 file changed, 9 insertions(+)

[OE-core] [PATCH] [v2] openssh: Enabling with systemd

2013-07-11 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on systemd layer - Install 'sysv' related files only if distro has this feature Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../openssh/openssh-6.2p2/sshd.socket | 11

Re: [OE-core] [PATCH] [v2] openssh: Enabling with systemd

2013-07-11 Thread Shakeel, Muhammad
Will you please send .bbappend removal patches for meta-systemd layer when your changes in oe-core are applied? That way I don't need to keep track of what was moved already. Thanks Yes, if this patch gets merged into oe-core, I'll send another patch for meta-systemd to remove respective

[OE-core] [PATCH] [v2] rpcbind: Add systemd support

2013-07-11 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Adds systemd support in rpcbind - Install 'sysv' related files only if distro has this feature Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../rpcbind/rpcbind/rpcbind.service| 13 +++

[OE-core] [PATCH] rpcbind: Add systemd support

2013-07-10 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Adds systemd support in rpcbind - Install 'sysv' related files only if distro has this feature - Set PR to 'r0' Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../rpcbind/rpcbind/rpcbind.service| 13

[OE-core] [PATCH] nfs-utils: Add systemd support

2013-07-10 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Adds systemd support in nfs-utils - Install 'sysv' related files only if distro has this feature Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../nfs-utils/nfs-utils/nfs-utils.service | 16 +++

[OE-core] [PATCH] bash: Add ptest

2013-07-05 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com ptest support was already added for v4.2 but for the distros using GPLv2 version of bash (3.2.48) this update is required. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../bash/bash-3.2.48/build-tests.patch | 44

[OE-core] [PATCH] [v3] lighttpd: Enabling with systemd

2013-07-04 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on systemd layer - Use lighttpd service type 'simple' rather than 'oneshot' Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../lighttpd/files/lighttpd.service| 12

Re: [OE-core] [PATCH] [v3] lighttpd: Enabling with systemd

2013-07-04 Thread Shakeel, Muhammad
Please ignore this. I will send a v4 which will run the service file through sed. Thanks, Shakeel From: Shakeel, Muhammad Sent: Thursday, July 04, 2013 8:18 PM To: openembedded-core@lists.openembedded.org Cc: Shakeel, Muhammad Subject: [PATCH] [v3

[OE-core] [PATCH] openssh: Enabling with systemd

2013-07-01 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on systemd layer - Bump PR Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../openssh/openssh-6.2p2/sshd.socket | 11 +++ .../openssh/openssh-6.2p2/sshd@.service|9

Re: [OE-core] [PATCH] [dylan] lighttpd: Enabling with systemd

2013-07-01 Thread Shakeel, Muhammad
From: Paul Eggleton [paul.eggle...@linux.intel.com] Sent: Monday, July 01, 2013 3:02 PM To: Shakeel, Muhammad Cc: Saul Wold; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] [dylan] lighttpd: Enabling with systemd On Friday 28 June

Re: [OE-core] [PATCH] [dylan] lighttpd: Enabling with systemd

2013-06-28 Thread Shakeel, Muhammad
? Best Regards, Shakeel From: Shakeel, Muhammad Sent: Wednesday, June 19, 2013 9:49 PM To: openembedded-core@lists.openembedded.org Cc: Shakeel, Muhammad Subject: [PATCH] [dylan] lighttpd: Enabling with systemd From: Muhammad Shakeel muhammad_shak

[OE-core] [PATCH] [dylan] lighttpd: Enabling with systemd

2013-06-19 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on systemd layer - Use lighttpd service type 'simple' rather than 'oneshot' Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | 11 ++- 1 file

[OE-core] [PATCH] [v2] [dylan] lighttpd: Enabling with systemd

2013-06-19 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on systemd layer - Use lighttpd service type 'simple' rather than 'oneshot' Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../lighttpd/files/lighttpd.service| 12

Re: [OE-core] [CONSOLIDATED PULL 00/37] Updates and some fixes

2013-06-18 Thread Shakeel, Muhammad
Hi, Could you please consider following commits for dylan branch? Muhammad Shakeel (1): ofono: Add run time dependency for ofono test scripts meta/recipes-connectivity/ofono/ofono.inc | 2 +- Without this patch we will see run time error while executing some of the ofono tests

[OE-core] [PATCH] openssl: Add fix for cipher des-ede3-cfb1

2013-06-13 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Add patch file for one of the ciphers used in openssl, namely the cipher des-ede3-cfb1. Details of the bug, without this patch, can be found here. http://rt.openssl.org/Ticket/Display.html?id=2867 Signed-off-by: Muhammad Shakeel

[OE-core] [PATCH] ofono: Add run time dependency for ofono test scripts

2013-06-11 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Some ofono test scripts i.e. enable-modem use python-dbus module and this must be installed along with ofono-tests package. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/recipes-connectivity/ofono/ofono.inc |2 +- 1

[OE-core] [PATCH 1/2 v4] archiver class: Use tasks with sstate instead of pre/post funcs

2013-02-20 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com * Add tasks to move sources, script/logs and diff/env files in deploy directory. * Enable SSTATE for 'do_archive_scripts_logs' task * Enable SSTATE for 'do_dumpdata_create_diff_gz' task * SSTATE is not used for sources/patches archiver task

[OE-core] [PATCH 2/2 v4] archive-*-source.bbclass: Handle all package classes

2013-02-20 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com * Add archiver tasks correctly for any 'IMAGE_PKGTYPE'. [YOCTO #3449] Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com Signed-off-by: Noor Ahsan noor_ah...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com ---

Re: [OE-core] [PATCH 1/2 v3] archiver class: Use tasks instead of pre/post funcs with sstate

2013-02-18 Thread Shakeel, Muhammad
believe 'recrdeps' can introduce cyclic dependency so I didn't use it. What is your suggestion on this? Regards, Shakeel From: Richard Purdie [richard.pur...@linuxfoundation.org] Sent: Tuesday, January 22, 2013 8:41 PM To: Shakeel, Muhammad Cc: openembedded

[OE-core] [PATCH 1/2 v3] archiver class: Use tasks instead of pre/post funcs with sstate

2013-01-22 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com * Add tasks to move sources, script/logs and diff/env files in deploy directory. * Enable SSTATE for 'do_archive_scripts_logs' task * Enable SSTATE for 'do_dumpdata_create_diff_gz' task * SSTATE is not used for sources/patches archiver task

[OE-core] [PATCH 2/2 v3] archive-*-source.bbclass: Handle all package classes

2013-01-22 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com * Add archiver tasks correctly for any 'IMAGE_PKGTYPE'. [YOCTO #3449] Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com Signed-off-by: Noor Ahsan noor_ah...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com ---

Re: [OE-core] [PATCH 2/2 v2] archive-*-source.bbclass: Handle all package classes

2013-01-16 Thread Shakeel, Muhammad
, Muhammad Cc: openembedded-core@lists.openembedded.org; Larson, Chris Subject: Re: [OE-core] [PATCH 2/2 v2] archive-*-source.bbclass: Handle all package classes On Mon, 2013-01-14 at 18:48 +0500, Shakeel, Muhammad wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com * Add archiver tasks correctly

Re: [OE-core] [PATCH 1/3] archive-*-source.bbclass: Use tasks instead of pre/post functions

2013-01-14 Thread Shakeel, Muhammad
All right. I am resending this patch with two commits in total. --Shakeel -Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Tuesday, January 08, 2013 9:04 PM To: Shakeel, Muhammad Cc: Patches and discussions about

[OE-core] [PATCH 1/2 v2] archiver class: Use tasks with sstate instead of pre/post funcs

2013-01-14 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com * Add tasks to move sources, script/logs and diff/env files in deploy directory. * Enable SSTATE for 'do_archive_scripts_logs' task * Enable SSTATE for 'do_dumpdata_create_diff_gz' task * SSTATE is not used for sources/patches archiver task

[OE-core] [PATCH 2/2 v2] archive-*-source.bbclass: Handle all package classes

2013-01-14 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com * Add archiver tasks correctly for any 'IMAGE_PKGTYPE'. [YOCTO #3449] Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com Signed-off-by: Noor Ahsan noor_ah...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com ---

[OE-core] [PATCH 1/3] archive-*-source.bbclass: Use tasks instead of pre/post functions

2013-01-08 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com * Modified following archiver related classes to add separate tasks for different archiver functions instead of adding these as pre/post functions of existing tasks. -archive-original-source.bbclass -archive-patched-source.bbclass

[OE-core] [PATCH 2/3] archiver class: Make archiver tasks SSTATE aware

2013-01-08 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com * Enable SSTATE for 'do_archive_scripts_logs' task * Enable SSTATE for 'do_dumpdata_create_diff_gz' task * SSTATE is not used for sources/patches archiver task because source archive package can result into a very large file. It will be an

[OE-core] [PATCH 3/3] archive-*-source.bbclass: Handle all package classes

2013-01-08 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com * Add archiver tasks correctly for any 'IMAGE_PKGTYPE'. [YOCTO #3449] Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com Signed-off-by: Noor Ahsan noor_ah...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com ---

Re: [OE-core] [PATCH 3/3] [RFC] archive-*-source.bbclass: Handle package class 'package_ipk'

2013-01-06 Thread Shakeel, Muhammad
2, 2013 at 10:04 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Wed, Jan 2, 2013 at 12:51 PM, Christopher Larson chris_lar...@mentor.com wrote: On Wed, Jan 2, 2013 at 4:53 AM, Shakeel, Muhammad muhammad_shak...@mentor.com wrote: addtask do_archive_scripts_logs after

[OE-core] [PATCH 1/3] [RFC] archive-*-source.bbclass: Use tasks instead of pre/post functions

2013-01-02 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com * Modified following archiver related classes to add separate tasks for different archiver functions instead of adding these as pre/post functions of existing tasks. -archive-original-source.bbclass -archive-patched-source.bbclass

[OE-core] [PATCH 2/3] [RFC] archiver class: Make archiver tasks SSTATE aware

2013-01-02 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com * Enable SSTATE for 'do_archive_scripts_logs' task * Enable SSTATE for 'do_dumpdata_create_diff_gz' task * SSTATE is not used for sources/patches archiver task because source archive package can result into a very large file. It will be an

[OE-core] [PATCH 3/3] [RFC] archive-*-source.bbclass: Handle package class 'package_ipk'

2013-01-02 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com * Add archiver tasks correctly if 'PACKAGE_CLASSES' is set to 'package_ipk' [YOCTO #3449] Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com Signed-off-by: Noor Ahsan noor_ah...@mentor.com Signed-off-by: Christopher Larson

[OE-core] [PATCHv2] wireless-tools: Remove QA warning: No GNU_HASH in the elf binary

2012-12-18 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Handle LDFLAGS properly in the Makefile to remove warning: QA Issue: No GNU_HASH in the elf binary Signed-off-by: Christopher Larson chris_lar...@mentor.com Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com ---

[OE-core] [PATCHv2] libacpi: Remove QA warning: No GNU_HASH in the elf binary

2012-12-12 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Handle LDFLAGS properly in the Makefile to remove warning: QA Issue: No GNU_HASH in the elf binary Signed-off-by: Christopher Larson chris_lar...@mentor.com Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com ---

[OE-core] [PATCH] libacpi: Remove QA warning: No GNU_HASH in the elf binary

2012-12-11 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Handle LDFLAGS properly in the Makefile to remove warning: QA Issue: No GNU_HASH in the elf binary Signed-off-by: Christopher Larson chris_lar...@mentor.com Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com ---

[OE-core] [PATCH] wireless-tools: Remove QA warning: No GNU_HASH in the elf binary

2012-12-11 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Handle LDFLAGS properly in the Makefile to remove warning: QA Issue: No GNU_HASH in the elf binary Signed-off-by: Christopher Larson chris_lar...@mentor.com Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com ---

[OE-core] [PATCH] libaio: Remove QA warning: No GNU_HASH in the elf binary

2012-12-05 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Update the LINK_FLAGS in the Makefile to remove warning: QA Issue: No GNU_HASH in the elf binary Signed-off-by: Christopher Larson chris_lar...@mentor.com Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com ---

Re: [OE-core] [PATCH] udev 182: Create a symlink of /lib/udev/udevd in /sbin

2012-12-05 Thread Shakeel, Muhammad
will get /lib64 in baselib. (Sorry for replying late as I forgot to flag this conversation.) Regards, Shakeel -Original Message- From: ChenQi [mailto:qi.c...@windriver.com] Sent: Friday, November 30, 2012 11:01 AM To: Shakeel, Muhammad Cc: openembedded-core@lists.openembedded.org; Otavio

[OE-core] [PATCH] zip: Remove QA warnings: No GNU_HASH in the elf binary

2012-12-05 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Update the LFLAGS1 in the Makefile to remove warnings: QA Issue: No GNU_HASH in the elf binary Signed-off-by: Christopher Larson chris_lar...@mentor.com Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com ---

[OE-core] [PATCH] qa.py: Modify the env for the child process only

2012-12-04 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Modified environment is only required for new subprocess to execute objdump command and not for the current process. We should only modify the copy of env to pass it on to the child. Signed-off-by: Christopher Larson chris_lar...@mentor.com

[OE-core] [PATCH] qa.py: Toolchain path should not be hardcoded to execute objdump

2012-12-04 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Currently objdump command is invoked from the STAGING_BINDIR_TOOLCHAIN directory. In case of external toolchain if this directory doesn't exist then objdump fails to execute. Instead of hardcoding the path it should search PATH to find it.

Re: [OE-core] [PATCH] udev 182: Create a symlink of /lib/udev/udevd in /sbin

2012-11-28 Thread Shakeel, Muhammad
-Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Wednesday, November 28, 2012 3:52 PM To: ChenQi Cc: Shakeel, Muhammad; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] udev 182: Create a symlink

[OE-core] [PATCH] udev 182: Create a symlink of /lib/udev/udevd in /sbin

2012-11-27 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com From udev 174 changelog: The udev daemon moved to /lib/udev/udevd. Non-systemd init systems and non-dracut initramfs image generators need to change the init scripts. Alternatively the udev build needs to move udevd back to /sbin or create a