Skip to content

Getting Started (iesy RPX30)

Stefan Lellwitz edited this page Feb 27, 2023 · 5 revisions

Get the Source Code

You can choose between different Releases of the Yocto Project. (see https://wiki.yoctoproject.org/wiki/Releases)
Here you can get an overview, which Releases are currently supported.

In this example LTS Release dunfell is used. If you want to use another one of the supported Releases instead, you need to replace dunfell in the commands below.

Install the repo utility:

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

Create your project directory and download the BSP:

$ mkdir rk-yocto-bsp
$ cd rk-yocto-bsp
$ repo init -u https://github.com/iesy-gmbh/yocto-bsp-manifest -b dunfell -m iesy-osm-rpx30.xml
$ repo sync