static_build: sev ovmf

- Update sev omvf to use main code base

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2023-05-25 19:36:25 +01:00
parent 66ca2f1bc4
commit 0032b8bfbf

View File

@ -25,9 +25,6 @@ package_output_dir="${package_output_dir:-}"
if [ -z "$ovmf_repo" ]; then if [ -z "$ovmf_repo" ]; then
case "${ovmf_build}" in case "${ovmf_build}" in
"sev")
ovmf_repo=$(get_from_kata_deps "externals.ovmf.sev.url" "${kata_version}")
;;
"tdx") "tdx")
ovmf_repo=$(get_from_kata_deps "externals.ovmf.tdx.url" "${kata_version}") ovmf_repo=$(get_from_kata_deps "externals.ovmf.tdx.url" "${kata_version}")
;; ;;