Re: [yocto] [meta-raspberrypi][PATCH] u-boot-rpi2: use the upstreamed U-Boot

2016-01-25 Thread Steve Rae
On 16-01-25 01:32 PM, Khem Raj wrote: Hi Steve On Jan 25, 2016, at 1:00 PM, Steve Rae wrote: For Raspberry Pi 2, use the U-Boot from "den". Can this be done by using/extending OE-Core recipe please ? I modelled it after the existing RPi recipe: diff recipes-bsp/u-boot/u-boot-

[yocto] [PATCH 1/2] ptest-runner_2.0: Add ptest-runner_2.0 recipe.

2016-01-25 Thread Aníbal Limón
The ptest-runner 2.0 is C written program for run ptests of Yocto/Openembedded, is fully compatible with previous version of ptest-runner that was a shell script that runs ptests sequencially. The mainly reason for the new ptest-runner in C is because is designed for run in tiny systems also the o

[yocto] [PATCH 2/2] Revert "dev-manual: Updated "Running ptset" section"

2016-01-25 Thread Aníbal Limón
Due to now we use the same name for the new recipe ptest-runner instead of ptest-runner2 for maintain compatibility with old instructions/code. This reverts commit afc6cbaa80907b20b1e76cdd1620d98e1d51b976. Signed-off-by: Aníbal Limón --- documentation/dev-manual/dev-manual-common-tasks.xml | 4

Re: [yocto] [meta-raspberrypi][PATCH] u-boot-rpi2: use the upstreamed U-Boot

2016-01-25 Thread Khem Raj
Hi Steve > On Jan 25, 2016, at 1:00 PM, Steve Rae wrote: > > For Raspberry Pi 2, use the U-Boot from "den". Can this be done by using/extending OE-Core recipe please ? > > Signed-off-by: Steve Rae > --- > conf/machine/raspberrypi2.conf| 1 + > recipes-bsp/u-boot/u-boot-rpi2_git.bb

[yocto] [meta-raspberrypi][PATCH] u-boot-rpi2: use the upstreamed U-Boot

2016-01-25 Thread Steve Rae
For Raspberry Pi 2, use the U-Boot from "denx". Signed-off-by: Steve Rae --- conf/machine/raspberrypi2.conf| 1 + recipes-bsp/u-boot/u-boot-rpi2_git.bb | 36 +++ 2 files changed, 37 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-rpi2_git.bb

Re: [yocto] Altera Cyclone V u-boot-spl with meta-altera

2016-01-25 Thread Usman, Fahad
On 01/23/2016 01:31 AM, Jon Szymaniak wrote: If you upgrade to the U-Boot 2016.01 (or maybe even earlier?), mkimage actually supports adding the Bootrom signature to the SPL for you. The current makefile is kind enough to concatenate the U-Boot SPL and its DTS for you, and then run mkpimage

Re: [yocto] [PATCH] toaster-manual: update documentation about production set up

2016-01-25 Thread Belen Barros Pena (Intel)
On 25/01/2016 16:43, "Scott Rifenbark" wrote: >Belen, > > >These changes are in and pushed to both trees (master and jethro in the >upstream yocto-docs repo). Thanks, Scott! Belén > I have also republished the new manual for both the 2.0 and upcoming 2.1 >areas on the website. Richards aut

[yocto] [PATCH] toaster-manual: update documentation about production set up

2016-01-25 Thread Belen Barros Pena
From: Belen Barros Pena The instructions the Toaster manual provides for the production set up are not up-to-date, so update them. The changes should be applied to both master and jethro. Signed-off-by: Belen Barros Pena --- .../toaster-manual-setup-and-use.xml | 43

[yocto] Migrate, or not Migrate, that's the question!!!

2016-01-25 Thread Diego Sueiro
Hello folks, I'm in a project that uses openembedded-classic and Arago stuff to build the product's image. A lot of problems have been raised in relation to build time, dependencies handling, integrating new recipes, recipes tweaks etc. We are evaluating the possibility to migrate to Yocto Proje