From 4c587ac5705295f20fec96c05118c3478708e221 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Fri, 14 Sep 2018 10:23:38 +0206 Subject: schulung-tools: add git bundle for meta-schulung creation It is nice to have a finished layer for trainers to use as a reference when helping participants to create their own layer. However, there are files that are modified multiple times during the creation process. For this reason a git bundle is added so that trainers have a step-by-step procedure for guiding participants during layer creation. Each commit is a step, documented for the trainer. Signed-off-by: John Ogness --- schulung_tools/yocto-own-layer/README | 13 +++++++++++++ schulung_tools/yocto-own-layer/meta-schulung.bundle | Bin 0 -> 16769 bytes 2 files changed, 13 insertions(+) create mode 100644 schulung_tools/yocto-own-layer/README create mode 100644 schulung_tools/yocto-own-layer/meta-schulung.bundle diff --git a/schulung_tools/yocto-own-layer/README b/schulung_tools/yocto-own-layer/README new file mode 100644 index 0000000..6742e41 --- /dev/null +++ b/schulung_tools/yocto-own-layer/README @@ -0,0 +1,13 @@ +This git bundle contains a basic meta-schulung that can be used during the +Yocto schulung for participants to create their own layer from scratch. The +reason it is a git bundle is because each commit illustrates the steps for +the participants to take. The git comments of each commit explain what is +being done and why. + +This git bundle is intended to be used by the trainer (not the participants) +so that the trainer has a clear procedure for walking participants through +the creation of their own layer. + +To checkout the git bundle: + +$ git clone meta-schulung.bundle -b master meta-schulung diff --git a/schulung_tools/yocto-own-layer/meta-schulung.bundle b/schulung_tools/yocto-own-layer/meta-schulung.bundle new file mode 100644 index 0000000..88f5a29 Binary files /dev/null and b/schulung_tools/yocto-own-layer/meta-schulung.bundle differ -- cgit v1.2.3