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 --- scripts/qemucommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/qemucommand.py') diff --git a/scripts/qemucommand.py b/scripts/qemucommand.py index 86362f7..4abfd4e 100644 --- a/scripts/qemucommand.py +++ b/scripts/qemucommand.py @@ -6,7 +6,7 @@ from subprocess import check_output, CalledProcessError EXTENSIONS = { 'intel-corei7-64': 'wic', - 'qemux86-64': 'otaimg' + 'qemux86-64': 'ota-ext4' } -- cgit v1.2.3-54-g00ecf