From eb576c77b6be05b84dba389c885aefb2340b125b Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Sat, 22 May 2021 08:17:33 +0200 Subject: [PATCH] tmp Change-Id: I621501b146de4440d9ad7087ce1cda88dc6d2346 --- README.md | 23 +++++++++++++++++++++++ default.xml | 17 ++++++++++------- 2 files changed, 33 insertions(+), 7 deletions(-) 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 @@ - + + - - - - - - + + + + + + + +