Re: [OE-core] [PATCH 5/7] gst-plugins-good: fix 3.10 libc-headers build failure

2013-08-25 Thread Jonathan Liu
On 25/08/2013 3:16 PM, Bruce Ashfield wrote: kernel commit 24b9f5017 [[media] V4L: Remove deprecated image centering controls] removed the definitions of V4L2_CID_HCENTER and V4L2_CID_VCENTER after three years of depreciation. The ioctl values are still free, and the case statement which

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

2013-08-25 Thread Jonathan Liu
On 25/08/2013 3:16 PM, Bruce Ashfield wrote: linux kernel commit 84c751bd [ptrace: add ability to retrieve signals without removing from a queue (v4)] added ptrace_peeksiginfo_args to the exported kernel user api. This leads to build errors such as: | In file included from

Re: [OE-core] [PATCH 5/7] gst-plugins-good: fix 3.10 libc-headers build failure

2013-08-25 Thread Bruce Ashfield
On 13-08-25 2:36 AM, Jonathan Liu wrote: On 25/08/2013 3:16 PM, Bruce Ashfield wrote: kernel commit 24b9f5017 [[media] V4L: Remove deprecated image centering controls] removed the definitions of V4L2_CID_HCENTER and V4L2_CID_VCENTER after three years of depreciation. The ioctl values are still

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

2013-08-25 Thread Bruce Ashfield
On Sun, Aug 25, 2013 at 2:35 AM, Jonathan Liu net...@gmail.com wrote: On 25/08/2013 3:16 PM, Bruce Ashfield wrote: linux kernel commit 84c751bd [ptrace: add ability to retrieve signals without removing from a queue (v4)] added ptrace_peeksiginfo_args to the exported kernel user api. This

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

2013-08-25 Thread Elvis Dowson
Hi, I have modified the default qemuarm.conf file, to switch it over to using ARM Cortex A9, with hard float, vfp and neon support, by applying the following patch (which basically includes the tune-cortexa9.inc file).diff --git a/meta/conf/machine/qemuarm.conf

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

2013-08-25 Thread Martin Jansa
On Sun, Aug 25, 2013 at 06:37:54PM +0400, Elvis Dowson wrote: Hi, I have modified the default qemuarm.conf file, to switch it over to using ARM Cortex A9, with hard float, vfp and neon support, by applying the following patch (which basically includes the tune-cortexa9.inc file).

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

2013-08-25 Thread Elvis Dowson
Hi Martin, On Aug 25, 2013, at 6:44 PM, Martin Jansa martin.ja...@gmail.com wrote: I find that the kernel panics upon boot. Thanks! Any idea why the qemu with hard float configuration has a kernel panic with linux-yocto? Elvis Dowson ___

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

2013-08-25 Thread rewitt
Thanks! Any idea why the qemu with hard float configuration has a kernel panic with linux-yocto? init is going away so the kernel panics. Usually this means it couldn't run the init on the rootfilesystem. Try adding keep_bootcon to your kernel command line and see if that gives anymore

Re: [OE-core] [PATCH] classes: Remove references to _remove in function names since this may become a bitbake keyword

2013-08-25 Thread Otavio Salvador
On Sat, Aug 24, 2013 at 1:01 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: There is a good chance we might want to support a bitbake operator _remove which works in a similar way to _append and _prepend. As such, we can't use those keywords in function or variable names.

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

2013-08-25 Thread Elvis Dowson
Hi, On Aug 25, 2013, at 9:43 PM, rew...@declaratino.com wrote: Thanks! Any idea why the qemu with hard float configuration has a kernel panic with linux-yocto? init is going away so the kernel panics. Usually this means it couldn't run the init on the rootfilesystem. Try adding

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

2013-08-25 Thread Elvis Dowson
On Aug 25, 2013, at 10:02 PM, Elvis Dowson elvis.dow...@gmail.com wrote: The thing is I don't see a defconfig anywhere, and I was wondering how the linux-yocto kernel picks up the defconfig from the standard/base branch. I found the answer for this one:

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

2013-08-25 Thread Elvis Dowson
Hi Bruce, I noticed that you've committed the changes for qemuarma9 KMACHINE configuration to the linux-yocto kernel. http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-3.8/tree/meta/cfg/kernel-cache/bsp?h=meta I adapted the qemuarm.conf configuration and booted it up, but

Re: [OE-core] [PATCH 2/2] automake: update to upstream version 1.13.4

2013-08-25 Thread Marko Lindqvist
On 23 August 2013 19:19, Saul Wold saul.w...@intel.com wrote: Seems this update might have a perl script that is hard coded and will need to be worked on. This occurs with a toolchain build: bitbake core-image-sato -c populate_sdk | Computing transaction...error: Can't install

[OE-core] [PATCH] xserver-nodm-init: improvements from meta-oe

2013-08-25 Thread Paul Eggleton
Bring in some changes from the meta-oe version of this script in order to bring them closer together. (Unfortunately it does not completely supersede the recipes in meta-oe - there is still some unification to be done between x11-common and xserver-common.) * Add systemd support (with extensions

Re: [OE-core] State of bitbake world

2013-08-25 Thread Martin Jansa
On Sun, Aug 11, 2013 at 01:44:03PM +0200, 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

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

2013-08-25 Thread Peter A. Bigot
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 which the call applies, even if not present

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

2013-08-25 Thread Khem Raj
Hi Bruce On Sat, Aug 24, 2013 at 10:16 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: linux kernel commit 84c751bd [ptrace: add ability to retrieve signals without removing from a queue (v4)] added ptrace_peeksiginfo_args to the exported kernel user api. This leads to build errors

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

2013-08-25 Thread Peter A. Bigot
On 08/25/2013 07: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

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

2013-08-25 Thread Bruce Ashfield
On 13-08-25 8:46 PM, Khem Raj wrote: Hi Bruce On Sat, Aug 24, 2013 at 10:16 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: linux kernel commit 84c751bd [ptrace: add ability to retrieve signals without removing from a queue (v4)] added ptrace_peeksiginfo_args to the exported kernel

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

2013-08-25 Thread Bruce Ashfield
On 13-08-25 3:09 PM, Elvis Dowson wrote: Hi Bruce, I noticed that you've committed the changes for qemuarma9 KMACHINE configuration to the linux-yocto kernel. http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-3.8/tree/meta/cfg/kernel-cache/bsp?h=meta I adapted the

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

2013-08-25 Thread Bruce Ashfield
On 13-08-25 2:02 PM, Elvis Dowson wrote: Hi, On Aug 25, 2013, at 9:43 PM, rew...@declaratino.com wrote: Thanks! Any idea why the qemu with hard float configuration has a kernel panic with linux-yocto? init is going away so the kernel panics. Usually this means it couldn't run the init on

Re: [OE-core] [PATCH 2/6] e2fsprogs: let debugfs do sparse copy

2013-08-25 Thread Robert Yang
On 08/24/2013 01:06 AM, Darren Hart wrote: On Fri, 2013-08-23 at 14:45 +0800, Robert Yang wrote: On 08/23/2013 10:33 AM, Rongqing Li wrote: On 08/22/2013 09:13 PM, Robert Yang wrote: Let debugfs do sparse copy when src is a sparse file, just like cp --sparse=auto This patch has been

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

2013-08-25 Thread Bruce Ashfield
On 13-08-25 8:54 PM, Bruce Ashfield wrote: On 13-08-25 8:46 PM, Khem Raj wrote: Hi Bruce On Sat, Aug 24, 2013 at 10:16 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: linux kernel commit 84c751bd [ptrace: add ability to retrieve signals without removing from a queue (v4)] added

Re: [OE-core] [PATCH 7/7] linux-yocto: remove 3.8 recipes

2013-08-25 Thread Saul Wold
On 08/24/2013 10:16 PM, Bruce Ashfield wrote: With the introduction of the 3.10 linux-yocto tree, 3.4 being the previous LTSI kernel, and no reference BSPs using 3.8 as their reference BSP it 3.8 is no longer supported or required. This make both the atom-pc and new genericx86 BSP unbuildable

Re: [OE-core] [PATCH 7/7] linux-yocto: remove 3.8 recipes

2013-08-25 Thread Bruce Ashfield
On Sun, Aug 25, 2013 at 10:30 PM, Saul Wold s...@linux.intel.com wrote: On 08/24/2013 10:16 PM, Bruce Ashfield wrote: With the introduction of the 3.10 linux-yocto tree, 3.4 being the previous LTSI kernel, and no reference BSPs using 3.8 as their reference BSP it 3.8 is no longer supported or

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

2013-08-25 Thread Bruce Ashfield
On Sun, Aug 25, 2013 at 10:14 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-25 8:54 PM, Bruce Ashfield wrote: On 13-08-25 8:46 PM, Khem Raj wrote: Hi Bruce On Sat, Aug 24, 2013 at 10:16 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: linux kernel commit 84c751bd

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

2013-08-25 Thread Bruce Ashfield
On Sun, Aug 25, 2013 at 10:39 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Sun, Aug 25, 2013 at 10:14 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-25 8:54 PM, Bruce Ashfield wrote: On 13-08-25 8:46 PM, Khem Raj wrote: Hi Bruce On Sat, Aug 24, 2013 at 10:16 PM,

Re: [OE-core] [PATCH 1/1] bc: fix segmentation fault

2013-08-25 Thread Kang Kai
On 2013年08月22日 15:25, Kang Kai wrote: On 2013年08月22日 15:15, Khem Raj wrote: Kai On Aug 21, 2013, at 11:50 PM, Kang Kai kai.k...@windriver.com wrote: what does adding this include file fix ? To be honest, I am not sure why add this include. After build it is harmless, so I didn't want to

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

2013-08-25 Thread Bruce Ashfield
The addition of ptrace_peeksiginfo_args to the uapi in kernel commit 84c751bd [ptrace: add ability to retrieve signals without removing from a queue (v4)] means that existing applications using glibc versions that define ptrace_peeksiginfo_args in sys/ptrace.h will get duplicate structure

[OE-core] linux-libc-headers: fix 3.10 build issues

2013-08-25 Thread Bruce Ashfield
Richard/Saul, As I mentioned in my last reply to my previous series: [PATCH 4/7] eglibc: ptrace: protect ptrace_peeksiginfo_args from redefintion Should be dropped, and replaced with this patch. It's a better idea to revert part of the kernel commit while we work on updating applications,

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

2013-08-25 Thread Elvis Dowson
Hi Bruce, On Aug 26, 2013, at 5:03 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-25 3:09 PM, Elvis Dowson wrote: I noticed that you've committed the changes for qemuarma9 KMACHINE configuration to the linux-yocto kernel.

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

2013-08-25 Thread Saul Wold
On 08/25/2013 08:25 PM, Bruce Ashfield wrote: The addition of ptrace_peeksiginfo_args to the uapi in kernel commit 84c751bd [ptrace: add ability to retrieve signals without removing from a queue (v4)] means that existing applications using glibc versions that define ptrace_peeksiginfo_args in

Re: [OE-core] [PATCH 7/7] linux-yocto: remove 3.8 recipes

2013-08-25 Thread Saul Wold
On 08/25/2013 07:32 PM, Bruce Ashfield wrote: On Sun, Aug 25, 2013 at 10:30 PM, Saul Wold s...@linux.intel.com wrote: On 08/24/2013 10:16 PM, Bruce Ashfield wrote: With the introduction of the 3.10 linux-yocto tree, 3.4 being the previous LTSI kernel, and no reference BSPs using 3.8 as their

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

2013-08-25 Thread Bruce Ashfield
On 13-08-25 11:58 PM, Elvis Dowson wrote: Hi Bruce, On Aug 26, 2013, at 5:03 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-25 3:09 PM, Elvis Dowson wrote: I noticed that you've committed the changes for qemuarma9 KMACHINE configuration to the linux-yocto kernel.

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

2013-08-25 Thread Saul Wold
On 08/25/2013 05: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

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

2013-08-25 Thread Bruce Ashfield
On 13-08-26 12:08 AM, Saul Wold wrote: On 08/25/2013 08:25 PM, Bruce Ashfield wrote: The addition of ptrace_peeksiginfo_args to the uapi in kernel commit 84c751bd [ptrace: add ability to retrieve signals without removing from a queue (v4)] means that existing applications using glibc versions