meta-intel/recipes-core/ovmf/ovmf-shell-image-enrollkeys.bb
Saul Wold d53dbb38c4 meta-intel: Reorganize the layout to remove common
Remove the concept of the common directory and move all the recipes-* dirs
to the top level as a normal layer would be. layer.conf is updated appropriately

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-11-20 15:33:02 -08:00

14 lines
234 B
BlitzBasic

require recipes-core/ovmf/ovmf-shell-image.bb
WKS_SEARCH_PATH_append = ":${COREBASE}/meta/recipes-core/ovmf"
QB_DRIVE_TYPE = "/dev/vd"
do_image_append() {
cat > ${IMAGE_ROOTFS}/startup.nsh << EOF
EnrollDefaultKeys
reset
EOF
}