[OE-core] [PATCH] cronie: fix out of tree build

2013-08-16 Thread Saul Wold
Signed-off-by: Saul Wold --- .../cronie/cronie/fix-out-of-tree-build.patch | 31 ++ meta/recipes-extended/cronie/cronie_1.4.11.bb | 1 + 2 files changed, 32 insertions(+) create mode 100644 meta/recipes-extended/cronie/cronie/fix-out-of-tree-build.patch diff --gi

[OE-core] [PATCH 1/1][no PR bump] openjade: do not produce shared libraries

2013-08-16 Thread Joe Slater
CQID: 429576 openjade is the only one that uses the shared libraries and sometimes it cannot find them! Signed-off-by: Joe Slater --- .../openjade/openjade-native_1.3.2.bb | 27 ++- 1 files changed, 20 insertions(+), 7 deletions(-) diff --git a/meta/recipes-devto

[OE-core] [v3][PATCH 2/2] coreutils: allow for acl support

2013-08-16 Thread Joe Slater
CQID: 430353 Define PACKAGECONFIG info for acl assuming it might be a DISTRO_FEATURE. Signed-off-by: Joe Slater --- meta/recipes-core/coreutils/coreutils_8.21.bb | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/coreutils/coreutils_8.21.bb b

[OE-core] [v3][PATCH 1/2] coreutils: add PACKAGECONFIG info for acl support

2013-08-16 Thread Joe Slater
Sent to oe-core. Updates GPLv2 version of coreutils. They also want patches for other packages that might use act. CQID: 430353 Add configuration data to enable acl support if it is a distro feature. Signed-off-by: Joe Slater --- meta/recipes-core/coreutils/coreutils_6.9.bb | 11 ++

[OE-core] [PATCH] linux-dtb.inc: Fix dtb generation for kernels newer than 3.8

2013-08-16 Thread Otavio Salvador
The 3.8 kernel has change the default directory where the dtb file is stored. The change has been done at: ,[ Quote of 3.8 kernel change ] | commit 499cd8298628eeabf0eb5eb6525d4faa0eec80d8 | Author: Grant Likely | Date: Tue Nov 27 16:29:11 2012 -0700 | | ARM: dt: change .dtb build rules

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

2013-08-16 Thread Khem Raj
On Fri, Aug 16, 2013 at 10:27 AM, Shakeel, Muhammad < muhammad_shak...@mentor.com> wrote: > From: Muhammad Shakeel > > -Remove dependency on meta-systemd > > Signed-off-by: Muhammad Shakeel > --- > .../openssh/openssh-6.2p2/sshd.socket | 11 +++ > .../openssh/openssh-6.2p

Re: [OE-core] [PATCH V5 00/10] Make read-only rootfs work with live images

2013-08-16 Thread Saul Wold
On 08/07/2013 11:15 PM, qi.c...@windriver.com wrote: From: Chen Qi Changes from V4: 1. Fix the error of 'read -f' in populate-volatile.sh. The '-f' should should not be there. 2. Fix the error of missing colon in populate-volatile.sh. Changes from V3: 1. Take hidden directories and files into

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

2013-08-16 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 ++

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

2013-08-16 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 4/4] [v3] nfs-utils: Add systemd support

2013-08-16 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] [v3] lighttpd: Add systemd support

2013-08-16 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

Re: [OE-core] [PATCH 1/1] oe/path.py: call /bin/cp directly

2013-08-16 Thread Saul Wold
On 08/13/2013 12:09 AM, wenzong@windriver.com wrote: From: Wenzong Fan This avoids running cp with interactive mode if defined: alias cp='cp -i' Signed-off-by: Wenzong Fan --- meta/lib/oe/path.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oe/p

[OE-core] [PATCH] hello-mod: Add comment for kernel module package naming

2013-08-16 Thread Yang Shi
modules bbclass renames kernel module packages with "kernel-module-" prefix automatically. Signed-off-by: Yang Shi --- .../recipes-kernel/hello-mod/hello-mod_0.1.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.

[OE-core] Add comment for kernel module package naming in recipe

2013-08-16 Thread Yang Shi
To follow up the comment for the revert of the workaround which added "kernel-module-" prefix to the package name, add some comments to explain the renaming will happen automatically by inherit modules bbclass. Yang Shi (1): hello-mod: Add comment for kernel module package naming .../re

Re: [OE-core] [PATCH 2/2] sudo: upgrade to 1.8.7

2013-08-16 Thread Khem Raj
On Fri, Aug 16, 2013 at 1:30 AM, Cristiana Voicu wrote: > Also, the license had some modifications in two files. > ​would be nice if you mentioned what the changed were.​ ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http:

Re: [OE-core] [PATCH 1/1] qemu: update dependency of native package

2013-08-16 Thread Stanacar, StefanX
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On > Behalf Of Richard Purdie > Sent: Friday, August 16, 2013 1:48 PM > To: Kai Kang > Cc: openembedded-core@lists.openembedded.org; > zhangle.y...@windr

Re: [OE-core] [PATCH] Revert "hello-mod: Ensure the produced package name begins with kernel-module-"

2013-08-16 Thread Yang Shi
On 8/14/2013 11:35 AM, Mark Hatle wrote: On 8/14/13 1:10 PM, Darren Hart wrote: On Wed, 2013-08-14 at 09:41 -0700, Yang Shi wrote: [YOCTO #4286] The package runtime mapping rename issue is already fixed by commit 0bc564af07c1bae8112f834a60aea3b72af7de13, the "kernel-module-" workaround is not

[OE-core] [PATCH 1/1] tslib: update to 1.1

2013-08-16 Thread Paul Eggleton
Drop patches merged upstream. 32bitBE-support.patch wasn't merged, but no longer applies and similar changes look to have been made; tslib 1.1 works properly on qemumips without it, so this has also been dropped. Signed-off-by: Paul Eggleton --- .../tslib/0001-Link-plugins-against-libts.patch

[OE-core] [PATCH 0/1] tslib 1.1 update

2013-08-16 Thread Paul Eggleton
Tested both with ts_calibrate/ts_test and the Qt Embedded demo application on both qemumips and qemux86. Once merged this should also allow removal of the tslib recipe in meta-oe. The following change since commit b8952942aed77473d3b44a17112cbf6a9e83eff3: qemu: Fix bit extraction for MTFSFI an

Re: [OE-core] Why is "bitbake core-image-minimal" building gtk docs?

2013-08-16 Thread Jack Mitchell
On 16/08/13 12:40, Laszlo Papp wrote: > Hi, > > alternatively: is there an option to turn gtk, especially the docs off? > > Cheers, > Laszlo > > I don't know how to properly stop it building, or turn it off but I can tell you the cause. Running bitbake -g core-image-minimal outputs the depend

[OE-core] Why is "bitbake core-image-minimal" building gtk docs?

2013-08-16 Thread Laszlo Papp
Hi, alternatively: is there an option to turn gtk, especially the docs off? Cheers, Laszlo ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] About PACKAGECONFIG audit

2013-08-16 Thread Phil Blundell
On Fri, 2013-08-16 at 11:41 +0100, Richard Purdie wrote: > On Thu, 2013-08-15 at 10:43 +0100, Phil Blundell wrote: > > I don't think there's currently any straightforward way > > for package.bbclass to generate the recursive dependency chain for an > > arbitrary recipe. > > Bitbake itself has tha

Re: [OE-core] [PATCH 1/1] qemu: update dependency of native package

2013-08-16 Thread Richard Purdie
On Fri, 2013-08-16 at 18:05 +0800, Kai Kang wrote: > [YOCTO #4973] > > It fails to start qemu with core-image-sato on Fedora 19. The error > message shows: > > Could not initialize SDL(No available video device) - exiting > > Add dependecy libxext-native to qemu-native to fix this error. > > Si

Re: [OE-core] About PACKAGECONFIG audit

2013-08-16 Thread Richard Purdie
On Thu, 2013-08-15 at 10:43 +0100, Phil Blundell wrote: > On Thu, 2013-08-15 at 17:29 +0800, wenzong fan wrote: > > Or could we run this check as part of a QA build step? > > I think that could be done, in principle. Now that "ld > --no-copy-dt-needed-entries" is the default, there's no reason th

Re: [OE-core] [CONSOLIDATED PULL 00/32] Ready for Final ACK & Pull

2013-08-16 Thread Richard Purdie
On Thu, 2013-08-15 at 08:32 -0700, Saul Wold wrote: > Richard, > > I updated this by removing the connman patch as suggested by Ross. I > chose to leave in the Read-Only rootfs, as I have talked with Qi and > I will have him send a follow on patch to fix the internal patch header. > > I have test

[OE-core] [PATCH 1/1] qemu: update dependency of native package

2013-08-16 Thread Kai Kang
[YOCTO #4973] It fails to start qemu with core-image-sato on Fedora 19. The error message shows: Could not initialize SDL(No available video device) - exiting Add dependecy libxext-native to qemu-native to fix this error. Signed-off-by: Kai Kang --- meta/recipes-devtools/qemu/qemu.inc | 2 +-

[OE-core] [PATCH 0/1] Fix qemu failed to start on Fedora 19

2013-08-16 Thread Kai Kang
The following changes since commit ff10f72abda52315b892c64f711096772d9a4c1c: meta-skeleton: Add busybox config fragment example (2013-08-13 23:06:04 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/qemu-native http://git.pokylinux.org/cgit.cgi/pok

[OE-core] [dylan][PATCH 00/38] Backports from master + one additional fix (cover letter only)

2013-08-16 Thread Paul Eggleton
Backports from master, including one partial backport of an individual patch for weston, a large number of floating/missing dependency fixes, and a fix for a regression in devshell handling caused by a backported change in the last series. This series has been tested on the Yocto Project autobuild

[OE-core] [PATCH 2/2] init-install.sh: fix to handle the boot partition correctly

2013-08-16 Thread Qi.Chen
From: Chen Qi Previously, the boot partition was created for the target hard drive but there was no corresponding entry for it in /etc/fstab. Besides, even if the boot partition was mounted, it would just result in odd directory hierarchy like /boot/boot/grub. However, what we really need is /boo

[OE-core] [PATCH 0/2] minimal-installer: improvements and bug fixes

2013-08-16 Thread Qi.Chen
From: Chen Qi The following changes since commit a7d1241db1120a5cce91395812e2613d1eacd652: Temporary workaround with qemu images (2013-08-16 10:37:37 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/minimal-installer http://git.pokylinux.org/cgit

[OE-core] [PATCH 1/2] init-install.sh: improve hard drive searching process

2013-08-16 Thread Qi.Chen
From: Chen Qi Previously, only unremovable hard drives are searched and are treated as candidates of target disks to intall into. However, it's possible that we're going to install the live image into a removable media such as an USB. This patch enables this possibility. In addition, this patch

[OE-core] [PATCH 1/1] initscripts: remove obsolete device_table.txt

2013-08-16 Thread Qi.Chen
From: Chen Qi device_table.txt was once used by an init script named 'devices' to create the basic files under /dev. However, it's no longer used now. The devices init script has been removed, and makedevs command has been disabled by default in busybox. Besides, considering the device managers

[OE-core] [PATCH 0/1] initscripts: remove the obsolete device_table.txt

2013-08-16 Thread Qi.Chen
From: Chen Qi The following changes since commit ff10f72abda52315b892c64f711096772d9a4c1c: meta-skeleton: Add busybox config fragment example (2013-08-13 23:06:04 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/initscripts-rm-device_table http:

Re: [OE-core] [PATCH 1/1] sstate.bbclass: fix parallel building issue

2013-08-16 Thread Richard Purdie
On Fri, 2013-08-16 at 17:05 +0800, Rongqing Li wrote: > > On 08/16/2013 04:25 PM, Rongqing Li wrote: > >>> Do we need some kind of a read/write lock on accessing those files. > >>> (Is this > >>> even something that we can do easily though the existing mechanisms?) > >> > >> It would kill performa

Re: [OE-core] [PATCH 1/1] sstate.bbclass: fix parallel building issue

2013-08-16 Thread Rongqing Li
On 08/16/2013 04:25 PM, Rongqing Li wrote: Do we need some kind of a read/write lock on accessing those files. (Is this even something that we can do easily though the existing mechanisms?) It would kill performance for no good reason, been there, looked at it... Cheers, Richard I think

Re: [OE-core] [PATCH 0/1] texinfo: handle correctly @enumerate specification greater than 10

2013-08-16 Thread jhuang0
On 8/16/2013 3:16 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang The following changes since commit 57662d4f813d5795cac1529633db80a09efdb089: meta-skeleton: Add busybox config fragment example (2013-08-13 23:03:44 +0100) are available in the git repository at: git://git.pok

[OE-core] [PATCH 2/2] sudo: upgrade to 1.8.7

2013-08-16 Thread Cristiana Voicu
Removed a patch because the changes were merged upstream. Also, the license had some modifications in two files. Signed-off-by: Cristiana Voicu --- meta/recipes-extended/sudo/files/libtool.patch | 42 meta/recipes-extended/sudo/sudo.inc|4 +- .../su

[OE-core] [PATCH 1/2] cronie: upgrade to 1.4.11

2013-08-16 Thread Cristiana Voicu
LIC_FILES_CHKSUM changed because cron.h doesn't exist anymore. Replaced it with cron.c. Signed-off-by: Cristiana Voicu --- .../cronie/{cronie_1.4.9.bb => cronie_1.4.11.bb} |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta/recipes-extended/cronie/{cronie_1.4.9.bb =>

[OE-core] [PATCH 0/2] Package upgrades

2013-08-16 Thread Cristiana Voicu
Hi, Tests done: * build tested on AB running following nightlies: build-appliance, x86, x86_64, ppc, mips, arm; * checked with rpm if the packages were installed and their version; basic functionality for sudo and crond Thanks, Cristiana The following changes since commit ff10f72abda52315b89

Re: [OE-core] [PATCH 1/1] sstate.bbclass: fix parallel building issue

2013-08-16 Thread Rongqing Li
On 08/16/2013 07:04 AM, Richard Purdie wrote: On Thu, 2013-08-15 at 11:27 -0500, Mark Hatle wrote: On 8/15/13 11:23 AM, Richard Purdie wrote: On Thu, 2013-08-15 at 10:55 +0100, Phil Blundell wrote: On Thu, 2013-08-15 at 17:51 +0800, Rongqing Li wrote: OK, But your issue is not related to me

[OE-core] [PATCH 0/6] Misc updates

2013-08-16 Thread Marko Lindqvist
Mainly straightforward minor package upgrades, gettext being the most significant one. The following changes since commit 57662d4f813d5795cac1529633db80a09efdb089: meta-skeleton: Add busybox config fragment example (2013-08-13 23:03:44 +0100) are available in the git repository at: git://gi

[OE-core] [PATCH 1/1] texinfo: handle correctly @enumerate specification greater than 10

2013-08-16 Thread jackie.huang
From: Jackie Huang Backport the patch to fix the error when @enumerate is greater than 10: mpatrol.texi:6356: bad argument to @enumerate Signed-off-by: Jackie Huang --- .../texinfo-5.1/enumerate_greater_than_ten.patch | 51 meta/recipes-extended/texinfo/texinfo_5.1.bb

[OE-core] [PATCH 0/1] texinfo: handle correctly @enumerate specification greater than 10

2013-08-16 Thread jackie.huang
From: Jackie Huang The following changes since commit 57662d4f813d5795cac1529633db80a09efdb089: meta-skeleton: Add busybox config fragment example (2013-08-13 23:03:44 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/d_texinfo_mpatrol_0816_1 htt