blob: 491b0cd7edf5281e6d7a78bd8eac5851370bdde3 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
url_fetch : "GERRIT_FETCH"
git_commit : "master"
name: Developers Guides
template: generated_index.html
books:
-
id: meta-agl-developer-guides
git_name: AGL/meta-agl
path: docs/devguides-book.yml
brotherBooks:
-
id: meta-agl-demo-guides
git_name: AGL/meta-agl-demo
path: docs/devguides-book.yml
-
id: meta-agl-devel-guides
git_name: AGL/meta-agl-devel
path: docs/devguides-book.yml
-
id: host-configuration-developer-guides
url_fetch: GITHUB_FETCH
url_edit: GITHUB_EDIT
git_name: automotive-grade-linux/docs-sources
path: agl-documentation/host-configuration/docs/devguides-book.yml
-
id: cmake-apps-module-guides
git_name: src/cmake-apps-module
path: docs/devguides-book.yml
dst_prefix: "cmakeafbtemplates"
-
id: xds-docs-guides
git_name: src/xds/xds-docs
path: docs/devguides-book.yml
dst_prefix: "xds"
-
id: appfw-privileges-management
path: https://iot.bzh/download/public/2016/appfw/03-AGL-AppFW-Privileges-Management.pdf
dst_prefix: iotbzh2016
name: AppFW - Privileges Management
-
id: libappcontroller-guides
git_name: src/libappcontroller
path: docs/devguides-book.yml
dst_prefix: ctrler
-
id: afb-helpers-function-references
git_name: src/libafb-helpers
path: docs/afb-helpers-book.yml
dst_prefix: afb-helpers
-
id: continuous-integration-ciat
name: Continuous Integration - Automated Testing (CIAT)
url_fetch: AGL_GITHUB_FETCH
url_edit: AGL_GITHUB_EDIT
git_name: automotive-grade-linux/docs-sources
path: docs/continuous-integration-book.yml
books:
-
id: how-to-write-test-1
path: https://raw.githubusercontent.com/BayLibre/agl-docs-baylibre/master/CIAT/training/How_to_write_your_own_tests_for_AGL.pdf
name: How to write tests (overview slides)
-
id: how-to-write-test-2
path: https://raw.githubusercontent.com/BayLibre/agl-docs-baylibre/master/CIAT/training/Hands_on_lab_documentation.pdf
name: How to write tests (detailed)
|