[OE-core] [PATCH 0/2] initscripts: read-only rootfs fixes

2013-08-26 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The following changes since commit b467b99a5d25efe5eadfb07dbecba608575256ac: linux-yocto: switch genericx86 to use common-pc (2013-08-24 09:37:49 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [PATCH 2/2] read-only-rootfs-hook.sh: check before bind mounting /var/lib

2013-08-26 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com It's possible that /var/lib is on a separate writable partition. In such situation, we should not bind mount /var/lib with tmpfs, becasue it's already writable. This patch fixes this problem by checking whether /var/lib is already on a writable partition.

[OE-core] [PATCH 1/2] checkroot.sh: check for conflicting configurations

2013-08-26 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com In our current boot scripts, two ways are used to determine whether the rootfs is read-only or not. One by checking the READ_ONLY_ROOTFS value in /etc/default/rcS, the other by checking the /etc/fstab entry. From a normal Linux user's point of view, the way of

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

2013-08-26 Thread Andrea Adami
On Fri, Aug 23, 2013 at 2:56 PM, Jason Wessel jason.wes...@windriver.com wrote: On 08/23/2013 01:16 AM, Khem Raj wrote: On Thu, Aug 22, 2013 at 4:04 PM, Jason Wessel jason.wes...@windriver.com wrote: This patch aims to fix the following two cases for the INITRAMFS generation. 1) Allow an

[OE-core] [PATCH 0/1] btrfs-tools: Add dependency on lzo acl e2fsprog

2013-08-26 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com The following changes since commit 9b05c65450526522d7358d0c0901b594de546748: sstate: Fix the relative symlink replacement code (2013-08-23 16:59:04 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/btrfs

[OE-core] [PATCH 1/1] btrfs-tools: Add dependency on lzo acl e2fsprog

2013-08-26 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com --- meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb

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

2013-08-26 Thread Riku Voipio
Hi, On 21 August 2013 08:45, Khem Raj raj.k...@gmail.com wrote: diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc index a590cce..1a23805 100644 --- a/meta/recipes-core/eglibc/eglibc-package.inc +++

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

2013-08-26 Thread Martin Jansa
On Mon, Aug 26, 2013 at 12:37:18PM +0300, Riku Voipio wrote: Hi, On 21 August 2013 08:45, Khem Raj raj.k...@gmail.com wrote: diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc index a590cce..1a23805 100644 ---

[OE-core] [PATCH] eglibc: fix directory cleanup for 2.17

2013-08-26 Thread Riku Voipio
Commit e0c2dd275827a4b37b8116d0f0119333638461af broke building eglibc 2.17, which still ships pt_chown under eglibc/ directory. Fix by only deleting directory when pt_chown is not there. Cc: Khem Raj raj.k...@gmail.com --- meta/recipes-core/eglibc/eglibc-package.inc | 2 +- 1 file changed, 1

Re: [OE-core] [PATCH] linux-libc-headers: ptrace.h: remove ptrace_peeksiginfo_args

2013-08-26 Thread Richard Purdie
On Mon, 2013-08-26 at 00:26 -0400, Bruce Ashfield wrote: On 13-08-26 12:08 AM, Saul Wold wrote: Thanks! And honestly, I didn't leave out the upstream status on purpose this time .. like I said, it just isn't in my workflow, since I normally seek and destroy them! I'm pretty sure I can't

[OE-core] [PATCH 0/2] Some tests fixes

2013-08-26 Thread Stefan Stanacar
Hello, These should fix two of AB fails for RunSanity: http://autobuilder.yoctoproject.org:8011/builders/nightly-x86/builds/269/steps/Running%20Sanity%20Tests/logs/stdio and http://autobuilder.yoctoproject.org:8011/builders/nightly-multilib/builds/266/steps/Running%20Sanity%20Tests_3/logs/stdio

[OE-core] [PATCH 2/2] lib/oeqa/runtime: multilib: fix typo

2013-08-26 Thread Stefan Stanacar
The check was obviously wrong and it surfaced with the recent change in behaviour for skipping tests. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- meta/lib/oeqa/runtime/multilib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 1/2] lib/oeqa/runtime: smart: add checks for smart output

2013-08-26 Thread Stefan Stanacar
Sometimes smart throws: Committing transaction... Preparing... [ 0%] 1:Removing psplash-default [100%] error: Couldn't fork %postun: Cannot allocate memory and returns a 0

Re: [OE-core] [PATCH] linux-libc-headers: ptrace.h: remove ptrace_peeksiginfo_args

2013-08-26 Thread Bruce Ashfield
On Mon, Aug 26, 2013 at 7:03 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2013-08-26 at 00:26 -0400, Bruce Ashfield wrote: On 13-08-26 12:08 AM, Saul Wold wrote: Thanks! And honestly, I didn't leave out the upstream status on purpose this time .. like I said, it just

Re: [OE-core] [PATCH] linux-libc-headers: ptrace.h: remove ptrace_peeksiginfo_args

2013-08-26 Thread Richard Purdie
On Mon, 2013-08-26 at 08:39 -0400, Bruce Ashfield wrote: On Mon, Aug 26, 2013 at 7:03 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2013-08-26 at 00:26 -0400, Bruce Ashfield wrote: On 13-08-26 12:08 AM, Saul Wold wrote: Thanks! And honestly, I didn't leave out the

Re: [OE-core] [PATCH 12/24] python3: Add recipes

2013-08-26 Thread Martin Jansa
On Fri, Jun 28, 2013 at 03:03:57PM -0700, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- .../python/python3/000-cross-compile.patch | 76 + .../python3/020-dont-compile-python-files.patch| 31 ++ .../python/python3/03-fix-tkinter-detection.patch | 42

Re: [OE-core] [PATCH 1/1] btrfs-tools: Add dependency on lzo acl e2fsprog

2013-08-26 Thread Saul Wold
Why? And should the acl be controlled by a PACKAGECONFIG? Can it be disabled during do_configure? Sau! On 08/26/2013 01:56 AM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com ---

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-26 Thread Elvis Dowson
Hi Bruce, On Aug 26, 2013, at 8:24 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: Perhaps the zynq machine definition is the right way to go, since nearly enough support is mainline (in both qemu and the kernel), and we can motivate the rest into their respective upstreams. If

Re: [OE-core] [PATCH] pseudo: fix memory leak and missed privilege drop

2013-08-26 Thread Mark Hatle
On 8/25/13 7:40 PM, Peter A. Bigot wrote: From: Peter A. Bigot p...@pabigot.com qemu.bbclass adds PSEUDO_UNLOAD=1 in qemu_run_binary to avoid reference to pseudo functions that may not exist in the target environment. This patch detects the addition of that variable within the environment to

Re: [OE-core] [PATCH] pseudo: fix memory leak and missed privilege drop

2013-08-26 Thread Peter A. Bigot
On 08/26/2013 10:54 AM, Mark Hatle wrote: +diff --git a/pseudo_util.c b/pseudo_util.c +index 8d0969e..16c70e0 100644 +--- a/pseudo_util.c b/pseudo_util.c +@@ -95,6 +95,33 @@ dump_env(char **envp) { + } + #endif + ++int ++pseudo_has_unload(char * const *envp) { ++static const char

Re: [OE-core] [PATCH 4/7] eglibc: ptrace: protect ptrace_peeksiginfo_args from redefintion

2013-08-26 Thread Khem Raj
On Aug 25, 2013, at 7:46 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: A final (maybe .. hopefully!?) thought on this. Do drop this change, but give me a few minutes to remove the offending structure from linux-libc-headers_3.10. That will also protect all users of yocto, regardless

Re: [OE-core] [PATCH] eglibc: fix directory cleanup for 2.17

2013-08-26 Thread Khem Raj
On Aug 26, 2013, at 2:51 AM, Riku Voipio riku.voi...@linaro.org wrote: Commit e0c2dd275827a4b37b8116d0f0119333638461af broke building eglibc 2.17, which still ships pt_chown under eglibc/ directory. Fix by only deleting directory when pt_chown is not there. Cc: Khem Raj

Re: [OE-core] [PATCH 12/24] python3: Add recipes

2013-08-26 Thread Khem Raj
On Aug 26, 2013, at 6:32 AM, Martin Jansa martin.ja...@gmail.com wrote: When testing this on another host I got: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. The

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

2013-08-26 Thread Khem Raj
On Aug 26, 2013, at 2:45 AM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Aug 26, 2013 at 12:37:18PM +0300, Riku Voipio wrote: Hi, On 21 August 2013 08:45, Khem Raj raj.k...@gmail.com wrote: diff --git a/meta/recipes-core/eglibc/eglibc-package.inc

Re: [OE-core] [PATCH] u-boot: update to 2013.07

2013-08-26 Thread Saul Wold
On 08/23/2013 09:57 AM, Laszlo Papp wrote: Any update? It would be nice not to miss the freeze ... ;-) This has been merged, and I was informed by the QA team that it works correctly for the mpc8315e-rdb and beagleboard, but NOT the beagleboard XM. So maintaining this as DEFAULT_PREFERENCE =

[OE-core] [PATCH 0/1] linux-yocto/3.10: tools update

2013-08-26 Thread Bruce Ashfield
Saul/Richard, Richard mentioned this morning that a patch issue was still being seen with the soon to be dead 3.8 kernel tree. I took a look and it was due to a missing SRCREV update to the kern-tools. Once this change is applied, all old trees, as well as the new 3.10 and -dev kernels are in

[OE-core] [PATCH 1/1] kern-tools: fix patch series to git tree validation

2013-08-26 Thread Bruce Ashfield
Previous changes to the kern-tools improved functionality to ensure that as a series is considered, it is checked against the tree to confirm that all patches are really applied. There was a bug in the subject based detection, such that the first matching patch was take, and not the last. This

Re: [OE-core] [PATCH 4/7] eglibc: ptrace: protect ptrace_peeksiginfo_args from redefintion

2013-08-26 Thread Bruce Ashfield
On Mon, Aug 26, 2013 at 1:28 PM, Khem Raj raj.k...@gmail.com wrote: On Aug 25, 2013, at 7:46 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: A final (maybe .. hopefully!?) thought on this. Do drop this change, but give me a few minutes to remove the offending structure from

Re: [OE-core] [PATCH] u-boot: update to 2013.07

2013-08-26 Thread Laszlo Papp
On Mon, Aug 26, 2013 at 7:04 PM, Saul Wold s...@linux.intel.com wrote: On 08/26/2013 10:56 AM, Laszlo Papp wrote: What exactly is the problem for beagle board? The QA team did not provide the details. I wonder if you could ask for that? ___

Re: [OE-core] [PATCH] u-boot: update to 2013.07 - Beagleboard XM Issue?

2013-08-26 Thread Saul Wold
On 08/26/2013 11:06 AM, Laszlo Papp wrote: On Mon, Aug 26, 2013 at 7:04 PM, Saul Wold s...@linux.intel.com mailto:s...@linux.intel.com wrote: On 08/26/2013 10:56 AM, Laszlo Papp wrote: What exactly is the problem for beagle board? The QA team did not provide the details. I

[OE-core] [PATCH 1/1] eglibc: nscd support depends on OPTION_EGLIBC_INET

2013-08-26 Thread Andrei Gherzan
Add --disable-nscd if DISTRO_FEATURES does not contain ipv4. This features is mapped to OPTION_EGLIBC_INET. The default behavior is to activate nscd (if --disable-nscd is not passed to configure script). But nscd depends on OPTION_EGLIBC_INET, so compilation will fail if this option is not

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-26 Thread Bruce Ashfield
On 13-08-26 11:49 AM, Elvis Dowson wrote: Hi Bruce, On Aug 26, 2013, at 8:24 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: Perhaps the zynq machine definition is the right way to go, since nearly enough support is mainline (in both qemu and the kernel), and we can motivate the rest

[OE-core] OE Changelog since 2013-08-18 until 2013-08-25

2013-08-26 Thread cliff . brake
Changelog since 2013-08-18 until 2013-08-25. 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:

Re: [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-26 Thread Elvis Dowson
Hi Bruce, On Aug 26, 2013, at 11:08 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: Are you interested in something from scratch, versus something that isn't already partially in the tree (like qemuarma9) ? We've got a few docs and tutorials, but I can also help step you through

Re: [OE-core] [oe-commits] Bruce Ashfield : linux-yocto: introduce v3.10

2013-08-26 Thread Martin Jansa
On Mon, Aug 26, 2013 at 10:18:59AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 6dc46834c6edaf358c18b26e4304bc9e7413eb60 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=6dc46834c6edaf358c18b26e4304bc9e7413eb60 Author:

Re: [OE-core] [oe-commits] Bruce Ashfield : linux-yocto: introduce v3.10

2013-08-26 Thread Bruce Ashfield
On 13-08-26 03:56 PM, Martin Jansa wrote: On Mon, Aug 26, 2013 at 10:18:59AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 6dc46834c6edaf358c18b26e4304bc9e7413eb60 URL:

[OE-core] [PATCH 1/1] dpkg: fix configuration issure for mips64

2013-08-26 Thread Joe Slater
CQID: 431771 configure cannot determine the proper cpu, os, or architeture for mips64, and possibly other arch's because of faulty code added to Arch.pm in the latest release from upstream. We remove that code. Signed-off-by: Joe Slater jsla...@windriver.com ---

Re: [OE-core] [PATCH 1/1] dpkg: fix configuration issure for mips64

2013-08-26 Thread Saul Wold
On 08/26/2013 01:46 PM, Joe Slater wrote: CQID: 431771 configure cannot determine the proper cpu, os, or architeture for mips64, and possibly other arch's because of faulty code added to Arch.pm in the latest release from upstream. We remove that code. Signed-off-by: Joe Slater

[OE-core] [v2][PATCH 1/1] dpkg: fix configuration issure for mips64

2013-08-26 Thread Joe Slater
CQID: 431771 configure cannot determine the proper cpu, os, or architecture for mips64, and possibly other arch's, because of faulty code added to Arch.pm in the latest release from upstream. We remove that code. Signed-off-by: Joe Slater jsla...@windriver.com ---

Re: [OE-core] [PATCH 4/7] eglibc: ptrace: protect ptrace_peeksiginfo_args from redefintion

2013-08-26 Thread Khem Raj
On Aug 26, 2013, at 10:59 AM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Mon, Aug 26, 2013 at 1:28 PM, Khem Raj raj.k...@gmail.com wrote: On Aug 25, 2013, at 7:46 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: A final (maybe .. hopefully!?) thought on this. Do drop this change,

Re: [OE-core] [PATCH] eglibc: fix directory cleanup for 2.17

2013-08-26 Thread Khem Raj
On Aug 26, 2013, at 10:32 AM, Khem Raj raj.k...@gmail.com wrote: On Aug 26, 2013, at 2:51 AM, Riku Voipio riku.voi...@linaro.org wrote: Commit e0c2dd275827a4b37b8116d0f0119333638461af broke building eglibc 2.17, which still ships pt_chown under eglibc/ directory. Fix by only deleting

Re: [OE-core] [PATCH 1/3] kmod: Upgrade to version 14

2013-08-26 Thread Khem Raj
On Aug 23, 2013, at 1:37 PM, Saul Wold s...@linux.intel.com wrote: On 08/22/2013 09:09 PM, Khem Raj wrote: On Aug 22, 2013, at 2:54 PM, Saul Wold s...@linux.intel.com wrote: On 08/21/2013 09:31 PM, Khem Raj wrote: The update is a requirement for systemd-206 Signed-off-by: Khem Raj

Re: [OE-core] [PATCH 4/7] eglibc: ptrace: protect ptrace_peeksiginfo_args from redefintion

2013-08-26 Thread Bruce Ashfield
On Mon, Aug 26, 2013 at 5:16 PM, Khem Raj raj.k...@gmail.com wrote: On Aug 26, 2013, at 10:59 AM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Mon, Aug 26, 2013 at 1:28 PM, Khem Raj raj.k...@gmail.com wrote: On Aug 25, 2013, at 7:46 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote:

Re: [OE-core] [PATCH 1/1] eglibc: nscd support depends on OPTION_EGLIBC_INET

2013-08-26 Thread Saul Wold
On 08/26/2013 11:48 AM, Andrei Gherzan wrote: Add --disable-nscd if DISTRO_FEATURES does not contain ipv4. This features is mapped to OPTION_EGLIBC_INET. The default behavior is to activate nscd (if --disable-nscd is not passed to configure script). But nscd depends on OPTION_EGLIBC_INET, so

Re: [OE-core] [PATCH] u-boot: update to 2013.07

2013-08-26 Thread Peter A. Bigot
I can confirm this also works with the Gumstix Overo in a layer bbappend that used SRC_URI_append_overo for additional patches. Thanks to you both for getting it merged. I did come up with a question, though. The recipe uses: PV = v2013.07+git${SRCPV} which creates an informative but

[OE-core] [PATCH 1/2] linux-firmware: correct name of Marvell license file

2013-08-26 Thread Peter A. Bigot
From: Peter A. Bigot p...@pabigot.com Follow upstream in changing the name of the license file for Marvell firmware: commit 2e79e60b7e4771427327ed508fa27b90d841afcb Author: Bing Zhao bz...@marvell.com Date: Fri Jan 7 16:06:56 2011 -0800 linux-firmware: use single license file for

[OE-core] [PATCH 2/2] linux-firmware: package Marvell SD8787 firmware

2013-08-26 Thread Peter A. Bigot
From: Peter A. Bigot p...@pabigot.com Also split out Marvell license as separate package. Signed-off-by: Peter A. Bigot p...@pabigot.com --- .../linux-firmware/linux-firmware_git.bb | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCH] u-boot: update to 2013.07

2013-08-26 Thread Laszlo Papp
This email contains some nuances, so I will try to reply to the main points (IMO). On Mon, Aug 26, 2013 at 10:48 PM, Peter A. Bigot p...@pabigot.com wrote: Is there reason to create a parallel UBOOT_VERSION? Yes. fw-utils is not available with this u-boot version just yet. Also, I have not

[OE-core] [PATCH 0/2] linux-yocto: add bc-native and linux-yocto-dependency

2013-08-26 Thread Bruce Ashfield
Richard/Saul, As reported by Martin Jansa, the following error happens when building in a minimal environment: | BC kernel/timeconst.h | /bin/sh: bc: command not found | make[3]: *** [kernel/timeconst.h] Error 127 | make[2]: *** [kernel] Error 2 | make[2]: *** Waiting for

[OE-core] [PATCH 1/2] bc: add bc-native

2013-08-26 Thread Bruce Ashfield
To support the building of recent kernels in minimal environments, we should provide bc-native. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-extended/bc/bc_1.06.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/bc/bc_1.06.bb

[OE-core] [PATCH 2/2] linux-yocto: add bc-native dependency, and move to linux-yocto.inc

2013-08-26 Thread Bruce Ashfield
As reported by Martin Jansa martin.ja...@gmail.com, the following error happens when building in a minimal environment: | BC kernel/timeconst.h | /bin/sh: bc: command not found | make[3]: *** [kernel/timeconst.h] Error 127 | make[2]: *** [kernel] Error 2 | make[2]: ***

Re: [OE-core] [PATCH] u-boot: update to 2013.07

2013-08-26 Thread Bruce Ashfield
On Mon, Aug 26, 2013 at 5:48 PM, Peter A. Bigot p...@pabigot.com wrote: I can confirm this also works with the Gumstix Overo in a layer bbappend that used SRC_URI_append_overo for additional patches. Thanks to you both for getting it merged. I did come up with a question, though. The recipe

Re: [OE-core] [PATCH 1/3] kmod: Upgrade to version 14

2013-08-26 Thread Khem Raj
On Aug 26, 2013, at 2:22 PM, Khem Raj raj.k...@gmail.com wrote: Machine are CentOS 6.4, Debian 6.0.7, but it worked on my F19 and Ubuntu 12.04 machines! I do not have access to Centos or debian to be able to reproduce this. If anyone has it please help in debugging it further. will try

Re: [OE-core] [PATCH 1/3] kmod: Upgrade to version 14

2013-08-26 Thread Saul Wold
On 08/26/2013 03:45 PM, Khem Raj wrote: On Aug 26, 2013, at 2:22 PM, Khem Raj raj.k...@gmail.com wrote: Machine are CentOS 6.4, Debian 6.0.7, but it worked on my F19 and Ubuntu 12.04 machines! I do not have access to Centos or debian to be able to reproduce this. If anyone has it please

[OE-core] [v3][PATCH 1/1] dpkg: fix configuration issue for mips64

2013-08-26 Thread Joe Slater
CQID: 431771 configure cannot determine the proper cpu, os, or architecture for mips64, and possibly other arch's, because of faulty code added to Arch.pm in the latest release from upstream. We remove that code. Signed-off-by: Joe Slater jsla...@windriver.com ---

[OE-core] OpenEmbedded TSC Minutes: 2 July 2013

2013-08-26 Thread Jeff Osier-Mixon
[these are all late because I am lame] OpenEmbedded Technical Steering Committee 2 July 2013 Attendees: Koen (koen) Fray (fray) Paul (bluelightning) Khem (khem) Richard (RP) Apologies: Notes: Jefro Agenda at a glance: 1. pick a chair 2. new issues 3. lingering issues a. role of

Re: [OE-core] [PATCH 1/1] btrfs-tools: Add dependency on lzo acl e2fsprog

2013-08-26 Thread Rongqing Li
On 08/26/2013 10:37 PM, Saul Wold wrote: Why? And should the acl be controlled by a PACKAGECONFIG? Can it be disabled during do_configure? Sau! btrfs-tools does not inherit autotools, and does not support the configuration. it includes sys/acl.h hard-code. The commit which includes

[OE-core] [PATCH 1/1] libnfsidmap: Add and modify idmapd.conf

2013-08-26 Thread rongqing.li
From: Zhang Xiao xiao.zh...@windriver.com add configuration file to make rpc.idmapd to not report below error: rpc.idmapd: Skipping configuration file /etc/idmapd.conf: No such file or directory rpc.idmapd: Could not find group nobody Signed-off-by: Zhang Xiao

[OE-core] [PATCH 0/1]libnfsidmap: Add and modify idmapd.conf

2013-08-26 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com The following changes since commit 58d05c817cf3be071c66c7e4dbbb9942fd7a0752: xdg-utils: add runtime dependency on xprop (2013-08-23 16:08:30 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/libnfsidmap

Re: [OE-core] [PATCH 2/3] systemd: Upgrade to 206

2013-08-26 Thread Jonathan Liu
On 22 August 2013 14:31, Khem Raj raj.k...@gmail.com wrote: Add new PACKAGE systemd-rpm-macros, this will hold the macros which are interesting when rpm is used as package management backend Forward port uclibc only patches. Add a new patch to stub out use of preadv/pwritev in testcases

Re: [OE-core] [PATCH] grep-2.5.1a: fix grep for LSB compliance

2013-08-26 Thread Li Zhijian
...skip... at 2013-8-27 9:00, Saul Wold wrote: diff --git a/meta/recipes-extended/grep/grep_2.5.1a.bb b/meta/recipes-extended/grep/grep_2.5.1a.bb index 088959c..d964d84 100644 --- a/meta/recipes-extended/grep/grep_2.5.1a.bb +++ b/meta/recipes-extended/grep/grep_2.5.1a.bb @@ -5,7 +5,7 @@ SECTION

Re: [OE-core] [PATCH 1/3] kmod: Upgrade to version 14

2013-08-26 Thread Khem Raj
On Aug 26, 2013, at 4:04 PM, Saul Wold s...@linux.intel.com wrote: On 08/26/2013 03:45 PM, Khem Raj wrote: On Aug 26, 2013, at 2:22 PM, Khem Raj raj.k...@gmail.com wrote: Machine are CentOS 6.4, Debian 6.0.7, but it worked on my F19 and Ubuntu 12.04 machines! I do not have access

Re: [OE-core] [PATCH 2/3] systemd: Upgrade to 206

2013-08-26 Thread Khem Raj
On Aug 26, 2013, at 7:40 PM, Jonathan Liu net...@gmail.com wrote: On 22 August 2013 14:31, Khem Raj raj.k...@gmail.com wrote: Add new PACKAGE systemd-rpm-macros, this will hold the macros which are interesting when rpm is used as package management backend Forward port uclibc only

Re: [OE-core] [PATCH 12/24] python3: Add recipes

2013-08-26 Thread Khem Raj
On Aug 26, 2013, at 6:32 AM, Martin Jansa martin.ja...@gmail.com wrote: On Fri, Jun 28, 2013 at 03:03:57PM -0700, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- .../python/python3/000-cross-compile.patch | 76 + .../python3/020-dont-compile-python-files.patch

[OE-core] [PATCH 1/1] lttng-modules: Update to 2.2.1 based release

2013-08-26 Thread Tom Zanussi
Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- meta/recipes-kernel/lttng/lttng-modules_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/lttng/lttng-modules_git.bb b/meta/recipes-kernel/lttng/lttng-modules_git.bb index 3a92879..351b0c8

[OE-core] [PATCH 0/1] lttng-modules: 3.10 compile fix

2013-08-26 Thread Tom Zanussi
This updates lttng-modules to v2.2.1, which has a fix for a printk instrumentation compile error seen on master-under-test. This gets rid of the compile error, but no testing has been done - that will have to come after the other rest of lttng has also been updated. The following changes since