commit 98c6e8ae605575630898eaffd4300f8e62678ad4 Author: Thomas Klaehn Date: Fri Aug 21 19:43:45 2020 +0200 perinet-manifest: Initial commit Signed-off-by: Thomas Klaehn diff --git a/README.md b/README.md new file mode 100644 index 0000000..dbba2aa --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# Yocto + +... + +## Get the repository + +```shell +$ mkdir yocto-bf +$ cd yocto-bf +$ repo init -u "https://git.blackfinn.de/yocto/perinet-manifest.git" +$ repo sync +``` + +## Set Environment + +```shell +$ source perinet-init-build-env +``` + +## Build the Image +```shell +$ bitbake perifirmware-build-container-image +``` + diff --git a/default.xml b/default.xml new file mode 100644 index 0000000..e4bbc9a --- /dev/null +++ b/default.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + +