mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-31 21:14:25 +01:00
Adds a new make target for an sev kernel which can be built and put into payload bundles for the operator. Currently not including this sev kernel target in the cc payload bundle. Unfortunately having to breakflow from using the generic cc_tee_kernel functions in either the kata-deploy-binaries or build-kernel. Largely based on using an upstreamed kernel release, meaning the url is the defaul cdn, and e.g. we use version rather than tag. The upside of this is that we can use the sha sum checking functionality from the generic get_kernel function. CC label in title removed for commit message check. Fixes: #5037 Signed-off-by: Alex Carter <Alex.Carter@ibm.com>