This guide shows a step-by-step on how to build Yocto image using meta-alext recipes.

Pre-requisites

Before you start, make sure that you have fulfill all these requirements:

  • A Linux PC host (we use Ubuntu 12.04).
  • A stable network connection.

Install some dependencies:

$ sudo apt-get install build-essential git diffstat texinfo gawk chrpath file git-core coreutils unziplibsdl1.2-dev desktop-file-utils autoconf automake libtools p7zip-full

1. Get Quark BSP (1.0.1) package

Download an official Quark BSP (1.0.1) package from Intel page:

[http://downloadmirror.intel.com/23197/eng/Board_Support_Package_Sources_for_Intel_Quark_v1.0.1.7z]

2. Prepare meta-clanton

Unpack BSP package:

$ 7z x Board_Support_Package_*.7z

Unpack meta-clanton

$ tar xzvf meta-clanton_v1.0.1.tar.gz

Go into meta-clanton directory.

$ cd meta-clanton_v1.0.1/

3. Add Alext layer

Clone alext recipes into meta-clanton.

$ git clone https://github.com/alext-mkrs/meta-alext-galileo

4. Run Setup

$ ./setup.sh -e "meta-alext-galileo"


usm-iotg

blog comments powered by Disqus