summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/selftest/cases/updater_native.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new override syntaxMartin Jansa2021-07-301-1/+1
| | | | | | | | | | This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Fix aktualizr-native run in oe-selftestLaurent Bonnans2019-07-151-0/+1
| | | | | | | | | | It did not work when using an empty build dir with sstate-cache, the proper working way is to bitbake build_sysroots. Also change the way we fetches some of the akautalizr package files which was broken too. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Split oe-selftests by target machinesLaurent Bonnans2019-03-201-0/+47
To allow for more targeted testing Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>