diff options
author | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2017-07-05 08:57:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-07 23:20:39 +0100 |
commit | 59a238f3d75cbdd7a22e12445e440d5c29eaf6ee (patch) | |
tree | 0a0a3b7988ee121f5c31e68f053b04cb93236ba9 /meta/recipes-core | |
parent | b176cd332c061148eddcfec7b177392edfbe7f8c (diff) | |
download | poky-59a238f3d75cbdd7a22e12445e440d5c29eaf6ee.tar.gz |
ovmf: add SUMMARY and fix HOMEPAGE url
(From OE-Core rev: 23155b607c509b799775949774ad7da23c10b373)
Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/ovmf/ovmf_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index 50c01aa3b6..a98826210e 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | DESCRIPTION = "OVMF - UEFI firmware for Qemu and KVM" | 1 | SUMMARY = "OVMF - UEFI firmware for Qemu and KVM" |
2 | HOMEPAGE = "http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=OVMF" | 2 | DESCRIPTION = "OVMF is an EDK II based project to enable UEFI support for \ |
3 | Virtual Machines. OVMF contains sample UEFI firmware for QEMU and KVM" | ||
4 | HOMEPAGE = "https://github.com/tianocore/tianocore.github.io/wiki/OVMF" | ||
3 | LICENSE = "BSD" | 5 | LICENSE = "BSD" |
4 | LICENSE_class-target = "${@bb.utils.contains('PACKAGECONFIG', 'secureboot', 'BSD & OpenSSL', 'BSD', d)}" | 6 | LICENSE_class-target = "${@bb.utils.contains('PACKAGECONFIG', 'secureboot', 'BSD & OpenSSL', 'BSD', d)}" |
5 | LIC_FILES_CHKSUM = "file://OvmfPkg/License.txt;md5=343dc88e82ff33d042074f62050c3496" | 7 | LIC_FILES_CHKSUM = "file://OvmfPkg/License.txt;md5=343dc88e82ff33d042074f62050c3496" |