summaryrefslogtreecommitdiff
path: root/schulung_tools/yocto-own-layer
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2018-11-21 10:51:20 +0106
committerJohn Ogness <john.ogness@linutronix.de>2018-11-21 10:51:20 +0106
commit279516c0ded29e13fcb3cf3276b299caf5e5313e (patch)
treeb88a31b5c49ac34cfe793005d72551f19e7186d6 /schulung_tools/yocto-own-layer
parent9a489f069fc1f0dc4b562e5bd008c73ea04eaa15 (diff)
meta-schulung: add thud support, create separate branches
The meta-schulung.bundle now includes separate branches depending on the poky release. This was necessary because thud introduced a new busybox dependency (virtual/crypt). One nice feature of this splitting is that it is very easy to see how the layer changes over poky versions by diffing the branches. Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'schulung_tools/yocto-own-layer')
-rw-r--r--schulung_tools/yocto-own-layer/README9
-rw-r--r--schulung_tools/yocto-own-layer/meta-schulung.bundlebin16569 -> 22259 bytes
2 files changed, 7 insertions, 2 deletions
diff --git a/schulung_tools/yocto-own-layer/README b/schulung_tools/yocto-own-layer/README
index 6742e41..8d2369f 100644
--- a/schulung_tools/yocto-own-layer/README
+++ b/schulung_tools/yocto-own-layer/README
@@ -8,6 +8,11 @@ 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:
+You should check out the branch that is appropritate for the schulung:
-$ git clone meta-schulung.bundle -b master meta-schulung
+$ git clone meta-schulung.bundle -b thud meta-schulung
+
+Supported branches:
+ - rocko
+ - sumo
+ - thud
diff --git a/schulung_tools/yocto-own-layer/meta-schulung.bundle b/schulung_tools/yocto-own-layer/meta-schulung.bundle
index b976633..cb522a3 100644
--- a/schulung_tools/yocto-own-layer/meta-schulung.bundle
+++ b/schulung_tools/yocto-own-layer/meta-schulung.bundle
Binary files differ