mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00

Use the convert-overrides.py to convert to new syntax and manually fix some additional changes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
14 lines
234 B
BlitzBasic
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
|
|
|
|
}
|