summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/classes/fitimage.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/classes/fitimage.bbclass b/meta-oe/classes/fitimage.bbclass
index c5c799e8a5..54bb704ab5 100644
--- a/meta-oe/classes/fitimage.bbclass
+++ b/meta-oe/classes/fitimage.bbclass
@@ -455,6 +455,8 @@ python write_manifest() {
455 imgpath = d.getVar("DEPLOY_DIR_IMAGE") 455 imgpath = d.getVar("DEPLOY_DIR_IMAGE")
456 bootscriptid = imgsource 456 bootscriptid = imgsource
457 fitimage_emit_section_bootscript(d, fd, imgpath, imgsource) 457 fitimage_emit_section_bootscript(d, fd, imgpath, imgsource)
458 else:
459 bb.fatal(f"Unsupported image type: '{imgtype}'")
458 fitimage_emit_section_end(d, fd) 460 fitimage_emit_section_end(d, fd)
459 # 461 #
460 # Step 5: Prepare a configurations section 462 # Step 5: Prepare a configurations section