Re: [OE-core] [PATCH v7] connman: ignore the networking device which nfs for rootfs is working on

2013-11-04 Thread Muhammad Shakeel
On 10/31/2013 06:14 AM, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com Create connman-evn.service, which will run a script to compute the networking device when nfs root is on, and pass the result to connman.service Copy Connmand.service from source code, add

Re: [OE-core] [oe-commits] Muhammad Shakeel : openssh: Add systemd support

2013-10-24 Thread Muhammad Shakeel
://git.openembedded.org/?p=openembedded-core.gita=commit;h=6e6445d487c033913a29763f8e3a7a339d5b612d Author: Muhammad Shakeel muhammad_shak...@mentor.com Date: Wed Sep 4 11:04:59 2013 + openssh: Add systemd support -Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak

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

2013-09-25 Thread Muhammad Shakeel
On 09/19/2013 06:03 PM, Shakeel, Muhammad wrote: 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

Re: [OE-core] [PATCH] systemd: add ptest

2013-09-23 Thread Muhammad Shakeel
On 09/03/2013 07:50 AM, rongqing...@windriver.com wrote: +do_install_ptest () { + install -d ${D}${PTEST_PATH}/test + install -d ${D}${libdir}/udev/rules.d + install ${B}/test/* ${D}${PTEST_PATH}/test This patch is merged into master and I am trying to build systemd with ptest

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

2013-09-20 Thread Muhammad Shakeel
On 09/19/2013 06:41 PM, Jukka Rissanen wrote: I would recommend taking it. Biggest issue fixed in 1.18 was the iptables support which did not work in ARM based devices. This patch could perhaps split to two pieces, first one removing obsolete options and second one updating the version.

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

2013-09-19 Thread Muhammad Shakeel
On 09/19/2013 06:09 PM, Richard Purdie wrote: On Thu, 2013-09-19 at 17:52 +0500, Shakeel, Muhammad wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com -This release contains a few important bugfixes in addition to a few new features. So it fixes some old bugs and potentially adds new

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

2013-09-13 Thread Muhammad Shakeel
On 09/13/2013 05:56 PM, Jukka Rissanen wrote: Hi Muhammad, On 13.09.2013 14:50, Shakeel, Muhammad wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com - --enable-threads and --enable-fake are obsolete, unrecognized options now. - --enable-bluetooth,wifi,ofono just build

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

2013-08-20 Thread Muhammad Shakeel
On 08/20/2013 02:00 AM, Saul Wold wrote: On 08/18/2013 11:40 PM, Khem Raj wrote: On Sun, Aug 18, 2013 at 11:18 PM, Muhammad Shakeel muhammad_shak...@mentor.com wrote: /usr/sbin/ is being sed'ed with ${sbindir} in do_install_append of the respective recipe file. /usr/bin/ and /bin/ is also

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

2013-08-19 Thread Muhammad Shakeel
On 08/16/2013 10:47 PM, Khem Raj wrote: On Fri, Aug 16, 2013 at 10:27 AM, Shakeel, Muhammad muhammad_shak...@mentor.com mailto:muhammad_shak...@mentor.com wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com mailto:muhammad_shak...@mentor.com -Remove dependency on meta

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

2013-07-30 Thread Muhammad Shakeel
On 07/25/2013 09:43 PM, Saul Wold wrote: On 07/25/2013 03:02 AM, Shakeel, Muhammad wrote: -RDEPENDS_avahi-daemon = sysvinit-pidof - I am sure there was a reason that the sysvinit version of pidof was required over the busybox, did you test that the busybox version works correctly in both

Re: [OE-core] [PATCH 1/3] ofono: Add systemd support

2013-07-29 Thread Muhammad Shakeel
On 07/26/2013 05:35 PM, Jukka Rissanen wrote: do_install_append() { - install -d ${D}${sysconfdir}/init.d/ - install -m 0755 ${WORKDIR}/ofono ${D}${sysconfdir}/init.d/ofono +if ${@base_contains('DISTRO_FEATURES','sysvinit','true','false',d)}; then +install -d

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

2013-07-25 Thread Muhammad Shakeel
On 07/25/2013 02:56 PM, Burton, Ross wrote: On 24 July 2013 14:55, Paul Eggleton paul.eggle...@linux.intel.com wrote: Would it work to simply check for any files instaled into systemd_unitdir? Agreed - the list of file types has grown over time so we'd been constantly chasing systemd, and it's

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

2013-07-24 Thread Muhammad Shakeel
On 07/23/2013 06:59 PM, Burton, Ross wrote: On 19 July 2013 12:53, Shakeel, Muhammad muhammad_shak...@mentor.com wrote: If systemd is not supported DISTRO_FEATURE than there is no need to package related service files. When this is merged can you follow this up with a series to remove all of

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

2013-07-24 Thread Muhammad Shakeel
On 07/23/2013 03:46 PM, Enrico Scholz wrote: Shakeel, Muhammad muhammad_shakeel-nmggyn9qbj3qt0dzr+a...@public.gmane.org writes: 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

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

2013-07-22 Thread Muhammad Shakeel
On 07/05/2013 12:23 PM, Shakeel, Muhammad wrote: 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

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

2013-07-15 Thread Muhammad Shakeel
On 07/12/2013 09:32 PM, Burton, Ross wrote: On 11 July 2013 19:32, Saul Wold s...@linux.intel.com wrote: We are seeing different checks for different recipes. Do you guys think that it is possible to handle them in bbclass. How different are they, there is the DISTRO_FEATURE check and then