From 98c6e8ae605575630898eaffd4300f8e62678ad4 Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Fri, 21 Aug 2020 19:43:45 +0200 Subject: [PATCH] perinet-manifest: Initial commit Signed-off-by: Thomas Klaehn --- README.md | 24 ++++++++++++++++++++++++ default.xml | 16 ++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 README.md create mode 100644 default.xml 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 @@ + + + + + + + + + + + + + + + +