commit 2d05b263993e650746a7498f64b9301b75a6accf 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..6352746 --- /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/linux-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..1181543 --- /dev/null +++ b/default.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + +