Re: [OE-core] [oe-core][PATCH 2/2] systemd: fix tests when not using gold

2014-04-23 Thread Khem Raj
On Wed, Apr 23, 2014 at 9:43 AM, Dan McGregor wrote: > On 23 April 2014 10:34, Saul Wold wrote: >> >> On 04/23/2014 08:01 AM, Dan McGregor wrote: >>> >>> From: Dan McGregor >>> >>> Explicitly mark the dummy function as externally visible >>> so that ld can find the symbol at link time. This is n

Re: [OE-core] [PATCH 1/4] cronie: add systemd support

2014-04-23 Thread Khem Raj
On Wed, Apr 23, 2014 at 2:40 AM, Chen Qi wrote: > +EnvironmentFile=/etc/sysconfig/crond should this be represented as ${sysconfdir}/sysconfig/crond somehow instead -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://li

[OE-core] [PATCH V2 1/4] cronie: add systemd support

2014-04-23 Thread Chen Qi
Add systemd support for cronie. Signed-off-by: Chen Qi --- meta/recipes-extended/cronie/cronie/crond.service | 11 +++ meta/recipes-extended/cronie/cronie_1.4.11.bb | 12 +++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-extended/croni

[OE-core] [PATCH V2 4/4] tcf-agent: add systemd support

2014-04-23 Thread Chen Qi
Add systemd unit file tcf-agent.service. Signed-off-by: Chen Qi --- .../tcf-agent/tcf-agent/tcf-agent.service | 10 ++ meta/recipes-devtools/tcf-agent/tcf-agent_git.bb |8 +++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-devtools

[OE-core] [PATCH V2 3/4] ppp: add systemd support

2014-04-23 Thread Chen Qi
Add systemd support for ppp. The unit file mostly comes from ArchLinux. Signed-off-by: Chen Qi --- meta/recipes-connectivity/ppp/ppp/ppp@.service |9 + meta/recipes-connectivity/ppp/ppp_2.4.6.bb |9 +++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 1006

[OE-core] [PATCH V2 2/4] bind: add systemd support

2014-04-23 Thread Chen Qi
Add systemd support for bind. Signed-off-by: Chen Qi --- .../bind/bind/generate-rndc-key.sh |7 +++ meta/recipes-connectivity/bind/bind/named.service | 22 meta/recipes-connectivity/bind/bind_9.9.5.bb | 17 ++- 3 files changed,

[OE-core] [PATCH V2 0/4] systemd related fixes post 1.6

2014-04-23 Thread Chen Qi
Changes since V1: 1. Fix an error in generate-rndc-key.sh. The command should be `chmod' instead of `chown'. The following changes since commit bec37f8b85b6dd1e4e1c1b9b215a7952ca2fc386: build-appliance-image: Update to head revision (2014-04-22 22:53:34 +0100) are available in the git reposi

Re: [OE-core] [PATCH 2/4] bind: add systemd support

2014-04-23 Thread ChenQi
Hi all, In generate-rndc-key.sh, I should use `chmod' instead of `chown'. Sorry for my mistake. I'll send out a V2 for this patch. //Chen Qi On 04/23/2014 05:40 PM, Chen Qi wrote: Add systemd support for bind. Signed-off-by: Chen Qi --- .../bind/bind/generate-rndc-key.sh |

Re: [OE-core] [PATCH] udev: Update touchscreen rule for ID_INPUT_TOUCHSCREEN

2014-04-23 Thread Denys Dmytriyenko
On Thu, Oct 31, 2013 at 07:27:30AM -0400, Tom Rini wrote: > On Tue, Oct 22, 2013 at 12:37:10PM -0400, Tom Rini wrote: > > > Since udev 174 udev has been running input_id as a built-in command and > > setting this value in the environment for touchscreens. Use this logic > > to detect when to make

[OE-core] [oe-core][PATCH v2] systemd: fix systemd-user pam configuration

2014-04-23 Thread Dan McGregor
From: Dan McGregor Use common-auth and common-session files instead of system-auth. system-auth is a convention that oe-core doesn't follow. This fixes an issue where the systemd user session manager fails to start. Signed-off-by: Dan McGregor --- .../systemd/systemd-pam-fix-systemd-user.patch

Re: [OE-core] [PATCH] tree: new recipe for version 1.6.0

2014-04-23 Thread Saul Wold
On 04/23/2014 01:41 AM, Christian Charreyre wrote: This patch creates the recipe for the command tree, which is a recursive directory listing command that produces a depth indented listing of files, which is colorized ala dircolors if the LS_COLORS environment variable is set and output is to tty

[OE-core] [PATCH V2 1/1] rt-tests: bump version 0.87 => 0.89

2014-04-23 Thread gary . robertson
Thanks for the helpful comments as I am a relative newbie at patch submission etiquette and procedures within the community. In response to comments received from the mailing list, I have: - included contents from the initial cover letter into the patch header and - removed the obsoleted pat

[OE-core] [PATCH] rt-tests: bump version 0.87 => 0.89

2014-04-23 Thread gary . robertson
From: Anders Roxell cyclictest was updated to correct some problems with CPU affinity selection and display of help and/or execution details. These patches were accepted by the maintainer of the cyclictest utility. The changes were reflected in an updated release of rt-tests - v0.89 The cyclictes

Re: [OE-core] [oe-core][PATCH 2/2] systemd: fix tests when not using gold

2014-04-23 Thread Dan McGregor
On 23 April 2014 10:34, Saul Wold wrote: > On 04/23/2014 08:01 AM, Dan McGregor wrote: > >> From: Dan McGregor >> >> Explicitly mark the dummy function as externally visible >> so that ld can find the symbol at link time. This is needed >> when the DISTRO_FEATURE ld-is-gold is not enabled; syste

Re: [OE-core] [oe-core][PATCH 2/2] systemd: fix tests when not using gold

2014-04-23 Thread Saul Wold
On 04/23/2014 08:01 AM, Dan McGregor wrote: From: Dan McGregor Explicitly mark the dummy function as externally visible so that ld can find the symbol at link time. This is needed when the DISTRO_FEATURE ld-is-gold is not enabled; systemd uses -flto anyway. Signed-off-by: Dan McGregor --- m

Re: [OE-core] [oe-core][PATCH 2/2] systemd: fix tests when not using gold

2014-04-23 Thread Burton, Ross
(re-adding the list) On 23 April 2014 17:19, Dan McGregor wrote: > Sorry, I should have been more specific. It breaks with Linaro GCC from > meta-linaro, not the one in oe-core. It works fine with oe-core's gcc. So arguably this should be in meta-linaro, as it's to fix a problem with their (pres

Re: [OE-core] [oe-core][PATCH 2/2] systemd: fix tests when not using gold

2014-04-23 Thread Burton, Ross
On 23 April 2014 16:01, Dan McGregor wrote: > Explicitly mark the dummy function as externally visible > so that ld can find the symbol at link time. This is needed > when the DISTRO_FEATURE ld-is-gold is not enabled; systemd > uses -flto anyway. So how does this work for me currently (or the aut

[OE-core] [oe-core][PATCH 2/2] systemd: fix tests when not using gold

2014-04-23 Thread Dan McGregor
From: Dan McGregor Explicitly mark the dummy function as externally visible so that ld can find the symbol at link time. This is needed when the DISTRO_FEATURE ld-is-gold is not enabled; systemd uses -flto anyway. Signed-off-by: Dan McGregor --- meta/recipes-core/systemd/systemd/systemd-lto-fi

[OE-core] [oe-core][PATCH 1/2] systemd: fix systemd-user pam configuration

2014-04-23 Thread Dan McGregor
From: Dan McGregor Use common-auth and common-session files instead of system-auth. system-auth is a Fedora-ism that oe-core doesn't have. This fixes an issue where the systemd user session manager fails to start. Signed-off-by: Dan McGregor --- .../systemd/systemd/systemd-pam-fix-systemd-user

Re: [OE-core] [PATCH 05/10] mc: update to 4.8.12

2014-04-23 Thread Richard Purdie
On Tue, 2014-04-22 at 16:49 -0700, Saul Wold wrote: > Remove the disable-samba since it's been renamed to vfs_smb and disabled > by default. Will this detect the presence of samba in the sysroot and autoconfigure itself to enabled? Cheers, Richard > Signed-off-by: Saul Wold > --- > meta/recip

[OE-core] [PATCH] libpng: bump to 1.6.10

2014-04-23 Thread Maxin B. John
From: "Maxin B. John" 1. Fixes CVE-2014-0333 2. There are changes in License checksums. This is due to new contributor names being added to LICENSE and png.h file contains version of the new release.So, license remains the same. Signed-off-by: Maxin B. John --- .../libpng/{libpng_1.6.8.b

Re: [OE-core] oe-selftest developer oriented improvements

2014-04-23 Thread Stoicescu, CorneliuX
> > 1) Testing recipes updates or new recipes > > > > Even though we cannot test every single scenario or the functionality of a > recipe, we could create a test suite that would: > > - build the recipe with all major architectures(qemux86, qemux86-64, > > qemuarm, qemuppc, qemumips) > > - rebui

Re: [OE-core] [V2][PATCH 1/1] pixbufcache: add error exit in pixbufcache_sstate_postinst

2014-04-23 Thread Burton, Ross
Acked-By: Ross Burton On 22 April 2014 19:00, Joe Slater wrote: > In order to attempt recovery of a failed populate_sysroot_setscene, > we need to explicitly error exit an SSTATEPOSTINSTFUNC. So, we test > the return value of gdk-pixbuf-query-loaders. > > Signed-off-by: Joe Slater > --- > met

Re: [OE-core] oe-selftest developer oriented improvements

2014-04-23 Thread Paul Barker
On 23 April 2014 10:26, Stoicescu, CorneliuX wrote: > Hello, > > During the 1.6 development/testing cycle we introduced and used oe-selftest > more and more for QA purposes to identify various issues in the master > branch. For those who don't know yet what is oe-selftest, it is a python unit >

[OE-core] [PATCH 2/4] bind: add systemd support

2014-04-23 Thread Chen Qi
Add systemd support for bind. Signed-off-by: Chen Qi --- .../bind/bind/generate-rndc-key.sh |7 +++ meta/recipes-connectivity/bind/bind/named.service | 22 meta/recipes-connectivity/bind/bind_9.9.5.bb | 17 ++- 3 files changed,

[OE-core] [PATCH 3/4] ppp: add systemd support

2014-04-23 Thread Chen Qi
Add systemd support for ppp. The unit file mostly comes from ArchLinux. Signed-off-by: Chen Qi --- meta/recipes-connectivity/ppp/ppp/ppp@.service |9 + meta/recipes-connectivity/ppp/ppp_2.4.6.bb |9 +++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 1006

[OE-core] [PATCH 4/4] tcf-agent: add systemd support

2014-04-23 Thread Chen Qi
Add systemd unit file tcf-agent.service. Signed-off-by: Chen Qi --- .../tcf-agent/tcf-agent/tcf-agent.service | 10 ++ meta/recipes-devtools/tcf-agent/tcf-agent_git.bb |8 +++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-devtools

[OE-core] [PATCH 1/4] cronie: add systemd support

2014-04-23 Thread Chen Qi
Add systemd support for cronie. Signed-off-by: Chen Qi --- meta/recipes-extended/cronie/cronie/crond.service | 11 +++ meta/recipes-extended/cronie/cronie_1.4.11.bb | 12 +++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-extended/croni

[OE-core] [PATCH 0/4] systemd related fixes post 1.6

2014-04-23 Thread Chen Qi
This patchset adds systemd unit files for four packages. The following changes since commit bec37f8b85b6dd1e4e1c1b9b215a7952ca2fc386: build-appliance-image: Update to head revision (2014-04-22 22:53:34 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-c

[OE-core] oe-selftest developer oriented improvements

2014-04-23 Thread Stoicescu, CorneliuX
Hello, During the 1.6 development/testing cycle we introduced and used oe-selftest more and more for QA purposes to identify various issues in the master branch. For those who don't know yet what is oe-selftest, it is a python unit test based testing framework designed to simulate poky external

[OE-core] [PATCH] tree: new recipe for version 1.6.0

2014-04-23 Thread Christian Charreyre
This patch creates the recipe for the command tree, which is a recursive directory listing command that produces a depth indented listing of files, which is colorized ala dircolors if the LS_COLORS environment variable is set and output is to tty Signed-off-by: Christian Charreyre --- .../tree/t