Skip to content

Commit 85931e4

Browse files
committed
support cosa buildextend-qemu-secex
`qemu-secex` is the artifact name used in meta.json and elsewhere so let's support calling it that way like we do for other artifacts. The `cmd-buildextend-secex` symlink is left in place for backwards compatibilty.
1 parent b68a37f commit 85931e4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/cmd-buildextend-metal

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ case "$(basename "$0")" in
2121
image_type=qemu
2222
image_suffix=-secex
2323
;;
24+
"cmd-buildextend-qemu-secex")
25+
secure_execution=1
26+
image_type=qemu
27+
image_suffix=-secex
28+
;;
2429
*) fatal "called as unexpected name $0";;
2530
esac
2631

src/cmd-buildextend-qemu-secex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./cmd-buildextend-metal

0 commit comments

Comments
 (0)