summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 6a9476f0d89f7ae860fad42b4f6988221e93e25e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.vscode
.kdev4
*.kdev4
*.swp
*.kate-swp
.vs
*.sln
*.vcxproj
*.user
obj
build*
bin
configuration-generated.cpp
docs_doxygen
node_modules/
_book/
packaging/
CAN-binder/package/
compile_commands.json
.stfolder
**/low-can-apidef.h
are needed to create an AGL distribution used to boot a system. AGL profiles are built on top of this minimal set of software. * **`meta-agl-demo`**: Provides a reference or demo platform and applications for the AGL Distribution. The reference UI is part of the `meta-agl-demo` layer. * **`meta-agl-devel`**: Contains components under development or being tested. This layer also contains software packages that OEMs need but do not exist in AGL. **WRITER NOTES:** The content for this section is the `README-AGL.md` file that is in the `meta-agl` layer, which is a Gerrit layer. You can clone the layer using this command: ``` $ git clone https://gerrit.automotivelinux.org/gerrit/AGL/meta-agl