texierp / yocto-chip-manifest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESTEI BSP

To get the BSP you need to have repo installed and use it as:

Install the repo utility:

$: mkdir ~/bin
$: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$: chmod a+x ~/bin/repo

Download the BSP source:

$: PATH=${PATH}:~/bin
$: mkdir estei-bsp
$: cd estei-bsp
$: repo init -u https://github.com/texierp/yocto-chip-manifest -b master
$: repo sync

At the end of the commands you have every metadata you need to start work with.

To start a simple image build (C.H.I.P base image):

$: cd sources
$: export TEMPLATECONF="$PWD/meta-estei/conf"
$: source poky/oe-init-build-env chip-build
$: MACHINE=chip bitbake estei-qt-image

About

License:MIT License