Skip to content
Snippets Groups Projects
Commit 8b0bb6c8 authored by Norman Stetter's avatar Norman Stetter
Browse files

Update README.md

parent 8b8c2a37
No related branches found
No related tags found
No related merge requests found
Yocto BSP layer for Garz & Fricke Platforms
======================================================
This layer provides support for Garz & Fricke platforms for use with
Yocto.
This layer depends on:
URI: git://git.openembedded.org/meta-openembedded
branch: zeus
URI: git://git.yoctoproject.org/poky
branch: zeus
URI: git://github.com/meta-qt5
branch: zeus
Description
------------------------------------------------------
This BSP layer is split into two parts.
* meta-guf-machine
This part is intended to hold all recipes needed to build the BSP for
Garz & Fricke Boards
* meta-guf-distro
This part is intended to hold recipes that make up the Garz & Fricke
distribution
Usage
------------------------------------------------------
Garz & Fricke uses the repo tool to setup all necessary layers to build
the BSP.
It can be used like this:
```
mkdir yocto-zeus
cd yocto-zeus
repo init -u git@gitlab.com/yocto-guf/manifest.git -b zeus
repo sync
```
\ No newline at end of file
Yocto BSP layer for Garz & Fricke Platforms
======================================================
This layer provides support for Garz & Fricke platforms for use with
Yocto.
This layer depends on:
URI: git://git.openembedded.org/meta-openembedded
branch: zeus
URI: git://git.yoctoproject.org/poky
branch: zeus
URI: git://github.com/meta-qt5
branch: zeus
Description
------------------------------------------------------
This BSP layer is split into two parts.
* meta-guf-machine
This part is intended to hold all recipes needed to build the BSP for
Garz & Fricke Boards
* meta-guf-distro
This part is intended to hold recipes that make up the Garz & Fricke
distribution
Usage
------------------------------------------------------
Garz & Fricke uses the `repo` tool to setup all necessary layers to build
the BSP.
It can be used like this:
```
mkdir yocto-zeus
cd yocto-zeus
repo init -u ssh://git@gitlab.com/guf-yocto/manifest.git -b zeus
repo sync
```
To get the build environment ready run
```
source oe-init-build-env
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment