commit 1fd128bb12ff16e8fb547e47afa1fd70e2250b45 Author: Thomas Klaehn Date: Sat Mar 2 07:50:28 2019 +0100 Initial commit Change-Id: Idf0a78d59101428a16a3cc88198cc7fab75950b1 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..c71bfd9 --- /dev/null +++ b/default.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + +