Re: [oe] how to create a new layer

2014-05-22 Thread Paul Eggleton
On Wednesday 21 May 2014 13:58:07 Richard Cagley wrote: On Wed, May 21, 2014 at 1:31 PM, Philip Balister phi...@balister.org wrote: On 05/21/2014 04:05 PM, Richard Cagley wrote: On Wed, May 21, 2014 at 12:26 PM, Robert Calhoun rcalh...@shotspotter.com wrote: On 5/21/14 2:26 PM, Richard

Re: [oe] [meta-oe][PATCH v2] faac: fix S!=B failure

2014-05-22 Thread Paul Eggleton
On Wednesday 21 May 2014 18:36:29 Andreas Oberritter wrote: Hello Matthieu, On 21.05.2014 09:30, Matthieu Crapet wrote: Also use ${BP} and ${BPN}. What problem does this solve? Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com ---

[oe] [meta-networking][PATCH v2] net-snmp: install net-snmp-config script to STAGING_BINDIR_CROSS

2014-05-22 Thread Alexandre Fournier
This recipe was installing net-snmp-config script to STAGING_BINDIR instead of STAGING_BINDIR_CROSS, during the do_install. It is not recommended and must be done after staging. Changes: * Remove STAGING_BINDIR manipulations from do_install_append * Add net_snmp_sysroot_preprocess function

Re: [oe] [meta-oe][PATCH] zeroc-ice : Add recipe.

2014-05-22 Thread Philip Balister
On 05/13/2014 03:14 AM, Martin Jansa wrote: On Mon, May 12, 2014 at 08:21:38AM -0400, Philip Balister wrote: Oh the pain. Tested for ARM. Can build GNU Radio and an sdk that builds GNU Radio. Fails to build in world builds: Thanks Martin. I traced the problem to a patch that isn't applied

[oe] [meta-ruby] [PATCH] ruby overwrites configuration files in ruby-native

2014-05-22 Thread Amy Fong
From 11b1e17a6dfdd84b3969c17b1b85b3b9bb934d11 Mon Sep 17 00:00:00 2001 From: Amy Fong amy.f...@windriver.com Date: Thu, 22 May 2014 16:43:40 -0400 Subject: [PATCH] ruby overwrites configuration files in ruby-native ruby's install rule is calling install-cross, this overwrites files installed by

Re: [oe] how to create a new layer

2014-05-22 Thread Richard Cagley
One other thing to note - if there are overrides for the previous machine (e.g. in bbappends you may see _zedboard-zynq7) you should change these to _me so that they still apply. What is the threshold for making a new machine? That is, if I just have a .bbappend file I want, that should just

[oe] [meta-handheld][PATCH 1/2] mininit: initial commit of v. 1.1.0

2014-05-22 Thread YourName
From: Andrea Adami andrea.ad...@gmail.com See https://github.com/pcercuei/mininit Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-bsp/mininit/mininit_git.bb | 36 1 file changed, 36 insertions(+) create mode 100644

[oe] [meta-handheld][PATCH 2/2] initramfs-mininit-klibc-image: initial commit

2014-05-22 Thread YourName
From: Andrea Adami andrea.ad...@gmail.com This cpio does the job of finding and loop-mounting the rootfs file. See https://github.com/pcercuei/mininit Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../images/initramfs-mininit-klibc-image.bb| 22 ++ 1 file