summaryrefslogtreecommitdiff
path: root/schulung_tools
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2018-09-14 10:23:38 +0206
committerJohn Ogness <john.ogness@linutronix.de>2018-09-14 10:23:38 +0206
commit4c587ac5705295f20fec96c05118c3478708e221 (patch)
tree1ecf2468572a0c10f7b1586f2a930f73c611f0c0 /schulung_tools
parent3bf64b47c46551cce7b757406f24277033293c2f (diff)
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 <john.ogness@linutronix.de>
Diffstat (limited to 'schulung_tools')
-rw-r--r--schulung_tools/yocto-own-layer/README13
-rw-r--r--schulung_tools/yocto-own-layer/meta-schulung.bundlebin0 -> 16769 bytes
2 files changed, 13 insertions, 0 deletions
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
--- /dev/null
+++ b/schulung_tools/yocto-own-layer/meta-schulung.bundle
Binary files differ