Re: [OE-core] [PATCH 1/2] linux-yocto/3.4: create linux-yocto-rt recipe

2012-06-12 Thread Bruce Ashfield
On Tue, Jun 12, 2012 at 6:19 PM, Saul Wold wrote: > On 06/12/2012 10:22 AM, Bruce Ashfield wrote: >> >> Adding the 3.4 variant of the linux-yocto-rt recipe. This updates >> to 3.4.1-rt9, and builds and boots on the supported targets. >> >> Signed-off-by: Bruce

[OE-core] [v2: PATCH 0/2] linux-yocto/linux-yocto-rt: updates and 3.4-rt support

2012-06-12 Thread Bruce Ashfield
re we reautoconf the package (2012-06-12 16:34:30 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/kernel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (2): linux-yocto/3.4: update yaffs2 and drop rc6 linux-yocto/3.4: c

[OE-core] [PATCH 1/2] linux-yocto/3.4: update yaffs2 and drop rc6

2012-06-12 Thread Bruce Ashfield
b4d93e2 First cut of changes to support large files. Signed-off-by: Michel Thebeau ] Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_3.4.bb | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_

[OE-core] [PATCH 2/2] linux-yocto/3.4: create linux-yocto-rt recipe

2012-06-12 Thread Bruce Ashfield
Adding the 3.4 variant of the linux-yocto-rt recipe. This updates to 3.4.1-rt9, and builds and boots on the supported targets. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 32 +++ meta/recipes-kernel/linux/linux-yocto_3.4.bb|2

[OE-core] [PATCH 0/1] meta-skeleton: add linux-yocto-custom reference recipe

2012-06-15 Thread Bruce Ashfield
git://git.pokylinux.org/poky-contrib zedd/skeleton http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/skeleton Bruce Ashfield (1): meta-skeleton: add linux-yocto-custom reference recipe .../recipes-kernel/linux/linux-yocto-custom.bb | 46 .../0001-linux-ve

[OE-core] [PATCH 1/1] meta-skeleton: add linux-yocto-custom reference recipe

2012-06-15 Thread Bruce Ashfield
ng any configuration will result in build or boot errors. This is not a bug it is a required element for creating a valid kernel. [YOCTO #2397] Signed-off-by: Bruce Ashfield --- .../recipes-kernel/linux/linux-yocto-custom.bb | 46 .../0001-linux-version-tweak.

[OE-core] [PATCH 2/2] recipes-kernel: remove linux-tools.inc

2012-06-15 Thread Bruce Ashfield
perf has been moved to a standalone package, making linux-tools.inc unecessary. It can now be removed and recipes that included it updated. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-tools.inc | 41 --- meta/recipes-kernel/linux/linux-yocto

[OE-core] [PATCH 1/2] recipes-kernel: make perf a standalone package

2012-06-15 Thread Bruce Ashfield
rwise independent. No new functionality is provided above what the linux-tools.inc variant provided, but the separate recipe provides baseline for adding new functionality. Signed-off-by: Liang Li Signed-off-by: Bruce Ashfield --- meta/classes/kernel.bbclass |7 + meta/recipes-kernel

[OE-core] [PATCH 0/2] perf: make perf a standlone recipe

2012-06-15 Thread Bruce Ashfield
eers, Bruce The following changes since commit 4bb7ef94fca392bcd389ed7069280c238f8fe094: directfb: added missing Upstream-status (2012-06-15 15:44:39 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/perf http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/pe

Re: [OE-core] [PATCH 1/2] recipes-kernel: make perf a standalone package

2012-06-16 Thread Bruce Ashfield
On Sat, Jun 16, 2012 at 1:34 PM, Saul Wold wrote: > On 06/15/2012 01:23 PM, Bruce Ashfield wrote: >> >> From: Liang Li >> >> perf has been coupled to the kernel packages via kernel.bbclass. >> While maintaining the build of perf out of the kernel source tree >&

Re: [OE-core] [PATCH 1/2] recipes-kernel: make perf a standalone package

2012-06-16 Thread Bruce Ashfield
On Sat, Jun 16, 2012 at 1:34 PM, Saul Wold wrote: > On 06/15/2012 01:23 PM, Bruce Ashfield wrote: >> >> From: Liang Li >> >> perf has been coupled to the kernel packages via kernel.bbclass. >> While maintaining the build of perf out of the kernel source tree >&

Re: [OE-core] [PATCH 1/2] recipes-kernel: make perf a standalone package

2012-06-16 Thread Bruce Ashfield
On 12-06-16 1:34 PM, Saul Wold wrote: On 06/15/2012 01:23 PM, Bruce Ashfield wrote: From: Liang Li perf has been coupled to the kernel packages via kernel.bbclass. While maintaining the build of perf out of the kernel source tree is desired the package coupling has proved to be awkward in

Re: [OE-core] [PATCH 1/2] recipes-kernel: make perf a standalone package

2012-06-19 Thread Bruce Ashfield
On Sat, Jun 16, 2012 at 11:16 PM, Bruce Ashfield wrote: > On 12-06-16 1:34 PM, Saul Wold wrote: >> >> On 06/15/2012 01:23 PM, Bruce Ashfield wrote: >>> >>> From: Liang Li >>> >>> perf has been coupled to the kernel packages via kernel.bbclass.

[OE-core] [PATCH 2/3] recipes-kernel: make perf a standalone package

2012-06-20 Thread Bruce Ashfield
rwise independent. No new functionality is provided above what the linux-tools.inc variant provided, but the separate recipe provides baseline for adding new functionality. Signed-off-by: Liang Li Signed-off-by: Bruce Ashfield --- meta/classes/kernel.bbclass |7 + meta/recipes-kernel

[OE-core] [v2 PATCH 0/3] perf: make perf a standlone recipe

2012-06-20 Thread Bruce Ashfield
l (1): perl: Allow perl to cross build and native build in a directory named "t" are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/perf http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/perf Bruce Ashfield (2): kernel: save $kerndir/

[OE-core] [PATCH 3/3] recipes-kernel: remove linux-tools.inc

2012-06-20 Thread Bruce Ashfield
perf has been moved to a standalone package, making linux-tools.inc unecessary. It can now be removed and recipes that included it updated. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-tools.inc | 41 --- meta/recipes-kernel/linux/linux-yocto

[OE-core] [PATCH 1/3] kernel: save $kerndir/tools and $kerndir/lib from pruning

2012-06-20 Thread Bruce Ashfield
the sysroot. Signed-off-by: Bruce Ashfield --- meta/classes/kernel.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 116e10b..690de96 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes

[OE-core] [PATCH 0/1] linux-libc-headers: use kernel-arch for ARCH

2012-06-20 Thread Bruce Ashfield
and pickup the ARCH defition. This worked here on some core-image-minimal builds. I'll make the same change in other layers once I know if this is ok or not :) Cheers, Bruce The following changes since commit b440f989fd72e5cbb8f6ea222edc0bc7cdedbba2: Bruce Ashfield (1): recipes

[OE-core] [PATCH 1/1] linux-libc-headers: use kernel-arch to set ARCH

2012-06-20 Thread Bruce Ashfield
linux-libc-headers no longer needs its own ARCH mapping code, since the mapping done in kernel-arch works and we can consolidate all arch mapping code in a single place. Signed-off-by: Bruce Ashfield --- .../linux-libc-headers/linux-libc-headers.inc | 30 ++- 1 files

Re: [OE-core] [PATCH 2/3] recipes-kernel: make perf a standalone package

2012-06-20 Thread Bruce Ashfield
On 12-06-20 11:00 AM, Saul Wold wrote: On 06/20/2012 07:31 AM, Bruce Ashfield wrote: From: Liang Li perf has been coupled to the kernel packages via kernel.bbclass. While maintaining the build of perf out of the kernel source tree is desired the package coupling has proved to be awkward in

Re: [OE-core] [PATCH 2/3] recipes-kernel: make perf a standalone package

2012-06-20 Thread Bruce Ashfield
On 12-06-20 11:25 AM, Paul Eggleton wrote: On Wednesday 20 June 2012 10:31:40 Bruce Ashfield wrote: From: Liang Li ... +EXTRA_OEMAKE = \ + '-C ${S}/tools/perf \ + O=${B} \ + CROSS_COMPILE=${TARGET_PREFIX} \ + ARCH=$

Re: [OE-core] [PATCH 1/1] kconfig-frontends: New recipe

2012-06-20 Thread Bruce Ashfield
On Wed, Jun 20, 2012 at 5:41 PM, Khem Raj wrote: > kconfig-frontends provides the kconfig infrastructure > thats used for linux kernel as a standalone package. Its > not intended to be used for kernel itself but can be > used by packages who are based on kconfig e.g. busybox > uclibc or new packag

Re: [OE-core] [PATCH] linux-tools: multilib compilation fix

2012-06-21 Thread Bruce Ashfield
On Thu, Jun 21, 2012 at 8:32 AM, Marinescu, Bogdan A wrote: > On Thu, Jun 21, 2012 at 3:29 PM, Richard Purdie > wrote: >> On Wed, 2012-06-20 at 11:25 +0300, Bogdan Marinescu wrote: >>> This patch makes linux-tools compile properly on multilib configurations >>> (which failed because of some inval

Re: [OE-core] [PATCH] linux-tools: multilib compilation fix

2012-06-21 Thread Bruce Ashfield
On Thu, Jun 21, 2012 at 8:39 AM, Richard Purdie wrote: > On Thu, 2012-06-21 at 08:33 -0400, Bruce Ashfield wrote: >> On Thu, Jun 21, 2012 at 8:32 AM, Marinescu, Bogdan A >> wrote: >> > On Thu, Jun 21, 2012 at 3:29 PM, Richard Purdie >> > wrote: >> >&

[OE-core] [PATCH 4/5] linux-yocto-rt/3.4: update qemuppc branch

2012-06-25 Thread Bruce Ashfield
The 3.4 kernel adopted the qemu machine name for the kernel branches, so the 3.4-rt recipe needs to be updated to reflect that. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta

[OE-core] [PATCH 3/5] linux-yocto/3.4: update to v3.4.3

2012-06-25 Thread Bruce Ashfield
Bumping the linux-yocto 3.4 SRCREV to import the -stable update to v3.4.3. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |8 meta/recipes-kernel/linux/linux-yocto_3.4.bb| 16 2 files changed, 12 insertions(+), 12 deletions

[OE-core] [PATCH 1/5] kern-tools: add buildall and robustness fixes

2012-06-25 Thread Bruce Ashfield
robustness fixes from Paul Gortmaker and Bruce Ashfield The following kern-tools commits are part of this series: b8dfd3d buildall: add whitelist/blacklist support 0ef039c configme: catch errors found during fragment sanitization 5b6498c buildall: remove all instances

[OE-core] [PATCH 5/5] linux-yocto/3.4: -rt build fixes + configuration audit (part2)

2012-06-25 Thread Bruce Ashfield
omp: backport of BPF syscall filtering from v3.5 [YOCTO #1694] Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |6 +++--- meta/recipes-kernel/linux/linux-yocto_3.4.bb| 14 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/m

[OE-core] [PATCH 0/5] linux-yocto/kern-tools: consolidated pull request

2012-06-25 Thread Bruce Ashfield
zedd/kernel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (5): kern-tools: add buildall and robustness fixes linux-yocto/3.4: update and categorize configuration options linux-yocto/3.4: update to v3.4.3 linux-yocto-rt/3.4: update qemuppc branch linux-

[OE-core] [PATCH 2/5] linux-yocto/3.4: update and categorize configuration options

2012-06-25 Thread Bruce Ashfield
i386" boards 4020ade cfg: make a common landing ground for ARCH=x86 e126316 cfg: add basic HZ fragments 4a8627b cfg: delete instances of any reference to dmesg buf size. 0794c16 routerstationpro: lib/kobject_uevent: switch to uevent_sock_mutex [YOCTO #1694] Signed-off-by: Bruce Ashfield

Re: [OE-core] [yocto] bring mipsel support (little endian mode)

2012-06-27 Thread Bruce Ashfield
On Wed, Jun 27, 2012 at 2:40 AM, Khem Raj wrote: > On Tue, Jun 26, 2012 at 11:25 PM, Dennis.Yxun wrote: >> HI ALL: >>   Sorry for crossing post, but I'm quite new here, so if I did >> something wrong, please point me the right direction. thanks >>   I'm using oe-core, and notice that mipsel suppo

Re: [OE-core] bring mipsel support (little endian mode)

2012-06-27 Thread Bruce Ashfield
On 12-06-27 02:25 AM, Dennis.Yxun wrote: HI ALL: Sorry for crossing post, but I'm quite new here, so if I did something wrong, please point me the right direction. thanks I'm using oe-core, and notice that mipsel support(o32, little endian mode) is missing (current available choose is: qe

[OE-core] [PATCH 0/1] linux-yocto/3.0: update BSP descriptions

2012-06-27 Thread Bruce Ashfield
fix http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/3.0-fix Bruce Ashfield (1): linux-yocto/3.0: update BSP descriptions to new kern-tools format meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.0.bb|2 +- 2 files changed, 2

[OE-core] [PATCH 1/1] linux-yocto/3.0: update BSP descriptions to new kern-tools format

2012-06-27 Thread Bruce Ashfield
tools, the BSP descriptions should be updated to "include branch " to acheive the same result. All trees newer than 3.0 already have this change and do not need to be updated. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipe

Re: [OE-core] [oe-commits] Bruce Ashfield : kern-tools: add buildall and robustness fixes

2012-06-28 Thread Bruce Ashfield
.openembedded.org/?p=openembedded-core.git&a=commit;h=be3cff86d55db6255e036d68e943e527802b4f4c >> >> Author: Bruce Ashfield >> Date:   Fri Jun 15 15:26:44 2012 -0400 >> >> kern-tools: add buildall and robustness fixes >> >> Updating the kern-tools SRCREV to

Re: [OE-core] [poky] [PATCH 1/4] linux-libc-headers-yocto: Do not include linux-yocto

2012-06-29 Thread Bruce Ashfield
t on later when I fix up those nativesdk parts. Acked-by: Bruce Ashfield > > Signed-off-by: Darren Hart > CC: Bruce Ashfield > CC: Tom Zanussi > --- >  .../linux-libc-headers/linux-libc-headers-yocto_git.bb              |    3 > ++- >  1 file changed, 2 insertions(+), 1

Re: [OE-core] [oe-commits] Bruce Ashfield : kern-tools: add buildall and robustness fixes

2012-06-29 Thread Bruce Ashfield
On Fri, Jun 29, 2012 at 2:00 AM, Martin Jansa wrote: > On Thu, Jun 28, 2012 at 07:31:45PM -0400, Bruce Ashfield wrote: >> On Thu, Jun 28, 2012 at 5:32 PM, Martin Jansa wrote: >> > On Thu, Jun 28, 2012 at 03:24:41PM +, g...@git.openembedded.org wrote: >> >>

Re: [OE-core] [PATCH 2/4] linux-yocto: Use INC_PR and move kernel require to linux-yocto.inc

2012-06-29 Thread Bruce Ashfield
Looks good. I've been getting ready to change this myself .. saves me the work! Acked-by: Bruce Ashfield Signed-off-by: Darren Hart CC: Bruce Ashfield CC: Tom Zanussi --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |3 +-- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |

Re: [OE-core] [PATCH 3/4] kernel: Add kernel-headers package for target module build

2012-06-29 Thread Bruce Ashfield
On 12-06-29 03:22 AM, Khem Raj wrote: On Thu, Jun 28, 2012 at 11:14 PM, Darren Hart wrote: On 06/28/2012 11:04 PM, Khem Raj wrote: On Thu, Jun 28, 2012 at 10:50 PM, Darren Hart wrote: However, I don't have a strong opinion here, I'll happily call it kernel-devel if that is strongly prefer

Re: [OE-core] [PATCH 3/4] kernel: Add kernel-headers package for target module build

2012-06-29 Thread Bruce Ashfield
On 12-06-29 09:36 AM, Darren Hart wrote: On 06/29/2012 06:15 AM, Bruce Ashfield wrote: On 12-06-29 03:22 AM, Khem Raj wrote: On Thu, Jun 28, 2012 at 11:14 PM, Darren Hart wrote: On 06/28/2012 11:04 PM, Khem Raj wrote: On Thu, Jun 28, 2012 at 10:50 PM, Darren Hart wrote: However, I

Re: [OE-core] [PATCH 5/5] linux-yocto-custom: Remove linux-tools

2012-06-29 Thread Bruce Ashfield
.. you'd think I would have noticed this myself :) Acked-by: Bruce Ashfield Signed-off-by: Darren Hart CC: Bruce Ashfield CC: Tom Zanussi --- meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb |2 -- 1 file changed, 2 deletions(-) diff --git a/meta-skeleton/recipes-kernel/

Re: [OE-core] [PATCH 0/5 V2] Enable building modules on target

2012-06-29 Thread Bruce Ashfield
aders to kernel-dev package tasl-core-sdk: Add kernel-dev to task-core-sdk RDEPENDS task ? linux-yocto-custom: Remove linux-tools And these look fine to me. Acked-by: Bruce Ashfield .../recipes-kernel/linux/linux-yocto-custom.bb |2 -- .../linux-libc-headers/linux

Re: [OE-core] linux-yocto (dylan 3.8) arm and recipe-space issues

2013-08-09 Thread Bruce Ashfield
On Fri, Aug 9, 2013 at 10:34 AM, Peter A. Bigot wrote: > I'm trying to use linux-yocto_3.8 under dylan (poky at 899e5cc) for gumstix > overo as an experiment. Since there are no overo files in the meta branch > of the linux-yocto-3.8 repo, I'm using recipe-space metadata. I've run into > two ano

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] linux-dtb: Use kernel build system to generate the dtb files

2013-08-13 Thread Bruce Ashfield
On 13-08-13 08:46 AM, Otavio Salvador wrote: On Tue, Aug 13, 2013 at 12:40 AM, Bruce Ashfield wrote: 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

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

2013-08-13 Thread Bruce Ashfield
On 13-08-13 09:35 AM, Otavio Salvador wrote: On Tue, Aug 13, 2013 at 10:06 AM, Bruce Ashfield wrote: On 13-08-13 08:46 AM, Otavio Salvador wrote: On Tue, Aug 13, 2013 at 12:40 AM, Bruce Ashfield wrote: On 13-08-12 11:37 AM, Otavio Salvador wrote: As the Linux kernel, unconditionally

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Bruce Ashfield
On Tue, Aug 13, 2013 at 1:58 PM, Mark Hatle wrote: > On 8/13/13 12:40 PM, Laszlo Papp wrote: >> >> On Tue, Aug 13, 2013 at 6:33 PM, Mark Hatle > > wrote: >> >> On 8/13/13 12:23 PM, Laszlo Papp wrote: >> >> s/which files/which lines/ >> >> >> The ker

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

2013-08-13 Thread Bruce Ashfield
= "imx6q-sabresd.dtb" ` Signed-off-by: Otavio Salvador This passed a build test on the yocto reference mpc8315e-rdb, so at least in a simple case, it worked for me. Acked-by: Bruce Ashfield --- Changes in v2: - Drop debug warning left by mistake - Improve bbwarn message (Bruce Ashfiel

Re: [OE-core] [PATCH] linux-dtb.inc: Run dts through the preprocessor

2013-08-14 Thread Bruce Ashfield
On Wed, Aug 14, 2013 at 11:32 AM, Franklin S. Cooper Jr wrote: > * In the 3.11 kernel some dts files now include C code that must first run > through the preprocessor. > * Update building the dtb by first running the dts file through the user's > compiler before building using the device tree

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

2013-08-14 Thread Bruce Ashfield
On Wed, Aug 14, 2013 at 11:32 AM, 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 numbe

[OE-core] [PATCH 1/2] linux-yocto-3.8/meta: update drm and intel power management settings

2013-08-15 Thread Bruce Ashfield
Updating the meta branch SRCREV to import the following config changes: f706bd4 drm-emgd.cfg: convert some config options from y to m 5995fa5 meta: features/power/intel.cfg Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb |2 +- meta/recipes-kernel

[OE-core] [PATCH 2/2] linux-yocto-3.8/meta: enable ALTIVEC for qemuppc

2013-08-15 Thread Bruce Ashfield
As part of the qemuppc tuning activities, we are aligning on ppc74xx, and as a result we can enable ALTIVEC support in the base BSP config. [YOCTO #1914] Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb |2 +- meta/recipes-kernel/linux/linux-yocto

[OE-core] [PATCH 0/2] linux-yocto/3.8: configuration tweaks

2013-08-15 Thread Bruce Ashfield
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 zedd/kernel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

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

2013-08-17 Thread Bruce Ashfield
-d ${DEPLOYDIR} - install -m 0644 ${B}/arch/${ARCH}/boot/${DTB} ${DEPLOYDIR}/${DTB_NAME}.dtb + install -m 0644 ${DTB_PATH} ${DEPLOYDIR}/${DTB_NAME}.dtb The change looks fine to me. Acked-by: Bruce Ashfield Cheers, Bruce

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

2013-08-20 Thread Bruce Ashfield
MFS_SOURCE to point to the generated initramfs from the image recipe. In case it wasn't obvious with Jason cc'ing me, I've seen the patch before, and I'm good with the change. So definitely: Acked-by: Bruce Ashfield I'm adding Andrea to the cc list as well, since

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 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

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 wrote: On 13-08-20 11:03 AM, Andrea Adami wrote: On Tue, Aug 20, 2013 at 3:51 PM, Bruce Ashfield wrote: On 13-08-19 03:11 PM, Jason Wessel wrote: This patch aims to fix the following two cases for

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

2013-08-23 Thread Bruce Ashfield
the proper replacement. So in the short term, we can explicitly define them using the old absolute values, and everything will work. Signed-off-by: Bruce Ashfield --- ...define-V4L2_CID_HCENTER-and-V4L2_CID_VCEN.patch | 45 .../gstreamer/gst-plugins-good_0.10.31.bb

[OE-core] [PATCH 1/5] kern-tools: usability, bug fixes and no guilt

2013-08-23 Thread Bruce Ashfield
ue) was created based on git-quiltimport, git am, and the LTSI tree generation scripts. The result is better series to branch validation, faster application and a simpler management model. This tool is backwards compatible with any tree previously constructed with guilt. We are now "guilt fre

[OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2013-08-23 Thread Bruce Ashfield
stabilization period. Cheers, Bruce The following changes since commit 501e1a321d15abd712e3a6ee6ccdb8e21c3d4ea4: bitbake: prserv/serv: Fix pid file removal (2013-08-23 17:43:40 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/kernel http://git.pokylinux.org/cgit.cgi/p

[OE-core] [PATCH 5/5] linux-yocto: introduce v3.10

2013-08-23 Thread Bruce Ashfield
configuration. This kernel has been built and boot tested on all qemu machines and architectures. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 30 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 25 meta

[OE-core] [PATCH 3/5] linux-libc-headers: update to v3.10

2013-08-23 Thread Bruce Ashfield
Now that the 3.10 kernel has been released we can bump the libc-headers to that version and remove the 3.8 variant. Userspace compatibility is maintained through kernel versions, we also make the single 3.10 version the toolchain default. Signed-off-by: Bruce Ashfield --- meta/conf/distro

[OE-core] [PATCH 2/5] guilt: update to latest git version

2013-08-23 Thread Bruce Ashfield
cking to allow specific Yocto kernel manipluation of sub-series files. Since the kernel tools no longer need guilt, we can use an up to date and nearly pure upstream version of guilt. Signed-off-by: Bruce Ashfield --- .../guilt/files/guilt-import-commit.patch | 96 -- meta/re

Re: [OE-core] [PATCH] u-boot, u-boot-fw-utils-cross, u-boot-mkimage: Upgrade to 2013.07

2013-08-23 Thread Bruce Ashfield
On Fri, Aug 23, 2013 at 4:00 PM, Saul Wold wrote: > On 08/23/2013 11:09 AM, Otavio Salvador wrote: >> >> This upgrades the U-Boot for 2013.07 release. This removes the >> 2011.03, 2011.06 and 2013.01.01 versions so we keep a single one in >> core. The following recipes has been upgraded: >> >> -

Re: [OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2013-08-23 Thread Bruce Ashfield
On Fri, Aug 23, 2013 at 2:08 PM, Bruce Ashfield wrote: > Richard/Saul, > > Here's my consolidated set of changes that represent the biggest chunk > of work for the Yocto 1.5 release. The obvious change is that the 3.10 > kernel is now the latest linux-yocto kernel (and linux-y

Re: [OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2013-08-24 Thread Bruce Ashfield
On 13-08-24 2:33 AM, Saul Wold wrote: On 08/23/2013 11:08 AM, Bruce Ashfield wrote: Richard/Saul, Here's my consolidated set of changes that represent the biggest chunk of work for the Yocto 1.5 release. The obvious change is that the 3.10 kernel is now the latest linux-yocto kernel (and

Re: [OE-core] [PATCH 5/5] linux-yocto: introduce v3.10

2013-08-24 Thread Bruce Ashfield
On 13-08-23 8:57 PM, Jonathan Liu wrote: On 24/08/2013 4:08 AM, Bruce Ashfield wrote: Introduce the 3.10 kernel. This is based on the 3.10.9 upstream kernel and replaces the 3.8 recipes, which will be removed once all reference boards have been updated. 3.10 also the latest LTSI and will be

Re: [OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2013-08-24 Thread Bruce Ashfield
On 13-08-24 9:34 AM, Bruce Ashfield wrote: On 13-08-24 2:33 AM, Saul Wold wrote: On 08/23/2013 11:08 AM, Bruce Ashfield wrote: Richard/Saul, Here's my consolidated set of changes that represent the biggest chunk of work for the Yocto 1.5 release. The obvious change is that the 3.10 kern

Re: [OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2013-08-24 Thread Bruce Ashfield
On 13-08-24 9:50 AM, Saul Wold wrote: On 08/24/2013 06:45 AM, Bruce Ashfield wrote: On 13-08-24 9:34 AM, Bruce Ashfield wrote: On 13-08-24 2:33 AM, Saul Wold wrote: On 08/23/2013 11:08 AM, Bruce Ashfield wrote: Richard/Saul, Here's my consolidated set of changes that represent the bi

Re: [OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2013-08-24 Thread Bruce Ashfield
On 13-08-24 9:50 AM, Saul Wold wrote: On 08/24/2013 06:45 AM, Bruce Ashfield wrote: On 13-08-24 9:34 AM, Bruce Ashfield wrote: On 13-08-24 2:33 AM, Saul Wold wrote: On 08/23/2013 11:08 AM, Bruce Ashfield wrote: Richard/Saul, Here's my consolidated set of changes that represent the bi

Re: [OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2013-08-24 Thread Bruce Ashfield
On 13-08-24 9:50 AM, Saul Wold wrote: On 08/24/2013 06:45 AM, Bruce Ashfield wrote: On 13-08-24 9:34 AM, Bruce Ashfield wrote: On 13-08-24 2:33 AM, Saul Wold wrote: On 08/23/2013 11:08 AM, Bruce Ashfield wrote: Richard/Saul, Here's my consolidated set of changes that represent the bi

Re: [OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2013-08-24 Thread Bruce Ashfield
On 13-08-24 9:50 AM, Saul Wold wrote: On 08/24/2013 06:45 AM, Bruce Ashfield wrote: On 13-08-24 9:34 AM, Bruce Ashfield wrote: On 13-08-24 2:33 AM, Saul Wold wrote: On 08/23/2013 11:08 AM, Bruce Ashfield wrote: Richard/Saul, Here's my consolidated set of changes that represent the bi

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

2013-08-24 Thread Bruce Ashfield
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. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb | 30

[OE-core] [PATCH 6/7] linux-yocto: introduce v3.10

2013-08-24 Thread Bruce Ashfield
configuration. This kernel has been built and boot tested on all qemu machines and architectures. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 30 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 25 meta

[OE-core] [PATCH 3/7] linux-libc-headers: update to v3.10

2013-08-24 Thread Bruce Ashfield
Now that the 3.10 kernel has been released we can bump the libc-headers to that version and remove the 3.8 variant. Userspace compatibility is maintained through kernel versions, we also make the single 3.10 version the toolchain default. Signed-off-by: Bruce Ashfield --- meta/conf/distro

[OE-core] [PATCH 1/7] kern-tools: usability, bug fixes and no guilt

2013-08-24 Thread Bruce Ashfield
ue) was created based on git-quiltimport, git am, and the LTSI tree generation scripts. The result is better series to branch validation, faster application and a simpler management model. This tool is backwards compatible with any tree previously constructed with guilt. We are now "guilt fre

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

2013-08-24 Thread Bruce Ashfield
the proper replacement. So in the short term, we can explicitly define them using the old absolute values, and everything will work. Signed-off-by: Bruce Ashfield --- ...define-V4L2_CID_HCENTER-and-V4L2_CID_VCEN.patch | 45 .../gstreamer/gst-plugins-good_0.10.31.bb

[OE-core] [PATCH 2/7] guilt: update to latest git version

2013-08-24 Thread Bruce Ashfield
cking to allow specific Yocto kernel manipluation of sub-series files. Since the kernel tools no longer need guilt, we can use an up to date and nearly pure upstream version of guilt. Signed-off-by: Bruce Ashfield --- .../guilt/files/guilt-import-commit.patch | 96 -- meta/re

[OE-core] [v2 PATCH 0/7] linux-yocto: consolidated pull request

2013-08-24 Thread Bruce Ashfield
ince 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 zedd/kernel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce A

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

2013-08-24 Thread Bruce Ashfield
s.o] Error 1 In files that include both the eglibc sys/ptrace.h and the linux kernel exported one. We can avoid this by making the eglibc variant only declare its structure if PTRACE_PEEKSIGINFO has not been defined. Signed-off-by: Bruce Ashfield --- ...ect-ptrace_peeksiginfo_args-from-rede

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 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

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 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

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 qemua

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 t

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 wrote: linux kernel commit 84c751bd [ptrace: add ability to retrieve signals without removing from a queue (v4)] added ptrace_peeksiginfo_args to the

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 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 l

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 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 >>> wrote: &g

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 wrote: > On Sun, Aug 25, 2013 at 10:14 PM, Bruce Ashfield > wrote: >> On 13-08-25 8:54 PM, Bruce Ashfield wrote: >>> >>> On 13-08-25 8:46 PM, Khem Raj wrote: >>>> >>>> Hi Bruce >>>>

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

2013-08-25 Thread Bruce Ashfield
race.h and linux/ptrace.h includes. Signed-off-by: Bruce Ashfield --- ...1-ptrace.h-remove-ptrace_peeksiginfo_args.patch | 50 .../linux-libc-headers/linux-libc-headers_3.10.bb |2 +- 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-ke

[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, th

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 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. http://git.yoctoproject.org

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

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 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 isn

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

2013-08-26 Thread Bruce Ashfield
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (1): kern-tools: fix patch series to git tree validation meta/recipes-kernel/kern-tools/kern-tools-native_git.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.10.4

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

2013-08-26 Thread Bruce Ashfield
change ensures that we start from the end of a series, not the start. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/kern-tools/kern-tools-native_git.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta

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 wrote: > > On Aug 25, 2013, at 7:46 PM, Bruce Ashfield 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_

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 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

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

2013-08-26 Thread Bruce Ashfield
it;h=6dc46834c6edaf358c18b26e4304bc9e7413eb60 Author: Bruce Ashfield Date: Fri Aug 23 14:08:20 2013 -0400 linux-yocto: introduce v3.10 Introduce the 3.10 kernel. This is based on the 3.10.9 upstream kernel and replaces the 3.8 recipes, which will be removed once all reference boards have been updated.

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 wrote: > > On Aug 26, 2013, at 10:59 AM, Bruce Ashfield wrote: > >> On Mon, Aug 26, 2013 at 1:28 PM, Khem Raj wrote: >>> >>> On Aug 25, 2013, at 7:46 PM, Bruce Ashfield >>> wrote: >>> >>>&g

<    2   3   4   5   6   7   8   9   10   11   >