top of page

What is Yocto Rocko 2.4.1?
Yocto Rocko 2.4.1 is: OE-Core, meta-yocto and Bitbake (and yocto-docs but yocto-docs contains no functionality) without 7 files.Â
gits @ SH

Yocto 2.2.3 Based Linux Kernel Development Only 25% Efficient
This post lists the efficiency of Linux Kernel development using Yocto. It shows that developers who use Yocto to do kernel development...

SWUpdate a BOOT.bin
swupdate_unstripped -v -H"0.1":"1.0" -i ~/my-software_1.0.swu -e stable,alt

Use PetaLinux Tools to Add a Script that Will Execute at Boot
1. cd into your PetaLinux project directory, 2. Run: petalinux-create -t apps --template install -n bootscript --enable, 3. Edit project-spe

A Way to Print an Environment Variable from a Yocto Task
bb.note("Unpacking source tarball WORKDIR = ", d.getVar('WORKDIR', True), "DL_DIR = ", d.getVar('DL_DIR'

Edit local.conf in a PetaLinux Build
Put your changes in ./project-spec/meta-user/conf/petalinuxbsp.conf to "edit" conf/local.conf.

Add a Yocto Layer to a PetaLinux Project and Build a Recipe in the Layer with PetaLinux Tools
Add a layer to BBLAYERS in conf/bblayers.conf by running petalinux-config.


Xilinx's Wiki Instructions to Add Yocto Layer Fail with PetaLinux Tools 2017.4
The "Installing the meta-example layer on your host" instructions listed on the "PetaLinux Yocto Tips" at http://www.wik
bottom of page