commit 68ccff080509dd1c6aaebe86e49e1c4a13c29b79 Author: Thomas Klaehn Date: Sat Mar 2 07:50:28 2019 +0100 Initial commit Signed-off-by: Thomas Klaehn diff --git a/README.md b/README.md new file mode 100644 index 0000000..2709aad --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# Yocto + +... + +## Get the repository + +```shell +$ mkdir yocto-bf +$ cd yocto-bf +$ repo init -u "https://git.blackfinn.de/yocto/yocto-blackfinn.git" +$ repo sync +``` + +## Set Environment + +```shell +$ source [bbb/rpi]-init-build-env +``` + +## Build the Image +```shell +$ bitbake console-image +``` + +## Flash the Image +```shell +$ dd if=tmp/deploy/images/beaglebone/ of=/dev/ + diff --git a/default.xml b/default.xml new file mode 100644 index 0000000..1ce931b --- /dev/null +++ b/default.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + +