summaryrefslogtreecommitdiffstats
path: root/recipes-core/ovmf/ovmf-shell-image-enrollkeys.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/ovmf/ovmf-shell-image-enrollkeys.bb')
-rw-r--r--recipes-core/ovmf/ovmf-shell-image-enrollkeys.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-core/ovmf/ovmf-shell-image-enrollkeys.bb b/recipes-core/ovmf/ovmf-shell-image-enrollkeys.bb
deleted file mode 100644
index ca3cfc15..00000000
--- a/recipes-core/ovmf/ovmf-shell-image-enrollkeys.bb
+++ /dev/null
@@ -1,13 +0,0 @@
1require recipes-core/ovmf/ovmf-shell-image.bb
2
3WKS_SEARCH_PATH:append = ":${COREBASE}/meta/recipes-core/ovmf"
4
5QB_DRIVE_TYPE = "/dev/vd"
6
7do_image:append() {
8 cat > ${IMAGE_ROOTFS}/startup.nsh << EOF
9EnrollDefaultKeys
10reset
11EOF
12
13}