From 46c7ae687e7a2e94bf3f1bab42aa68ff194da3af Mon Sep 17 00:00:00 2001 From: John Ogness Date: Fri, 2 Nov 2018 09:43:42 +0106 Subject: layer-building: add scripts to automatically build yocto layers The yocto training requires a lot of data to be prebuilt/downloaded (about 15GB). These scripts can be used to automatically download/prebuild all that data and create the various layer tarballs. Signed-off-by: John Ogness --- schulung_tools/layer-building/yocto/README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 schulung_tools/layer-building/yocto/README (limited to 'schulung_tools/layer-building/yocto/README') diff --git a/schulung_tools/layer-building/yocto/README b/schulung_tools/layer-building/yocto/README new file mode 100644 index 0000000..56a3534 --- /dev/null +++ b/schulung_tools/layer-building/yocto/README @@ -0,0 +1,22 @@ +These are a set of scripts jogness uses to create the yocto layers for the +trainer image. These scripts are run on the trainer image. + +NOTE: This may or may not be of use to anyone other than jogness. + +get-full-eclipse-mirror.sh +- uses eclipse to mirror the eclipse and yocto repositories for eclipse + +get-git-mirrors.sh +- clones some git repos + +build-yocto.sh +- build all the recipes/tasks used in the training + +machines +- a directory containing special building for specific machines + +build-all.sh +- calls build-yocto.sh for the training machines + +make-tarballs.sh +- builds the final layer tarballs -- cgit v1.2.3