Skip to content

Commit d4e22e7

Browse files
committed
Set zephyr output subfolder and hex generation flag
1 parent a3bb486 commit d4e22e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/projmgr/src/ProjMgrWorker.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,10 @@ bool ProjMgrWorker::AddContexts(ProjMgrParser& parser, ContextDesc& descriptor,
100100
RteFsUtils::NormalizePath(context.west.app, context.csolution->directory);
101101
context.imageOnly = true;
102102
//context.cproject = &cprojects[westApp];
103-
context.cproject->output.baseName = "zephyr";
103+
context.cproject->output.baseName = "zephyr/zephyr";
104104
context.cproject->name = context.west.projectId;
105105
context.cproject->output.type = { "elf", "hex" };
106+
CollectionUtils::PushBackUniquely(context.west.westDefs, "CONFIG_BUILD_OUTPUT_HEX=y");
106107
}
107108

108109
// No build/target-types

0 commit comments

Comments
 (0)