summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * Fix syntax bugAnton Gerasimov2016-11-231-1/+1
| | |/
| | * Merge pull request #1 from advancedtelematic/feat/rpiappendscajun-rat2016-11-235-0/+111
| | |\ | | | | | | | | OSTree bootloader integration
| | | * OSTree bootloader integrationAnton Gerasimov2016-11-225-0/+111
| | |/
| | * Update README.mdOYTIS2016-11-221-1/+3
| | |
| | * Initial commitOYTIS2016-11-222-0/+374
| |
| * Rename sota-qemux86-64 layerLaurent Bonnans2018-05-221-4/+4
| |
| * Merge pull request #20 from advancedtelematic/updater-qemu-on-sumolbonn2018-05-175-278/+14
| |\ | | | | | | Updater qemu on sumo
| | * Set layer compability version to sumoLaurent Bonnans2018-05-171-1/+1
| | |
| | * Update our u-boot patches to sumo upstream's versionLaurent Bonnans2018-05-174-277/+13
| |/ | | | | | | Two of the patches are already upstreamed now
| * Merge pull request #19 from advancedtelematic/tidy/rm-unused-patchlbonn2018-05-151-86/+0
| |\ | | | | | | Remove patch unused in rocko.
| | * Remove patch unused in rocko.Patrick Vacek2018-05-091-86/+0
| |/ | | | | | | It was rendered obsolete in 4156c9db2f7d1ddef5fff41bb5617782c00cdc8a.
| * Merge pull request #18 from advancedtelematic/bugfix/fix-typocajun-rat2018-03-121-3/+3
| |\ | | | | | | Fix typo (minnowboard instead of qemux86-64).
| | * Fix typo (minnowboard instead of qemux86-64).Patrick Vacek2018-03-011-3/+3
| |/ | | | | | | Presumably just a copy-paste error from when this was written in 2016.
| * Merge pull request #17 from advancedtelematic/PRO-4858cajun-rat2018-02-234-155/+251
| |\ | | | | | | u-boot_2017.09: Fix __udivdi3 issues
| | * u-boot_2017.09: Fix __udivdi3 issuesLeon Anavi2018-02-214-155/+251
| |/ | | | | | | | | | | | | | | | | | | | | Update U-Boot recipe with a patch that removes the inclusion of the libgcc math functions and replaces them by functions coded in C, taken from the U-Boot and coreboot projects. (From U-Boot: aa7839b39c2ee77f9ab8c393c56b8d812507dbb7) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
| * Merge pull request #15 from advancedtelematic/bugfix/PRO-4685/ubootversioncajun-rat2018-01-195-394/+0
| |\ | | | | | | Revert "u-boot-ota_2015.07.bb: Use u-boot-ota from Pyro"
| | * Revert "u-boot-ota_2015.07.bb: Use u-boot-ota from Pyro"Anton Gerasimov2018-01-185-394/+0
| |/ | | | | | | This reverts commit d535ae698ef2643d4b6ecb72a85376b1966ab723.
| * Merge pull request #13 from leon-anavi/rockoPatrick Vacek2017-12-295-0/+394
| |\ | | | | | | u-boot-ota_2015.07.bb: Use u-boot-ota from Pyro
| | * u-boot-ota_2015.07.bb: Use u-boot-ota from PyroLeon Anavi2017-12-225-0/+394
| |/ | | | | | | | | | | | | | | Use version 2015.07 of u-boot-ota from branch Pyro and apply a patch for fixing the follow error: fatal error: linux/compiler-gcc7.h: No such file or directory Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
| * Add fixes for compatibility with RockoAnton Gerasimov2017-11-178-302/+62
| |
| * Merge pull request #12 from advancedtelematic/bugfix/remove_run-qemucajun-rat2017-09-121-142/+1
| |\ | | | | | | meta-updater-qemux86-64/scripts/run-qemu is now obsolete and redundant.
| | * Recreate run-qemu as a softlink to the meta-updater version.Patrick Vacek2017-09-121-0/+1
| | |
| | * meta-updater-qemux86-64/scripts/run-qemu is now obsolete and redundant.Patrick Vacek2017-09-111-142/+0
| |/ | | | | | | Use meta-updater/scripts/run-qemu-ota.
| * Merge pull request #10 from leon-anavi/pyroPatrick Vacek2017-08-221-1/+5
| |\ | | | | | | u-boot-ota: Update SRC_URI for Pyro
| | * u-boot-ota: Update SRC_URI for PyroLeon Anavi2017-08-211-1/+5
| |/ | | | | | | | | | | | | | | Update SRC_URI and add path to the git repository to ensure that U-Boot will be successfully built for release Pyro for QEMU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
| * Merge pull request #7 from advancedtelematic/feat/run-qemuOYTIS2017-05-241-10/+33
| |\ | | | | | | Add --efi option to boot via EFI bios
| | * Add --efi option to boot via EFI biosPhil Wise2017-05-221-10/+33
| |/
| * Merge pull request #6 from advancedtelematic/feat/runqemuOYTIS2017-04-101-17/+119
| |\ | | | | | | Replace runqemu with a nicer python script
| | * Replace runqemu with a nicer python scriptPhil Wise2017-04-101-17/+119
| |/
| * Merge pull request #5 from gizero/fix-u-boot-ota-build-with-gcc6OYTIS2017-04-072-0/+87
| |\ | | | | | | u-boot-ota: fix build error under gcc6
| | * u-boot-ota: fix build error under gcc6Andrea Galbusera2017-04-072-0/+87
| |/ | | | | | | | | | | | | | | Fix the following build error under gcc6: | ../include/linux/compiler-gcc.h:114:30: fatal error: linux/compiler-gcc6.h: No such file or directory | #include gcc_header(__GNUC__) Signed-off-by: Andrea Galbusera <gizero@gmail.com>
| * Merge pull request #3 from advancedtelematic/feat/run-qemuOYTIS2017-02-161-0/+17
| |\ | | | | | | Add example run-qemu script
| | * Add example run-qemu scriptPhil Wise2017-02-161-0/+17
| | |
| * | Merge pull request #4 from advancedtelematic/feat/debug-tweaksOYTIS2017-02-161-1/+1
| |\ \ | | |/ | |/| Switch from empty-root-password to 'debug-tweaks'
| | * Switch from empty-root-password to 'debug-tweaks'Phil Wise2017-02-161-1/+1
| | |
| * | Merge pull request #2 from advancedtelematic/fix/bblayerscajun-rat2017-02-161-2/+1
| |\| | | | | | | Fix up paths
| | * Fix up pathsPhil Wise2017-02-161-2/+1
| |/
| * Merge pull request #1 from advancedtelematic/feat/systemddistrocajun-rat2017-01-031-1/+1
| |\ | | | | | | Make systemd distro default
| | * Make systemd distro defaultAnton Gerasimov2017-01-021-1/+1
| |/
| * OSTree <-> qemux86-64 integrationAnton Gerasimov2016-12-219-0/+852
|
* Start moving everything for new directory structureLaurent Bonnans2018-05-2290-13/+13
|
* Merge pull request #315 from advancedtelematic/sumo-candidatelbonn2018-05-2222-84/+583
|\ | | | | Update master with recent fixes
| * Merge remote-tracking branch 'ats/rocko' into sumo-candidateLaurent Bonnans2018-05-1822-84/+583
|/|
| * Merge pull request #316 from advancedtelematic/fix/rm-minnowboard-ubootlbonn2018-05-181-8/+0
| |\ | | | | | | Remove support for u-boot on minnowboard
| | * Remove support for u-boot on minnowboardLaurent Bonnans2018-05-181-8/+0
| |/ | | | | | | See https://github.com/advancedtelematic/meta-updater-minnowboard/pull/6
| * Merge pull request #313 from advancedtelematic/fix/qa-shipped-fileslbonn2018-05-175-2/+6
| |\ | | | | | | Review shipped directories in aktualizr recipes
| | * Review shipped directories in aktualizr recipesLaurent Bonnans2018-05-175-2/+6
| | | | | | | | | | | | Missing directories in FILES_xx were causing bitbake QA errors on sumo
| * | Merge pull request #314 from advancedtelematic/feat/bump-embed-sqlPatrick Vacek2018-05-171-10/+2
| |\ \ | | |/ | |/| Remove aktualizr-common because schemas are embedded
| | * Remove aktualizr-common because schemas are embeddedPhil Wise2018-05-171-10/+2
| |/
| * Merge pull request #312 from advancedtelematic/bugfix/log-debug-firstlbonn2018-05-172-3/+3
| |\ | | | | | | Move log-debug from 90 to 05.