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

2013-08-20 Thread Voicu, Cristiana
Hi Paul, I saw the error today, yesterday I was ooo. Sorry for the mistake. Cristiana -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Monday, August 19, 2013 11:31 AM To: Voicu, Cristiana Cc: openembedded-core@lists.openembedded.org Subject: Re:

Re: [OE-core] [PATCH 3/6] nfs-utils: add init.d/nfsserver status command for LSB compliance

2013-08-20 Thread Phil Blundell
On Tue, 2013-08-20 at 11:25 +0800, jackie.hu...@windriver.com wrote: @@ -23,6 +25,7 @@ test -r /etc/default/nfsd . /etc/default/nfsd test -x $NFS_MOUNTD || NFS_MOUNTD=/usr/sbin/rpc.mountd test -x $NFS_NFSD || NFS_NFSD=/usr/sbin/rpc.nfsd test -x $NFS_STATD || NFS_STATD=/usr/sbin/rpc.statd

Re: [OE-core] [PATCH 2/6] sysvinit: add init.d/bootlogd status command for LSB compliance

2013-08-20 Thread Phil Blundell
On Tue, 2013-08-20 at 11:25 +0800, jackie.hu...@windriver.com wrote: @@ -37,6 +40,19 @@ case $0 in ;; esac +# default /var/log/boot is not an option since /var/log becomes +# /var/volatile/log +logfile=/var/local/bootlogd.log + +# +# Create initial log files +# +if [ !

Re: [OE-core] [PATCH 1/1] shadown: backport a patch to make newgrp work

2013-08-20 Thread Saul Wold
Do you mean Shadow? Please correct the spelling Thanks Sau! On 08/19/2013 10:26 PM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com --- .../shadow/files/fix-etc-gshadow-reading.patch | 36

Re: [OE-core] [PATCH 1/1] shadown: backport a patch to make newgrp work

2013-08-20 Thread Rongqing Li
On 08/20/2013 02:44 PM, Saul Wold wrote: Do you mean Shadow? Please correct the spelling Thanks Sau! Sorry, I will fix it Thanks -Roy On 08/19/2013 10:26 PM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li

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

[OE-core] [PATCH 0/1 v2] shadow: backport a patch to make newgrp work

2013-08-20 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Diff with v1: fix a typOS The following changes since commit fd9e591f266e1a6c183e77f24e50d31e0d52bdd5: cronie: fix out of tree build (2013-08-19 11:24:51 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/mewgrp1

[OE-core] [PATCH 1/1] shadow: backport a patch to make newgrp work

2013-08-20 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com --- .../shadow/files/fix-etc-gshadow-reading.patch | 36 meta/recipes-extended/shadow/shadow_4.1.4.3.bb |1 + 2 files changed, 37 insertions(+) create mode 100644

[OE-core] [PATCH 0/2] Automake-1.13 fixes

2013-08-20 Thread Marko Lindqvist
The following changes since commit fd9e591f266e1a6c183e77f24e50d31e0d52bdd5: cronie: fix out of tree build (2013-08-19 11:24:51 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib cazfi/am13

Re: [OE-core] [PATCH 2/6] sysvinit: add init.d/bootlogd status command for LSB compliance

2013-08-20 Thread jhuang0
On 8/20/2013 2:39 PM, Phil Blundell wrote: On Tue, 2013-08-20 at 11:25 +0800, jackie.hu...@windriver.com wrote: @@ -37,6 +40,19 @@ case $0 in ;; esac +# default /var/log/boot is not an option since /var/log becomes +# /var/volatile/log +logfile=/var/local/bootlogd.log + +#

Re: [OE-core] [CONSOLIDATED PULL 00/25] Review and ACK

2013-08-20 Thread Burton, Ross
On 19 August 2013 17:19, Saul Wold s...@linux.intel.com wrote: Jackie Huang (1): texinfo: handle correctly @enumerate specification greater than 10 The patch is missing a signed-off, but then again the patch header does have Jackie's email in. Joe Slater (2): coreutils: add PACKAGECONFIG

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

2013-08-20 Thread Mike Looijmans
I cannot get this to work, do_install fails because it cannot find the generated .dtb file. See further in the message: On 08/13/2013 03:52 PM, Otavio Salvador wrote: As the Linux kernel, unconditionally, builds the dtc application and it is the compatible version with the DeviceTree files

[OE-core] [PATCH] linux-dtb: Fix compilation failure in install and deploy phases

2013-08-20 Thread Mike Looijmans
Baking a kernel failed on the devicetree creation. This was caused by the install and deploy scripts referring to the wrong directory for the dtb files. Signed-off-by: Mike Looijmans mike.looijm...@topic.nl --- meta/recipes-kernel/linux/linux-dtb.inc |4 ++-- 1 file changed, 2 insertions(+),

[OE-core] [PATCH] mesa: enable additional drivers for gallium-llvm x86/x86-64

2013-08-20 Thread Jonathan Liu
The additional Gallium drivers are needed for open source ATI Radeon and NVIDIA graphics drivers. The radeonsi and r600 drivers require LLVM 3.3 built with r600 PACKAGECONFIG so they must be explicitly enabled by adding r600 to the mesa PACKAGECONFIG. Signed-off-by: Jonathan Liu net...@gmail.com

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

2013-08-20 Thread Voicu, Cristiana
Hi, There were some minor changes: diff sudo-1.8.6p8/doc/LICENSE sudo-1.8.7/doc/LICENSE 3c3 Copyright (c) 1994-1996, 1998-2012 --- Copyright (c) 1994-1996, 1998-2013 diff sudo-1.8.6p8/plugins/sudoers/redblack.c sudo-1.8.7/plugins/sudoers/redblack.c 2c2 * Copyright (c) 2004-2005, 2007,

Re: [OE-core] [PATCH] mesa: enable additional drivers for gallium-llvm x86/x86-64

2013-08-20 Thread Martin Jansa
On Tue, Aug 20, 2013 at 08:10:41PM +1000, Jonathan Liu wrote: The additional Gallium drivers are needed for open source ATI Radeon and NVIDIA graphics drivers. The radeonsi and r600 drivers require LLVM 3.3 built with r600 PACKAGECONFIG so they must be explicitly enabled by adding r600 to

Re: [OE-core] [PATCH] mesa: enable additional drivers for gallium-llvm x86/x86-64

2013-08-20 Thread Jonathan Liu
On 20/08/2013 8:24 PM, Martin Jansa wrote: On Tue, Aug 20, 2013 at 08:10:41PM +1000, Jonathan Liu wrote: The additional Gallium drivers are needed for open source ATI Radeon and NVIDIA graphics drivers. The radeonsi and r600 drivers require LLVM 3.3 built with r600 PACKAGECONFIG so they must

[OE-core] [PATCH] gst-plugins-good: fix orc enabling via PACKAGECONFIG

2013-08-20 Thread Paul Eggleton
An extra --disable-orc was being added to EXTRA_OECONF regardless of whether orc was in PACKAGECONFIG, drop this. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

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

2013-08-20 Thread jhuang0
Added signed-off in the patch: 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

Re: [OE-core] [CONSOLIDATED PULL 00/25] Review and ACK

2013-08-20 Thread jhuang0
On 8/20/2013 5:53 PM, Burton, Ross wrote: On 19 August 2013 17:19, Saul Wold s...@linux.intel.com wrote: Jackie Huang (1): texinfo: handle correctly @enumerate specification greater than 10 The patch is missing a signed-off, but then again the patch header does have Jackie's email in.

Re: [OE-core] [PATCH 0/2] Automake-1.13 fixes

2013-08-20 Thread Burton, Ross
On 20 August 2013 09:44, Marko Lindqvist cazf...@gmail.com wrote: The following changes since commit fd9e591f266e1a6c183e77f24e50d31e0d52bdd5: cronie: fix out of tree build (2013-08-19 11:24:51 +0100) are available in the git repository at:

Re: [OE-core] [PATCH 1/1] sanity.bbclass: a new check for required distro features

2013-08-20 Thread Burton, Ross
On 19 August 2013 20:22, nitin.a.kam...@intel.com wrote: Now these BSPs can specify in their BSP config, what distro features are required, and if these are not enabled then appropriate build error is thrown to help fix the issue. Are there any situations where these distro feature

Re: [OE-core] [PATCH 0/2] Automake-1.13 fixes

2013-08-20 Thread Marko Lindqvist
On 20 August 2013 14:06, Burton, Ross ross.bur...@intel.com wrote: On 20 August 2013 09:44, Marko Lindqvist cazf...@gmail.com wrote: The following changes since commit fd9e591f266e1a6c183e77f24e50d31e0d52bdd5: cronie: fix out of tree build (2013-08-19 11:24:51 +0100) are available in the

Re: [OE-core] [PATCH 0/2] Automake-1.13 fixes

2013-08-20 Thread Burton, Ross
Are you deliberately just sending the cover letter, or is my mailer being strange? I've sent cover letter only. For review purposes I much prefer patches in mails, can you send the full series? Ross ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 1/1] sanity.bbclass: a new check for required distro features

2013-08-20 Thread Otavio Salvador
On Tue, Aug 20, 2013 at 8:11 AM, Burton, Ross ross.bur...@intel.com wrote: On 19 August 2013 20:22, nitin.a.kam...@intel.com wrote: Now these BSPs can specify in their BSP config, what distro features are required, and if these are not enabled then appropriate build error is thrown to help

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

2013-08-20 Thread Burton, Ross
On 13 August 2013 12:26, Yevhen Kyriukha kirg...@gmail.com wrote: +python __anonymous () { +systemd_packages = ${PN} +pkgconfig = d.getVar('PACKAGECONFIG', True) +if ('openvpn' or 'vpnc' or 'l2tp' or 'pptp') in pkgconfig.split(): +systemd_packages += ${PN}-vpn +

Re: [OE-core] [PATCH 1/1] sanity.bbclass: a new check for required distro features

2013-08-20 Thread Burton, Ross
On 20 August 2013 12:58, Otavio Salvador ota...@ossystems.com.br wrote: Are there any situations where these distro feature dependencies can't be expressed more precisely in a package recipe, and then something like Otavio's approach of throwing a SkipPackage used? I have several cases in

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

2013-08-20 Thread Otavio Salvador
On Tue, Aug 20, 2013 at 6:55 AM, Mike Looijmans mike.looijm...@topic.nl wrote: I cannot get this to work, do_install fails because it cannot find the generated .dtb file. Yes and I sent another patch, few days ago, to address this regression. I think it is queued for merging.

Re: [OE-core] [PATCH 1/1] sanity.bbclass: a new check for required distro features

2013-08-20 Thread Otavio Salvador
On Tue, Aug 20, 2013 at 9:01 AM, Burton, Ross ross.bur...@intel.com wrote: On 20 August 2013 12:58, Otavio Salvador ota...@ossystems.com.br wrote: Are there any situations where these distro feature dependencies can't be expressed more precisely in a package recipe, and then something like

[OE-core] [PATCH] xf86-video-vesa: remove duplicate xf86driproto from DEPENDS

2013-08-20 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.2.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.2.bb

[OE-core] [PATCH] xf86-video-intel: remove duplicate xf86driproto from DEPENDS

2013-08-20 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.13.bb

[OE-core] qemu-native build regularly failing

2013-08-20 Thread Marko Lindqvist
Build of qemu-native regularly fails with: | LINK sh4-softmmu/qemu-system-sh4 | /usr/lib/x86_64-linux-gnu/libXext.so.6: undefined reference to `_XEatDataWords' | collect2: error: ld returned 1 exit status This might be some dependency missing, as building first some packets (+ more importantly

Re: [OE-core] qemu-native build regularly failing

2013-08-20 Thread Paul Eggleton
On Tuesday 20 August 2013 15:51:21 Marko Lindqvist wrote: Build of qemu-native regularly fails with: | LINK sh4-softmmu/qemu-system-sh4 | | /usr/lib/x86_64-linux-gnu/libXext.so.6: undefined reference to `_XEatDataWords' | collect2: error: ld returned 1 exit status This might be

Re: [OE-core] [PATCH] kernel.bbclass, image.bbclass: Implement kernel INITRAMFS dependency and bundling

2013-08-20 Thread Bruce Ashfield
On 13-08-19 03:11 PM, Jason Wessel wrote: This patch aims to fix the following two cases for the INITRAMFS generation. 1) Allow an image recipe to specify a paired INITRAMFS recipe such as core-image-minimal-initramfs. This allows building a base image which always generates the

[OE-core] [CONSOLIDATED PULL 00/25] Final Review and ACK

2013-08-20 Thread Saul Wold
Richard, This has been ACK'ed by Ross and Paul, I re-ordered the tune file usage patches and will create a patch to clean up the comment that Ross mentions. I agree with Ross on the texinfo patch, his name is there in the email. Thanks Sau! The following changes since commit

Re: [OE-core] [CONSOLIDATED PULL 00/25] Final Review and ACK

2013-08-20 Thread Richard Purdie
On Tue, 2013-08-20 at 07:28 -0700, Saul Wold wrote: Richard, This has been ACK'ed by Ross and Paul, I re-ordered the tune file usage patches and will create a patch to clean up the comment that Ross mentions. I agree with Ross on the texinfo patch, his name is there in the email.

Re: [OE-core] [PATCH] kernel.bbclass, image.bbclass: Implement kernel INITRAMFS dependency and bundling

2013-08-20 Thread Andrea Adami
On Tue, Aug 20, 2013 at 3:51 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-19 03:11 PM, Jason Wessel wrote: This patch aims to fix the following two cases for the INITRAMFS generation. 1) Allow an image recipe to specify a paired INITRAMFS recipe such as

Re: [OE-core] [CONSOLIDATED PULL 00/25] Final Review and ACK

2013-08-20 Thread Otavio Salvador
On Tue, Aug 20, 2013 at 11:46 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2013-08-20 at 07:28 -0700, Saul Wold wrote: Richard, This has been ACK'ed by Ross and Paul, I re-ordered the tune file usage patches and will create a patch to clean up the comment that Ross

Re: [OE-core] [PATCH] linux-dtb: Fix compilation failure in install and deploy phases

2013-08-20 Thread Otavio Salvador
On Tue, Aug 20, 2013 at 7:02 AM, Mike Looijmans mike.looijm...@topic.nl wrote: Baking a kernel failed on the devicetree creation. This was caused by the install and deploy scripts referring to the wrong directory for the dtb files. Signed-off-by: Mike Looijmans mike.looijm...@topic.nl Nack!

Re: [OE-core] [PATCH] oe.types: add 'path' type

2013-08-20 Thread Otavio Salvador
On Mon, Aug 19, 2013 at 11:48 PM, Christopher Larson kerg...@gmail.com wrote: From: Christopher Larson chris_lar...@mentor.com - path normalization ('normalize' flag, defaults to enabled) - existence verification for paths we know should exist ('mustexist' flag) - supports clean handling of

Re: [OE-core] [PATCH] oe.types: add 'path' type

2013-08-20 Thread Chris Larson
On Tue, Aug 20, 2013 at 8:23 AM, Otavio Salvador ota...@ossystems.com.brwrote: On Mon, Aug 19, 2013 at 11:48 PM, Christopher Larson kerg...@gmail.com wrote: From: Christopher Larson chris_lar...@mentor.com - path normalization ('normalize' flag, defaults to enabled) - existence

Re: [OE-core] [CONSOLIDATED PULL 00/25] Final Review and ACK

2013-08-20 Thread Saul Wold
On 08/20/2013 08:06 AM, Otavio Salvador wrote: On Tue, Aug 20, 2013 at 11:46 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2013-08-20 at 07:28 -0700, Saul Wold wrote: Richard, This has been ACK'ed by Ross and Paul, I re-ordered the tune file usage patches and will

[OE-core] [PATCH 0/3] YB2370: Build Appliance integrates PCManFM filemanager

2013-08-20 Thread Cristian Iorga
PCManFM filemanager is integrated into Build Appliance; PCManFM is used to display build results from Hob interface. The following changes since commit fe227a023e30f6651618423ab527cde21a350d1a: genext2fs: fix memory corruption on powerpc (2013-08-20 15:31:26 +0100) are available in the git

[OE-core] [PATCH 3/3] builder: register directories with pcmanfm

2013-08-20 Thread Cristian Iorga
Register directories to be opened with PCManFM filemanager using xdg-open in Build Appliance. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- meta/recipes-graphics/builder/builder_0.1.bb | 2 +- meta/recipes-graphics/builder/files/builder_hob_start.sh | 9 + 2

[OE-core] [PATCH 2/3] build-appliance-image: changing the icon theme to sato

2013-08-20 Thread Cristian Iorga
Hicolor icon theme does not properly displays icons for folders. Sato icon theme is working correctly. Also, settings-daemon needs to be added to image in order to properly display folder icons. Signed-off-by: Cristian Iorga cristian.io...@intel.com ---

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

2013-08-20 Thread Franklin S. Cooper Jr
From: Otavio Salvador ota...@ossystems.com.br 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 grant.lik...@secretlab.ca | Date:

[OE-core] [for dylan][PATCH 2/3] linux-dtb: Use kernel build system to generate the dtb files

2013-08-20 Thread Franklin S. Cooper Jr
From: Otavio Salvador ota...@ossystems.com.br 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

[OE-core] [for dylan][PATCH 1/3] linux-dtb.inc: Replace /boot/ with /${KERNEL_IMAGEDEST}/

2013-08-20 Thread Franklin S. Cooper Jr
From: Mike Looijmans mike.looijm...@topic.nl Devicetree files were installed hard-coded in /boot. When KERNEL_IMAGEDEST is anything else but boot, the postinstall script and the file locations no longer match and the postinstall will fail. Replace boot with ${KERNEL_IMAGEDEST} to fix this

Re: [OE-core] [PATCH] kernel.bbclass, image.bbclass: Implement kernel INITRAMFS dependency and bundling

2013-08-20 Thread Bruce Ashfield
On 13-08-20 11:03 AM, Andrea Adami wrote: On Tue, Aug 20, 2013 at 3:51 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-19 03:11 PM, Jason Wessel wrote: This patch aims to fix the following two cases for the INITRAMFS generation. 1) Allow an image recipe to specify a paired

Re: [OE-core] [PATCH 3/3] builder: register directories with pcmanfm

2013-08-20 Thread Saul Wold
On 08/20/2013 09:05 AM, Cristian Iorga wrote: Register directories to be opened with PCManFM filemanager using xdg-open in Build Appliance. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- meta/recipes-graphics/builder/builder_0.1.bb | 2 +-

Re: [OE-core] [PATCH] kernel.bbclass, image.bbclass: Implement kernel INITRAMFS dependency and bundling

2013-08-20 Thread Andrea Adami
On Tue, Aug 20, 2013 at 6:28 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-20 11:03 AM, Andrea Adami wrote: On Tue, Aug 20, 2013 at 3:51 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-19 03:11 PM, Jason Wessel wrote: This patch aims to fix the following

Re: [OE-core] [PATCH 3/3] builder: register directories with pcmanfm

2013-08-20 Thread Saul Wold
On 08/20/2013 09:41 AM, Iorga, Cristian wrote: Sould I remove PR entirely? Or just leave it at version 6? That's no mistake, I did change the PR because there are no external sources in this case, so there is not really a new version. Just an evolution. Please try to do inline replies, as we

Re: [OE-core] [PATCH 3/3] builder: register directories with pcmanfm

2013-08-20 Thread Iorga, Cristian
Sould I remove PR entirely? Or just leave it at version 6? That's no mistake, I did change the PR because there are no external sources in this case, so there is not really a new version. Just an evolution. -Original Message- From: Saul Wold [mailto:s...@linux.intel.com] Sent: Tuesday,

[OE-core] [PATCH 3/3] builder: register directories with pcmanfm

2013-08-20 Thread Cristian Iorga
Register directories to be opened with PCManFM filemanager using xdg-open in Build Appliance. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- meta/recipes-graphics/builder/files/builder_hob_start.sh | 9 + 1 file changed, 9 insertions(+) diff --git

[OE-core] [PATCH 1/3] Build Appliance: pcmanfm integration

2013-08-20 Thread Cristian Iorga
PCManFm file manager is integrated in Build Appliance xprop, xdg-utils are also integrated for file association support. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[OE-core] [PATCH 0/3] [PATCH v2] YB2370: Build Appliance integrates PCManFM filemanager

2013-08-20 Thread Cristian Iorga
PCManFM filemanager is integrated into Build Appliance; PCManFM is used to display build results from Hob interface. Patch v2 fixes wrong increment of PR. The following changes since commit fe227a023e30f6651618423ab527cde21a350d1a: genext2fs: fix memory corruption on powerpc (2013-08-20

[OE-core] [PATCH 2/3] build-appliance-image: changing the icon theme to sato

2013-08-20 Thread Cristian Iorga
Hicolor icon theme does not properly displays icons for folders. Sato icon theme is working correctly. Also, settings-daemon needs to be added to image in order to properly display folder icons. Signed-off-by: Cristian Iorga cristian.io...@intel.com ---

[OE-core] [PATCH v2] kernel.bbclass: Create symbolic link to add ${KERNEL_IMAGETYPE} to boot package

2013-08-20 Thread Franklin S. Cooper Jr
* By default for some platforms U-boot assumes the kernel image is located in the boot directory of the root filesystem. * The kernel.bbclass already includes the kernel image in the /boot directory but adds a version number to the file name. * Create a symbolic link that names the kernel

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

2013-08-20 Thread Paul Eggleton
Hi Otavio, On Tuesday 20 August 2013 15:17:16 Otavio Salvador wrote: On Tue, Aug 20, 2013 at 1:51 PM, Franklin S. Cooper Jr fcoo...@ti.com wrote: From: Otavio Salvador ota...@ossystems.com.br The 3.8 kernel has change the default directory where the dtb file is stored. The change has

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

2013-08-20 Thread Otavio Salvador
On Tue, Aug 20, 2013 at 1:51 PM, Franklin S. Cooper Jr fcoo...@ti.com wrote: From: Otavio Salvador ota...@ossystems.com.br 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

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

2013-08-20 Thread Cooper Jr., Franklin
-Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Tuesday, August 20, 2013 1:24 PM To: Otavio Salvador Cc: Cooper Jr., Franklin; Patches and discussions about the oe-core layer Subject: Re: [for dylan][PATCH 3/3] linux-dtb.inc: Fix dtb generation

Re: [OE-core] [PATCH v2] kernel.bbclass: Create symbolic link to add ${KERNEL_IMAGETYPE} to boot package

2013-08-20 Thread Mark Hatle
On 8/20/13 1:45 PM, Franklin S. Cooper Jr wrote: * By default for some platforms U-boot assumes the kernel image is located in the boot directory of the root filesystem. * The kernel.bbclass already includes the kernel image in the /boot directory but adds a version number to the file

Re: [OE-core] [PATCH] openssl: avoid NULL pointer dereference in three places

2013-08-20 Thread Saul Wold
On 08/19/2013 10:07 PM, Xufeng Zhang wrote: On 08/20/2013 12:13 PM, Saul Wold wrote: On 08/19/2013 06:59 PM, Xufeng Zhang wrote: Hi All, Anybody help me review this? Thanks, Xufeng On 06/04/2013 02:15 PM, Xufeng Zhang wrote: There are three potential NULL pointer dereference in

Re: [OE-core] [PATCH] kernel.bbclass, image.bbclass: Implement kernel INITRAMFS dependency and bundling

2013-08-20 Thread Bruce Ashfield
On 13-08-20 12:41 PM, Andrea Adami wrote: On Tue, Aug 20, 2013 at 6:28 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-20 11:03 AM, Andrea Adami wrote: On Tue, Aug 20, 2013 at 3:51 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-19 03:11 PM, Jason Wessel

[OE-core] [PATCH 2/2] gtk-engines: fix build with automake-1.13

2013-08-20 Thread Marko Lindqvist
Add patch substitute-tests.patch that works around automake TESTS limitation. See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13771. Signed-off-by: Marko Lindqvist cazf...@gmail.com --- .../gtk-engines-2.20.2/substitute-tests.patch | 37

[OE-core] [PATCH 1/2] texinfo: correct dont-depend-on-help2man.patch

2013-08-20 Thread Marko Lindqvist
Patch needed only with automake-1.13 no longer worked as expected after texinfo has been updated to version 5.1. Signed-off-by: Marko Lindqvist cazf...@gmail.com --- .../texinfo-5.1/dont-depend-on-help2man.patch | 43 +--- 1 file changed, 38 insertions(+), 5 deletions(-)

Re: [OE-core] qemu-native build regularly failing

2013-08-20 Thread Marko Lindqvist
On 20 August 2013 16:32, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 20 August 2013 15:51:21 Marko Lindqvist wrote: Build of qemu-native regularly fails with: | LINK sh4-softmmu/qemu-system-sh4 | | /usr/lib/x86_64-linux-gnu/libXext.so.6: undefined reference to

Re: [OE-core] [PATCH] mesa: enable additional drivers for gallium-llvm x86/x86-64

2013-08-20 Thread Martin Jansa
On Tue, Aug 20, 2013 at 08:41:03PM +1000, Jonathan Liu wrote: On 20/08/2013 8:24 PM, Martin Jansa wrote: On Tue, Aug 20, 2013 at 08:10:41PM +1000, Jonathan Liu wrote: The additional Gallium drivers are needed for open source ATI Radeon and NVIDIA graphics drivers. The radeonsi and r600

Re: [OE-core] qemu-native build regularly failing

2013-08-20 Thread Paul Eggleton
On Tuesday 20 August 2013 23:26:44 Marko Lindqvist wrote: On 20 August 2013 16:32, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 20 August 2013 15:51:21 Marko Lindqvist wrote: Build of qemu-native regularly fails with: | LINK sh4-softmmu/qemu-system-sh4 | |

Re: [OE-core] qemu-native build regularly failing

2013-08-20 Thread Otavio Salvador
On Tue, Aug 20, 2013 at 6:16 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 20 August 2013 23:26:44 Marko Lindqvist wrote: On 20 August 2013 16:32, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 20 August 2013 15:51:21 Marko Lindqvist wrote: Build of

Re: [OE-core] qemu-native build regularly failing

2013-08-20 Thread Paul Eggleton
On Tuesday 20 August 2013 18:24:55 Otavio Salvador wrote: On Tue, Aug 20, 2013 at 6:16 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 20 August 2013 23:26:44 Marko Lindqvist wrote: On 20 August 2013 16:32, Paul Eggleton paul.eggle...@linux.intel.com wrote: On

Re: [OE-core] [CONSOLIDATED PULL 00/25] Final Review and ACK

2013-08-20 Thread Richard Purdie
On Tue, 2013-08-20 at 12:06 -0300, Otavio Salvador wrote: On Tue, Aug 20, 2013 at 11:46 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2013-08-20 at 07:28 -0700, Saul Wold wrote: Richard, This has been ACK'ed by Ross and Paul, I re-ordered the tune file usage

Re: [OE-core] qemu-native build regularly failing

2013-08-20 Thread Marko Lindqvist
On 21 August 2013 00:16, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 20 August 2013 23:26:44 Marko Lindqvist wrote: On 20 August 2013 16:32, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 20 August 2013 15:51:21 Marko Lindqvist wrote: Build of qemu-native

Re: [OE-core] [PATCH] mesa: enable additional drivers for gallium-llvm x86/x86-64

2013-08-20 Thread Jonathan Liu
On 21/08/2013 7:09 AM, Martin Jansa wrote: On Tue, Aug 20, 2013 at 08:41:03PM +1000, Jonathan Liu wrote: On 20/08/2013 8:24 PM, Martin Jansa wrote: On Tue, Aug 20, 2013 at 08:10:41PM +1000, Jonathan Liu wrote: The additional Gallium drivers are needed for open source ATI Radeon and NVIDIA

Re: [OE-core] [v2][PATCH 1/2] directfb: Upgrade to 1.6.3

2013-08-20 Thread Andre Draszik
Hi, On 19 Aug 2013 20:24, Lauren Post lauren.p...@freescale.com wrote: directfb: Upgrade to 1.6.3 [...] delete mode 100644 meta/recipes-graphics/directfb/directfb_1.6.1.bb create mode 100755 meta/recipes-graphics/directfb/directfb_1.6.3.bb Not sure you really wanted the mode change.

Re: [OE-core] [PATCH] linux-dtb: Fix compilation failure in install and deploy phases

2013-08-20 Thread Mike Looijmans
On 08/20/2013 05:21 PM, Otavio Salvador wrote: On Tue, Aug 20, 2013 at 7:02 AM, Mike Looijmans mike.looijm...@topic.nl wrote: Baking a kernel failed on the devicetree creation. This was caused by the install and deploy scripts referring to the wrong directory for the dtb files. Signed-off-by:

[OE-core] [PATCH] eglibc: Update SRC_URI and fix unpackaged empty dir

2013-08-20 Thread Khem Raj
eglibc 2.18 has now been branched out so point to new tarballs Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/eglibc/cross-localedef-native_2.18.bb | 6 +++--- meta/recipes-core/eglibc/eglibc-package.inc | 4 meta/recipes-core/eglibc/eglibc_2.18.bb