summaryrefslogtreecommitdiffstats
path: root/classes/image_repo_manifest.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* Fix function name conflictAlexandre Bard2018-11-131-2/+2
| | | | | | | | | buildinfo function name is used in poky: meta/classes/image-buildinfo.bbclass Both classes could not be used together Signed-off-by: Alexandre Bard <alexandre.bard@netmodule.com>
* Fixes for SpekulatiusAnton Gerasimov2017-12-201-2/+2
| | | | | | - New garage-sign interface - Remove garage-sign recipe (now installed with aktualizr-native) - Small but critical bugfixes in aktualizr
* Fix builds outside the .repo directoryPhil Wise2017-11-281-2/+2
| | | | | The repo tool searches up the directory tree to find the .repo directory. Cleanly handle the case where it can't find anything.
* Copy repo manifest to the device.Patrick Vacek2017-11-061-0/+23
Helpful for debugging, etc. Mostly copied from here: https://github.com/openivimobility/meta-oim/blob/master/classes/image-repo-manifest.bbclass