diff --git a/README.md b/README.md index 5a9f59e..c6bdb40 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,16 @@ repo init -u "https://git.blackfinn.de/yocto/linux-blackfinn.git" repo sync ``` +## Build environment + +For details see . + +### Execute + +```shell +docker run -it --rm --network host -v=/var/lib/sss/pipes/:/var/lib/sss/pipes/:rw -v $(pwd):$(pwd) -w $(pwd) -u $(id -u $USER):$(id -g $USER) oe-buildenv /bin/bash +``` + ## Set Environment ```shell @@ -53,3 +63,16 @@ bmaptool copy --bmap \ /dev/ ``` +## opkg package handling + +### Build index + +```shell +bitbake package index +``` + +### Synchronize packages + +```shell +rsync -avz --progress build/tmp/deploy/ipk/ /srv/files.blackfinn.de/data/yocto/gatesgarth/ +``` diff --git a/default.xml b/default.xml index 2c5df2a..b281dc5 100644 --- a/default.xml +++ b/default.xml @@ -4,14 +4,17 @@ - + + - - - - - - + + + + + + + +