Re: [yocto] Patchwork users: Help test new version

2016-06-23 Thread Martin Jansa
On Mon, Jun 20, 2016 at 10:47:16AM -0700, Michael Halstead wrote: > Hello, > > OpenEmbedded is nearly ready to upgrade to a new version of Patchwork. > The new version offers several new features that will allow OpenEmbedded > to improve developer workflow and automated checks on incoming patches.

[yocto] is there a recipe for building a ppc-based installer image?

2016-06-23 Thread Robert P. J. Day
i've been fighting with this for a few days, so i'm going to describe what i'm *trying* to do, and if someone has a solution, terrific; in the meantime, i'm going to ask specific questions about particular recipe and class files, since i think i see all the *pieces* i want, i just don't know how

[yocto] what is "core-image-testmaster.bb" supposed to do?

2016-06-23 Thread Robert P. J. Day
first question related to building an installer -- how is one supposed to use the recipe core-image-testmaster.bb? i've already noted (i think) that it has a bug in that it uses the old (obsolete) variable INITRD_IMAGE, whereas the old occurrences of that were changed to either INITRD_IMAGE_V

Re: [yocto] is there a recipe for building a ppc-based installer image?

2016-06-23 Thread chris simmonds
Robert, Have you looked at using existing updaters such as meta-swupdate or swupd or rauc? I'm sure one of those would do what you want. Rgds, Chris -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Regarding backslash in bblayers.conf file

2016-06-23 Thread Gujulan Elango, Hari Prasath (H.)
Hello, We were facing a issue when building 'weston'. The issue is we had included meta-renesas & poky in our bblayers.conf file. The weston package is provided by both poky(v1.8.0) and meta-renesas(v1.9.0). We want the weston provided by the meta-renesas layer as it is the latest and also inc

Re: [yocto] Regarding backslash in bblayers.conf file

2016-06-23 Thread Leonardo Sandoval
This looks to be a bug. System should either accept path names with or without trailing '/'. Please file a bug on bugzilla.yoctoproject.org On 06/23/2016 08:45 AM, Gujulan Elango, Hari Prasath (H.) wrote: Hello, We were facing a issue when building 'weston'. The issue is we had included me

Re: [yocto] is there a recipe for building a ppc-based installer image?

2016-06-23 Thread Robert P. J. Day
On Thu, 23 Jun 2016, chris simmonds wrote: > Robert, > > Have you looked at using existing updaters such as meta-swupdate or > swupd or rauc? I'm sure one of those would do what you want. huh ... i was unaware of any of those options, will have to check them out. but i would still like to figur

Re: [yocto] [[yocto-autobuilder][PATCHv2] 00/15] Add support for generate bitbake/oe-selftest error reports

2016-06-23 Thread Aníbal Limón
On 06/22/2016 03:17 PM, Aníbal Limón wrote: > > > On 06/22/2016 02:44 AM, Beth 'pidge' Flanagan wrote: >> On Tue, 2016-06-21 at 18:07 -0500, Aníbal Limón wrote: >>> This v2 adds support for generate also oe-selftest reports this is >>> almost >>> the previous version with changes requested in r

Re: [yocto] [[yocto-autobuilder][PATCHv2] 00/15] Add support for generate bitbake/oe-selftest error reports

2016-06-23 Thread Beth 'pidge' Flanagan
On Thu, 2016-06-23 at 10:27 -0500, Aníbal Limón wrote: > > On 06/22/2016 03:17 PM, Aníbal Limón wrote: > > > > > > > > On 06/22/2016 02:44 AM, Beth 'pidge' Flanagan wrote: > > > > > > On Tue, 2016-06-21 at 18:07 -0500, Aníbal Limón wrote: > > > > > > > > This v2 adds support for generate also

Re: [yocto] Regarding backslash in bblayers.conf file

2016-06-23 Thread Christopher Larson
On Thu, Jun 23, 2016 at 7:12 AM, Leonardo Sandoval < leonardo.sandoval.gonza...@linux.intel.com> wrote: > This looks to be a bug. System should either accept path names with or > without trailing '/'. Please file a bug on bugzilla.yoctoproject.org > Yeah, we likely need to sanitize that path so i

[yocto] [autobuilder][PATCH] CreateAutoConf.py: check for empty env history variables before using

2016-06-23 Thread Bill Randle
I saw this error on a new AB setup: File "/home/pokybuild/yocto-autobuilder/lib/python2.7/site-packages/autobuilder/buildsteps/CreateAutoConf.py", line 181, in start ta_history_repos=ast.literal_eval(os.environ.get('BUILD_HISTORY_THROWAWAY_WHITELIST').encode('utf-8')) exceptions.Attribu

[yocto] [meta-raspberrypi][PATCH 1/4] userland: Upgrade to latest tip

2016-06-23 Thread Khem Raj
Drop upstream applied patches Signed-off-by: Khem Raj --- ...applications-to-set-next-resource-handle.patch} | 6 +- ...make-generate-and-install-pkgconfig-files.patch | 114 - ...yland-Add-support-for-the-Wayland-winsys.patch} | 10 +- ...atch => 0003-wayland-Add-Wayland-

[yocto] [meta-raspberrypi][PATCH 4/4] sdcard_image-rpi.bbclass: Exclude DATETIME from task stamp

2016-06-23 Thread Khem Raj
This helps in fixing occasional error seen quite often ERROR: wpe-image-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch 7ea6b505bb7a2cc5ca03552bcffa verses 3be7cdad8c4532430d96368c5ca523d4 for /a/builder/home/kraj/work/oe/meta-metrological/recipes-core/images/wp e-image.bb.do_image_rpi_sdimg ER

[yocto] [meta-raspberrypi][PATCH 3/4] linux-raspberrypi_4.4: Upgrade to 4.4.13

2016-06-23 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb index ba47b22..3291ffd 100644 --- a/recipes-kernel/linux

[yocto] [meta-raspberrypi][PATCH 2/4] firmware: Upgrade to 20160622

2016-06-23 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-bsp/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index bf11e4c..9df6156 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmwa

[yocto] question: yocto-bsp tool warnings

2016-06-23 Thread Jake Swensen
I've been looking into setting up my own BSP layer based on the standard/beaglebone branch and I've run into some warnings I wasn't familiar with. I created a test BSP with the yocto-bsp tool and set MACHINE=test, (which is the name of my meta layer) then ran it. This produced several warnings: