summaryrefslogtreecommitdiffstats
path: root/README.adoc
Commit message (Collapse)AuthorAgeFilesLines
* README: slightly more descriptive explanation of SOTA_HARDWARE_ID.Patrick Vacek2018-11-221-1/+1
| | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Allow setup custom hardware_idfeat/hardware_idSerhiy Stetskovych2018-11-221-0/+1
| | | | Signed-off-by: Serhiy Stetskovych <patriotyk@gmail.com>
* docs: better explanation of oe-selftest requirements.doc/oe-selftest-and-rm-examplePatrick Vacek2018-11-161-2/+1
| | | | | | Also remove all references to aktualizr-example-interface. It has been removed. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* aktualizr: Fix virtual secondary support.Patrick Vacek2018-11-131-2/+1
| | | | | | | | Use /etc/sota/ecus as using /var/sota/ecus was conflicting with the provisioning recipes that also use /var/sota. Not totally ideal, but the best compromise I could find. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Replace more references to ATS Garage with HERE OTA Connect.RemoveATSgaragePatrick Vacek2018-11-081-3/+3
| | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Update README.adocXavier Gully2018-11-081-1/+1
| | | | | | Update the reference to https://connect.ota.here.com Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Fix typos/languageOYTIS2018-10-301-1/+1
|
* Document version overriding and add warningsAnton Gerasimov2018-10-301-0/+10
|
* Merge pull request #410 from agners/use-imgdeploydirOYTIS2018-10-251-1/+1
|\ | | | | Use IMGDEPLOYDIR
| * image_types_ota: use IMGDEPLOYDIR for ota-ext4 imagesStefan Agner2018-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | Do not write directly to the IMAGE_DEPLOY_DIR but to the new deploy directory IMGDEPLOYDIR. Also change the image ending to match the image type name (from otaimg to ota-ext4). This allows to use the automatic symlinking and output artefact management too. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
* | Added support to automatically update ostree summaryLuka Pivk2018-10-241-0/+3
|/ | | | | | | Use OSTREE_UPDATE_SUMMARY to automatically update summary after committing to ostree repo Signed-off-by: Luka Pivk <luka.pivk@toradex.com>
* Fix README formatting.Patrick Vacek2018-10-101-5/+7
| | | Apparently linebreaks matter.
* Document delayed provisioningAnton Gerasimov2018-10-011-1/+14
|
* Add SOTA_DEPLOY_CREDENTIALS variable to control whether the built image ↵Anton Gerasimov2018-10-011-0/+1
| | | | should be provisioned
* classes, images: Use standard variables for initramfsYevgeny Popovych2018-08-141-1/+1
| | | | | | | | This will reduce the level of indirection and improve compatibility with the rest of OE. For example, FIT that includes initramfs may now be built. Signed-off-by: Yevgeny Popovych <yevgenyp@pointgrab.com>
* Document SOTA_CLIENT_FEATURES = "secondary-network".Patrick Vacek2018-07-251-1/+1
|
* Include fix for qemu in sota_qemux86-64.bbclassLaurent Bonnans2018-05-231-6/+0
|
* Update README with aktualizr config management (PRO-5329).Patrick Vacek2018-05-031-4/+18
|
* Move example-interface from sota.env to its own recipe.Patrick Vacek2018-05-031-1/+0
| | | | | SOTA_LEGACY_SECONDARY_INTERFACE is now obsolete. Instead, include this: IMAGE_INSTALL_append = " aktualizr-examples aktualizr-example-interface "
* Move dev settings to main README. Add table of contents.Patrick Vacek2018-04-031-1/+25
|
* Add secondary-image to meta-updaterPhil Wise2018-03-141-2/+2
| | | | | | This required splitting the aktualizr package into several components, in order to be able to either install the primary 'aktualzr' or the secondary 'aktualizr-secondary'.
* Mention SOTA_PACKED_CREDENTIALS in oe-selftest section of docs.Patrick Vacek2018-03-011-4/+6
| | | | Also fix a broken link.
* Merge remote-tracking branch 'ats/pyro' into test/PRO-4481/hsm-rockoPatrick Vacek2018-02-271-13/+27
|\ | | | | | | Bring in updates to oe-selftest.
| * Better oe-selftest documentation.Patrick Vacek2018-02-201-13/+27
| | | | | | | | Also clean up some minor formatting.
| * Rename all instances of hsm-test and use latest aktualizr.Patrick Vacek2018-01-251-1/+1
| |
* | Update documentation and fix broken link.Patrick Vacek2018-02-221-1/+1
| |
* | Merge remote-tracking branch 'github/feat/PRJ-330/hsm-not-test' into ↵Patrick Vacek2018-01-221-11/+11
|\ \ | | | | | | | | | feat/PRJ-330/hsm-not-test-rocko
| * | Rename all instances of hsm-test and use latest aktualizr.Patrick Vacek2018-01-221-1/+1
| |/
| * PRO-4645 Update OSTree httpd instructionsJon Oster2018-01-181-10/+10
| |
* | Add a brief doc section for common build problems.Patrick Vacek2018-01-191-0/+10
|/ | | | Also add a helpful hint for the oe-selftest grub problem.
* Remove OSTREE_BRANCHNAME mention in READMELaurent Bonnans2018-01-041-1/+0
| | | | Not relevant to the user, as per PRO-4483
* Update documentation, specifically about variables to support secondaries.Patrick Vacek2017-12-151-9/+12
| | | | | Also add a missing mkdir so that SOTA_SECONDARY_ECUS actually works. We can improve this in the future but for now it works and I'm using it.
* Rename for accuracy.Patrick Vacek2017-11-131-1/+1
|
* README.adoc: Add QA sectionLeon Anavi2017-11-101-0/+16
| | | | | | | Extend the usage section with information about QA using the test framework oe-selftest. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* README updates.Patrick Vacek2017-10-241-5/+5
|
* Minor documentation typo/grammar fix.Patrick Vacek2017-08-071-1/+1
|
* Update docs linksJon Oster2017-06-201-2/+2
|
* Replace includes with bblcassesAnton Gerasimov2017-04-261-1/+1
| | | | | | They are more flexible and allow tricks like conditionally inheriting machine-related classes from the main one which makes things easier for external users like AGL
* general polishing and clarification of textJon Oster2017-01-051-33/+37
|
* switch to asciidoc in readmeJon Oster2017-01-051-0/+120