summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Qt/QML API for OTA 1.0 Tech PreviewGatis Paeglis2016-06-061-2/+13
| | | | | Change-Id: I32b41825e9b6ab7be5dff4db2688ecf37fecaa71 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
* Remove b2qt references from OTA scriptsGatis Paeglis2015-12-131-6/+6
| | | | | | | | | Initially OTA will be part only of the Qt Automotive package. Lets make the scripts more generic by removing all references to the Boot to Qt project. Change-Id: Ib4bfd949d51144b44d23c1b670afc5d3a403b668 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* Add systemd image supportGatis Paeglis2015-12-081-1/+0
| | | | | | | | | | And one optimization: Move boot partition mounting logic from initramfs into ostree-prepare-root binary. We don't need udev to find the right device. Change-Id: I790f1163f483cb3c5fb4ee8f24c78bda5a90851e Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* Place generated images in root of WORKDIRGatis Paeglis2015-11-261-1/+2
| | | | | Change-Id: If0f3069629e437a1e41fffc5553d0b088b062eaa Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* Enable updates on the boot partitionGatis Paeglis2015-11-161-0/+7
After few patches in OSTree we can now: 1) update device tree blobs and other files that are stored in the boot partition. Boot partition content can be updated only with major releases - when kernel/initramfs version changes. 2) OSTree now merges system's uEnv.txt with OSTree's uEnv.txt which allows for simpler boot scripts. Change-Id: Ib61e480baee33fb8431417677116af997f105913 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>