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