From f07be1805cc22b5428ff529b705731360b485d06 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 15 Oct 2018 13:55:47 +0200 Subject: image_types_ota: use IMGDEPLOYDIR for ota-ext4 images Do not write directly to the IMAGE_DEPLOY_DIR but to the new deploy directory IMGDEPLOYDIR. Also change the image ending to match the image type name (from otaimg to ota-ext4). This allows to use the automatic symlinking and output artefact management too. Signed-off-by: Stefan Agner --- lib/oeqa/selftest/cases/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/oeqa/selftest/cases') 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): def test_add_package(self): deploydir = get_bb_var('DEPLOY_DIR_IMAGE') imagename = get_bb_var('IMAGE_LINK_NAME', 'core-image-minimal') - image_path = deploydir + '/' + imagename + '.otaimg' + image_path = deploydir + '/' + imagename + '.ota-ext4' logger = logging.getLogger("selftest") logger.info('Running bitbake with man in the image package list') -- cgit v1.2.3-54-g00ecf