blob: ee6373b87a4d262d62957f5345149ffee8920701 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
These are a set of scripts jogness uses to create the yocto layers for the
trainer image. These scripts are run on the trainer image.
NOTE: This may or may not be of use to anyone other than jogness.
get-full-eclipse-mirror.sh
- uses eclipse to mirror the eclipse and yocto repositories for eclipse
get-git-mirrors.sh
- clones some git repos
build-yocto.sh
- build all the recipes/tasks used in the training
machines
- a directory containing special building for specific machines
build-all.sh
- calls build-yocto.sh for the training machines
make-tarballs.sh
- builds the final layer tarballs
start_vexpress.sh
- a script to start the vexpress board (sitting in /home/prebuilt)
|