summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-06-11CMake Nav Panel: Changed configuration titleguppy_7.0.4guppy_7.0.3guppy/7.0.4guppy/7.0.37.0.47.0.3guppyScott Rifenbark1-1/+1
Changed the topic title in the navigation pane from "Configuring CMake" to "Configuring AGL CMake Templates" since the topic is more about configuring AGL-specific CMake templates and not CMake in general. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Change-Id: Id8f2cae0ffbcc6d574db0cc113d2007c643c87a6
2019-06-11CMake Configuring: Minor edits.Scott Rifenbark1-4/+4
* Updated topic title to match the nav panel. * Replaced "confd" with "conf.d" instances. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Change-Id: I9e7f084121a35a5a069839e50d0526f97a26283c
2019-06-11CMake Configuring: Updated Topic title.Scott Rifenbark1-1/+1
Amended to change the title from "Configuring CMake" to "Configuring AGL CMake Templates" per reviews from Sebastien and Jose. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Change-Id: Id27a1bf290103b6bad949eecde357cbdba5d4bf7 Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-06-10Book.yml updates and cmake overview updates.Scott Rifenbark2-3/+19
Also some minor edits. Edited the cmake-overview.md file as well to add linkable TOC and topic title sanity. Change-Id: Ie7d194ffcd96ff2b168a8eba9b8cdfa9ec907c5d Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-04-08CMake: Complete re-write of the CMake topic.guppy_7.0.2guppy/7.0.27.0.2Scott Rifenbark14-698/+858
Change-Id: I97c3a450401b87b8419ff00615588c261e6afc25 Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-12-20docs: add yaml bookhalibut_7.90.0halibut/7.90.0guppy_6.99.4guppy_6.99.3guppy/6.99.4guppy/6.99.37.90.06.99.46.99.3Frederic Marec1-0/+22
Bug-AGL: SPEC-1988 Change-Id: I1b0b2d4f0bef6bb14c17303200641578b8bd5687 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
2018-12-14Point to SDK sysroot files first instead of nativeRomain Forlot1-0/+10
Point to SDK sysroot files first instead of native installation directories. Bug-AGL: SPEC-1958 Change-Id: I54f4e3dac9951289b245911f82767dbe4c2dd30f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-14Install docs and sample files in a separate dirRomain Forlot5-8/+380
Separate the samples files to be installed in the system doc dir which is: - /usr/share/doc Updating the documentation according to the new path to samples. Change-Id: Ib1958fb87d517ad84abddf3ec71102f7ecf877f5 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-11-30Update installation abstract instructionsguppy_6.99.2guppy/6.99.26.99.2Romain Forlot1-9/+74
Make clearer the difference between build environments Yocto, cross compile with an AGL SDK and native. Change-Id: Id09782c8648026420fbfdbbbcf0fd1891edb7b86 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-11-30Revert "doc: Improve formatting"Romain Forlot1-7/+3
This reverts commit 60b0f4556fb94cbd6d9bac083f561067a437d98e. Change-Id: Id73104aa7466e6a16ec6a93842718017a2084584 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-11-29doc: Improve formattingJosé Bollo1-2/+6
Change-Id: Id252624a59fffe789b93e978ef60eec2fc659055 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2018-11-12Explain why add_subdirectory raise errorJosé Bollo1-0/+11
Change-Id: Id304c589ebe4f1e944377047ca3d462dce80dd7d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2018-11-12doc: Fix sample of SET_TARGET_PROPERTIESJosé Bollo1-1/+1
Change-Id: Iec703099717e7b9e876db0e8c1ba9c450049d404 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2018-11-07Update docsRomain Forlot5-136/+166
Since migration to CMake module, the doc needs to be be updated to reflect the change and get rid of all git submodule occurrences. Change-Id: If56c50a845d01dafd6b5dcd46cac7cfb2be76e85 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15app-templates doc: Changed doc to fit new format.CorentinLGS10-771/+0
-Split book.json in 2. -Deleted unwanted files. Change-Id: Idaa2bc838917cade2b3ff1848e21415acae72aec Signed-off-by: CorentinLGS <corentinlgs@gmail.com>
2018-10-15Update DocsRomain Forlot1-9/+22
Change-Id: If1c1e14233a765058a372fc25a88b21e8824f4d7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15Create a test widgetRomain Forlot2-5/+46
Create a test widget in addition of the normal one when you use any build type except of RELEASE. This widget will only provide the test files (configuration + test + fixtures ...). It joins the test framework binding to your binding or app then you only have to access to your defined test API and launch the tests. The entry point is a bash script which is in charge to launch all tests it finds. Change-Id: I8f4a670f17fd4e4319c53a861074fb5e10b63aad Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15Update documentationRomain Forlot2-13/+44
Better description to use BINDINGV2 labels. Adding documentation for macros: - add_input_files - set_openapi_filename Change-Id: I7eb685faf4a5d4f92343d826877066b54b0012f0 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15Doesn't set rpath for built target and update docRomain Forlot1-0/+3
Rpath could be set using a target property if needed in the mean time no rpath is used by default. Change-Id: Ia704b00972545ed73dee98ea88e17d0ef08cf014 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15Details external library.Romain Forlot2-2/+32
Linting and little typo fixes. Change-Id: I714477b429c9257595ee8eae05ba1ef4901234a2 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15Update README and documentationRomain Forlot3-17/+88
Instructions to include external library into a widget Change-Id: Ic5c8c477fdbc1d374f1f88260b51cb9f200d02e1 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15Update docRomain Forlot3-18/+34
Change-Id: I942267d9673651db6986177e8d47aa0dbc235e3e Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15Update doc and README with latest modificationsRomain Forlot3-12/+33
Change-Id: I7b42fe371b6912de9df42a76781a8886dd804b3d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15Format: Remove spaces at EOLRomain Forlot1-1/+1
Change-Id: If16b9cd45e5955b8ca8049fee1ea97a9d43d5cb7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15Personal files inclusion now by projects.Romain Forlot1-2/+7
Depending on file name you can include some files from your home or system by project or globally Change-Id: I1fef678073977633576a21893065e681b286646c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15Update documentation about propertiesRomain Forlot2-4/+16
Change-Id: Id5f3349889d0b26ebec7e3a90a549b0ceb4fb493 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15Be able to choose openAPI definition file name.Romain Forlot1-3/+7
Use a variable OPENAPI_DEF to define the file name else use the default convention ${OUTPUT_NAME}-apidef. Update the docs in consequence. Change-Id: Ibc29d6079d185e47a80dbfe4df5dedd28f7f63c4 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15Update README/docs with new LABELS BINDINGV2 infosRomain Forlot1-0/+4
Change-Id: I419c02d9ab5ef785d3103b2e043d4df9fa244a6c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-15Update doc & use gitbook to enhance doc generationRomain Forlot20-0/+1169
Change-Id: If42c916f7664ea67b818a21b8f50c66c41e11f89 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>