Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Build Instructions

Repo setup

In order to install Repo make sure you have a /bin directory in your home directory and that it is included in your path.

Code Block
languagebash
titleRepo Setup Steps
$ mkdir ~/bin
$ PATH=~/bin:$PATH
Download the repo tool and ensure that it is executable
$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo

Note: it is also recommended to put credentials in .netrc when interacting with repo.

A sample .netrc file is illustrated below

...

languagebash
title.netrc

For Repo setup refer below link.

How to Build#SettinguptheHostEnvironment

...

Yocto Build Steps

To build, follow below instructions
Build Steps

...