From 279516c0ded29e13fcb3cf3276b299caf5e5313e Mon Sep 17 00:00:00 2001 From: John Ogness Date: Wed, 21 Nov 2018 10:51:20 +0106 Subject: 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 --- schulung_tools/yocto-own-layer/README | 9 +++++++-- schulung_tools/yocto-own-layer/meta-schulung.bundle | Bin 16569 -> 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 Binary files a/schulung_tools/yocto-own-layer/meta-schulung.bundle and b/schulung_tools/yocto-own-layer/meta-schulung.bundle differ -- cgit v1.2.3