Yocto

Docs

Layer Index

wiki

wiki/Cookbook

IMX7 First Boot

New family member, SBC-iMX7! CompuLab 0815 SB-SOM Rev1.1 188C02751 Resources: SBC-iMX7 - NXP i.MX 7 Single Board Computer Specifications CL-SOM-iMX7 reference guide CL-SOM-iMX7: Evaluation Kit: Getting Started Resources First boot!

2018-05 Yocto

This talk is divided into two parts. - Yocto Concepts and Quick Start: This should familiarize with how you can start using Yocto. - Baking some Yocto Recipes: Using bitbake to build software packages.

Yocto Development with QEMU

Fetch and Configure Let’s start by obtaining all ‘meta’ layers that we want to use recipes from. Choose a directory that you have plenty of space. git clone --recurse-submodules \ git@github.

Yocto Poky oe-init-build-env

Let’s have a clean environment, and then clone Poky. └─> bash -norc bash-4.3$ git clone git://git.yoctoproject.org/poky /tmp/poky Cloning into 'poky'... remote: Counting objects: 400896, done/. remote: Compressing objects: 100% (95425/95425), done.

Yocto Source Mirror

Mirror of Downloads References: Efficiently Fetching Source Files During a Build. TipsAndTricks/TeamWorkflows Using a SOURCE_MIRROR SOURCE_MIRROR_URL ?= "file:///mnt/downloads/" INHERIT += "own-mirrors" # Use this when generating the mirror: #BB_GENERATE_MIRROR_TARBALLS = "1" # Use this to test the mirror: #BB_NO_NETWORK = "1" Prepare the source mirror Add the following line to local.

Docker Container Installs from Yocto

Yocto Application Containers from SCRATCH Yesterday I wrote about Using Yocto Project for Docker FROM scratch , but I quickly realized it is hard to iterate quickly with this workflow. As I added support for python-connexion I generated a fresh container image at least 10 times.

RPI 3 Application Container built with Yocto

Deploying Image built from Dockerfile I provisioned my RPI 3 with resin-os downloaded from resin.io and it automatically loaded my existing application on first boot. I want to make sure the docker images are as similar as possible; so I slightly modified the dockerfile and pushed the changes to resin which will handle deploying to my devices.

Using Yocto Project for Docker FROM scratch

Yocto and Docker Yocto Project is an amazing way to build a Linux System from the ground up. It uses an amazing build system that can build and install practically any application.

RPI with Yocto

Find my pi Find your Raspberry Pi’s IP Address Use ifconfig to find my dev machine ip use nmap to scan the computers on my network. jumpnow Building Raspberry Pi Systems with Yocto prebuilt image First I am going to load the prebuilt image.