summaryrefslogtreecommitdiff
path: root/schulung_tools/yocto-own-layer/meta-schulung.bundle
AgeCommit message (Collapse)Author
2019-04-18meta-schulung: add app much soonerJohn Ogness
Add the application after creating the layer. This allows the participants to see the minimal efforts needed to create their own applications. The layer can be used with any machine (for example, the qemux86 machine that the participants had already been working with). Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-12-11yocto own layer: fix misspelled pinguinJohn Ogness
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-11-21meta-schulung: add thud support, create separate branchesJohn Ogness
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>
2018-09-14schulung-tools: meta-schulung: fix commentsJohn Ogness
In the comments, the bitbake commands for menuconfig and diffconfig were incorrect. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-09-14schulung-tools: add git bundle for meta-schulung creationJohn Ogness
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>