diff options
author | OYTIS <tossel@gmail.com> | 2018-10-25 17:31:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-25 17:31:34 +0200 |
commit | d2ca4d8b48a88570b612154703562b55b55ce0ca (patch) | |
tree | 383a4b7e1ef89e777c334cbb03e9b4f11e56bb49 /lib/oeqa/selftest/cases/updater.py | |
parent | ce96109093527808be935313cde400973862e2de (diff) | |
parent | f07be1805cc22b5428ff529b705731360b485d06 (diff) | |
download | meta-updater-d2ca4d8b48a88570b612154703562b55b55ce0ca.tar.gz |
Merge pull request #410 from agners/use-imgdeploydir
Use IMGDEPLOYDIR
Diffstat (limited to 'lib/oeqa/selftest/cases/updater.py')
-rw-r--r-- | lib/oeqa/selftest/cases/updater.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oeqa/selftest/cases/updater.py b/lib/oeqa/selftest/cases/updater.py index b555d92..c7b18dd 100644 --- a/lib/oeqa/selftest/cases/updater.py +++ b/lib/oeqa/selftest/cases/updater.py | |||
@@ -66,7 +66,7 @@ class GeneralTests(OESelftestTestCase): | |||
66 | def test_add_package(self): | 66 | def test_add_package(self): |
67 | deploydir = get_bb_var('DEPLOY_DIR_IMAGE') | 67 | deploydir = get_bb_var('DEPLOY_DIR_IMAGE') |
68 | imagename = get_bb_var('IMAGE_LINK_NAME', 'core-image-minimal') | 68 | imagename = get_bb_var('IMAGE_LINK_NAME', 'core-image-minimal') |
69 | image_path = deploydir + '/' + imagename + '.otaimg' | 69 | image_path = deploydir + '/' + imagename + '.ota-ext4' |
70 | logger = logging.getLogger("selftest") | 70 | logger = logging.getLogger("selftest") |
71 | 71 | ||
72 | logger.info('Running bitbake with man in the image package list') | 72 | logger.info('Running bitbake with man in the image package list') |