summaryrefslogtreecommitdiffstats
path: root/recipes-sota/aktualizr/aktualizr-native_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* Remerge aktualizr recipes.Patrick Vacek2017-10-271-18/+0
| | | | | | | | | | | I found the trick to allow specifiying target vs native variables and tasks. It's a bit wordy but better than having three separate files for the aktualizr recipe. Oddly and annoyingly, while only "aktualizr" must be specified in sota_bleeding.inc, both "BRANCH_pn-aktualizr" and "BRANCH_pn-aktualizr-native" must be specified in local.conf to correctly use a given branch.
* Clean up recipes according to Yocto recommendations.Patrick Vacek2017-10-251-3/+3
| | | | | * Use ${libdir} and ${bindir} wherever possible. * Use rm -f so that tasks are repeatable.
* Use garage-push from aktualizr repo.Patrick Vacek2017-10-241-2/+4
| | | | | | No need for sota-tools repo anymore. Bump aktualizr version to get necessary build fix.
* Create recipe for implicit provisioning file shuffling.Patrick Vacek2017-09-291-0/+16
Split aktualizr into basic and native recipes by moving most of the work to an include file. Use aktualizr-implicit-writer (on host) to do the actual work of configuring sota.toml and installing files. Still not quite fully functional.