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

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

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

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

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

2013-08-12 Thread Shakeel, Muhammad
From: Muhammad Shakeel As per OE-Core convention, indentation should be TAB for shell. Signed-off-by: Muhammad Shakeel --- .../nfs-utils/nfs-utils_1.2.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2

[OE-core] [PATCH 0/3] makedevs: support using user/group names

2013-08-12 Thread Qi.Chen
From: Chen Qi The following changes since commit f63e7f4323368c0d6fe7a1d44393a7e15652d4f2: subversion: Add patch to use neon 0.30 (2013-08-07 07:43:47 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/makedevs http://git.pokylinux.org/cgit.cgi/pok

[OE-core] [PATCH 3/3] device_table-minimal.txt: use user/group names instead of uid/gid

2013-08-12 Thread Qi.Chen
From: Chen Qi Instead of hard coding the uid/gid, we prefer the way of using user/group names. Note the way of using uid/gid is still supported. [YOCTO #1159] Signed-off-by: Chen Qi --- meta/files/device_table-minimal.txt | 42 +-- 1 file changed, 21 inserti

[OE-core] [PATCH 1/3] makedevs: support using user/group names in device table files

2013-08-12 Thread Qi.Chen
From: Chen Qi Compared to hard coding the numeric group and user ids in the device table files, the way of using user/group names is preferred. This patch adds the ability to makedevs to correctly deal with device table files with user/group names in them. To maintain backward compatibility, th

[OE-core] [PATCH 2/3] image.bbclass: create device table after package installation

2013-08-12 Thread Qi.Chen
From: Chen Qi Now that the makedevs supports using user/group names in the devcie table files, and it uses passwd and group files under the rootfs which is provided by the base-passwd package, we should let package installation finish first, so that makedevs can get a correct mapping from user/gr

Re: [OE-core] [PATCH] linux-dtb: Use kernel build system to generate the dtb files

2013-08-12 Thread Bruce Ashfield
On 13-08-12 11:37 AM, Otavio Salvador wrote: As the Linux kernel, unconditionally, builds the dtc application and it is the compatible version with the DeviceTree files shipped within the kernel it is better to use it and the kernel build system to generate the dtb files. From my point of view,

Re: [OE-core] [PATCH v1] connman: fix systemd support for connman-* packages.

2013-08-12 Thread Saul Wold
On 08/12/2013 09:28 AM, Yevhen Kyriukha wrote: This patch fixes systemd's postinst/postrm script generation. Signed-off-by: Yevhen Kyriukha --- meta/recipes-connectivity/connman/connman.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/m

Re: [OE-core] [meta-mingw] eglibc-initial package getting in the way

2013-08-12 Thread Richard Purdie
On Mon, 2013-08-12 at 19:51 +0100, Richard Purdie wrote: > On Fri, 2013-08-09 at 18:16 +0200, Francois Retief wrote: > > I am working on a MinGW SDK layer for OpenEmbedded. At this point, I > > got to the > > point where the "gcc-crosssdk" package builds successfully. > > > > My next target is t

Re: [OE-core] [PATCH] nativesdk-qt4-tools: remove nativesdk-libx11 for qt-embedded

2013-08-12 Thread Eric Nelson
On 08/12/2013 12:26 PM, Otavio Salvador wrote: Hello Eric, On Mon, Aug 12, 2013 at 10:58 AM, Eric Nelson wrote: I'm afraid we can't do this since you just broke any other kind of override which might get used anywhere by any recipe using this .inc file. I'd also be wary of adding something as

Re: [OE-core] [PATCH] nativesdk-qt4-tools: remove nativesdk-libx11 for qt-embedded

2013-08-12 Thread Otavio Salvador
Hello Eric, On Mon, Aug 12, 2013 at 10:58 AM, Eric Nelson wrote: >> I'm afraid we can't do this since you just broke any other kind of >> override which might get used anywhere by any recipe using this .inc >> file. I'd also be wary of adding something as simple as "qt" into >> overrides since it

Re: [OE-core] [meta-mingw] eglibc-initial package getting in the way

2013-08-12 Thread Richard Purdie
On Fri, 2013-08-09 at 18:16 +0200, Francois Retief wrote: > I am working on a MinGW SDK layer for OpenEmbedded. At this point, I > got to the > point where the "gcc-crosssdk" package builds successfully. > > My next target is to build the "nativesdk-libgcc" package. But the > "nativesdk-eglibc-

Re: [OE-core] [PATCH] cogl: GL/GLX feature cleanup

2013-08-12 Thread Saul Wold
On 08/12/2013 07:09 AM, Ross Burton wrote: Separate GL and GLX flags don't make sense, as on Linux GL means GLX and GLX means GL. So, default to GLESv2 and GLX if X11 is enabled. EGL on X11 doesn't have feature parity yet so leave it disabled by default. Signed-off-by: Ross Burton --- meta/

[OE-core] OE Changelog since 2013-08-04 until 2013-08-11

2013-08-12 Thread cliff . brake
Changelog since 2013-08-04 until 2013-08-11. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

[OE-core] [PATCH v1] connman: fix systemd support for connman-* packages.

2013-08-12 Thread Yevhen Kyriukha
This patch fixes systemd's postinst/postrm script generation. Signed-off-by: Yevhen Kyriukha --- meta/recipes-connectivity/connman/connman.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index

Re: [OE-core] State of bitbake world

2013-08-12 Thread Khem Raj
On Sun, Aug 11, 2013 at 4:44 AM, Martin Jansa wrote: > On Fri, Aug 09, 2013 at 12:54:19AM +0200, Martin Jansa wrote: > > On Thu, Jul 25, 2013 at 06:23:41PM +0200, Martin Jansa wrote: > > > On Sat, Jun 22, 2013 at 08:16:56PM +0200, Martin Jansa wrote: > > > > On Tue, Jun 11, 2013 at 06:04:34PM +020

Re: [OE-core] [PATCH] linux-dtb: Use kernel build system to generate the dtb files

2013-08-12 Thread Otavio Salvador
On Mon, Aug 12, 2013 at 12:37 PM, Otavio Salvador wrote: > As the Linux kernel, unconditionally, builds the dtc application and > it is the compatible version with the DeviceTree files shipped within > the kernel it is better to use it and the kernel build system to > generate the dtb files. > > S

[OE-core] [PATCH] linux-dtb: Use kernel build system to generate the dtb files

2013-08-12 Thread Otavio Salvador
As the Linux kernel, unconditionally, builds the dtc application and it is the compatible version with the DeviceTree files shipped within the kernel it is better to use it and the kernel build system to generate the dtb files. Some DeviceTree files rely on CPP and kernel headers to be able to gen

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

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

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

2013-08-12 Thread Saul Wold
On 08/12/2013 08:18 AM, Shakeel, Muhammad wrote: From: Muhammad Shakeel - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel --- .../nfs-utils/nfs-utils/nfs-mountd.service | 11 ++ .../nfs-utils/nfs-utils/nfs-server.service | 18 + .../nfs-ut

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

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

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

2013-08-12 Thread Shakeel, Muhammad
From: Muhammad Shakeel - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel --- .../lighttpd/files/lighttpd.service| 12 meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | 14 -- 2 files changed, 24 insertions(+), 2 deletions(-) di

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

2013-08-12 Thread Shakeel, Muhammad
From: Muhammad Shakeel - Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel --- meta/recipes-extended/rpcbind/rpcbind/rpcbind.conf |3 +++ .../rpcbind/rpcbind/rpcbind.service| 14 ++ meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb | 15

[OE-core] [PATCH] cogl: GL/GLX feature cleanup

2013-08-12 Thread Ross Burton
Separate GL and GLX flags don't make sense, as on Linux GL means GLX and GLX means GL. So, default to GLESv2 and GLX if X11 is enabled. EGL on X11 doesn't have feature parity yet so leave it disabled by default. Signed-off-by: Ross Burton --- meta/recipes-graphics/cogl/cogl-1.0.inc | 17

Re: [OE-core] [PATCH] nativesdk-qt4-tools: remove nativesdk-libx11 for qt-embedded

2013-08-12 Thread Eric Nelson
Thanks Richard, On 08/12/2013 12:08 AM, Richard Purdie wrote: On Sun, 2013-08-11 at 14:36 -0700, Eric Nelson wrote: Signed-off-by: Eric Nelson --- meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/nativesd

Re: [OE-core] Yocto toolchain for Windows

2013-08-12 Thread Francois Retief
Hi Krzysztof, My understanding is that MinGW is the libc library for Win32 environments. So we need to "replace" eglibc with mingw for all code that execute on the Win32 platform. In the case of OpenEmbedded, it is all packages that start with "nativesdk-" when is SDKMACHINE="x86_64-mingw32". Ov

Re: [OE-core] State of bitbake world

2013-08-12 Thread Martin Jansa
On Mon, Aug 12, 2013 at 07:32:28AM -0400, Joe MacDonald wrote: > [Re: [OE-core] State of bitbake world] On 13.08.11 (Sun 13:44) Martin Jansa > wrote: > > > On Fri, Aug 09, 2013 at 12:54:19AM +0200, Martin Jansa wrote: > > > On Thu, Jul 25, 2013 at 06:23:41PM +0200, Martin Jansa wrote: > > > > On

[OE-core] [PATCH][V4] oe-setup-builddir: substitute ##OEROOT## when using templates

2013-08-12 Thread Ross Burton
oe-setup-builddir substitutes ##COREBASE## which seems like it should have the same value as the variable ${COREBASE}. In reality it doesn't as ##COREBASE## is substituted with the value of $OEROOT (the location of the oe-init-build-env script), whereas ${COREBASE} is set by oe-core to the parent

Re: [OE-core] [PATCH][V3] oe-setup-builddir: substitute ##OEROOT## when using templates

2013-08-12 Thread Burton, Ross
On 9 August 2013 21:58, Saul Wold wrote: >> To resolve this, deprecate (but still substitute) ##COREBASE## and >> substitute >> > Did you mean for this sentence to just trail off? The problem with write commit messages with # in is that you're one paragraph reformat away from lines disappearing..

[OE-core] [PATCH v2] procps: Add cgroup support

2013-08-12 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen --- Hi, v2: - added Upstream-Status to procps-3.2.8-ps-cgroup.patch file v1: I have been using this patch in meta-eca but it might be useful in oe-core. Cheers, Jukka .../procps-3.2.8/procps-3.2.8-ps-cgroup.patch | 82 ++ meta/recipes-ex

Re: [OE-core] [PATCH] nativesdk-qt4-tools: remove nativesdk-libx11 for qt-embedded

2013-08-12 Thread Richard Purdie
On Sun, 2013-08-11 at 14:36 -0700, Eric Nelson wrote: > Signed-off-by: Eric Nelson > --- > meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc > b/meta/recipes-qt/qt4/nativesdk-qt4-t