| Message ID | 06a36993a0fd196b1a281042c46b4f2f4165e1cb.1787777775.git.scott.murray@konsulko.com |
|---|---|
| State | New |
| Headers | show |
| Series | Assorted updates 08/26 | expand |
diff --git a/meta-tpm/recipes-core/images/security-tpm-image.bb b/meta-tpm/recipes-core/images/security-tpm-image.bb index dbdd309..c6d25a2 100644 --- a/meta-tpm/recipes-core/images/security-tpm-image.bb +++ b/meta-tpm/recipes-core/images/security-tpm-image.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "A small image for building a tpm image for testing" +SUMMARY = "A small image for building a tpm image for testing" IMAGE_FEATURES += "ssh-server-openssh" diff --git a/meta-tpm/recipes-core/images/security-tpm2-image.bb b/meta-tpm/recipes-core/images/security-tpm2-image.bb index 941a661..117d34e 100644 --- a/meta-tpm/recipes-core/images/security-tpm2-image.bb +++ b/meta-tpm/recipes-core/images/security-tpm2-image.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "A small image for building a tpm2 image for testing" +SUMMARY = "A small image for building a tpm2 image for testing" IMAGE_FEATURES += "ssh-server-openssh" diff --git a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb index a1d4d44..f92bf01 100644 --- a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb +++ b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Security packagegroup for Poky" +SUMMARY = "Security packagegroup for Poky" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" diff --git a/meta-tpm/recipes-tpm/libtpm/libtpms_0.10.0.bb b/meta-tpm/recipes-tpm/libtpm/libtpms_0.10.0.bb index 7f00216..2b6f670 100644 --- a/meta-tpm/recipes-tpm/libtpm/libtpms_0.10.0.bb +++ b/meta-tpm/recipes-tpm/libtpm/libtpms_0.10.0.bb @@ -1,4 +1,5 @@ SUMMARY = "LIBPM - Software TPM Library" +HOMEPAGE = "https://github.com/stefanberger/libtpms" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9" diff --git a/meta-tpm/recipes-tpm/swtpm/swtpm_0.10.0.bb b/meta-tpm/recipes-tpm/swtpm/swtpm_0.10.0.bb index d5470f4..8472f02 100644 --- a/meta-tpm/recipes-tpm/swtpm/swtpm_0.10.0.bb +++ b/meta-tpm/recipes-tpm/swtpm/swtpm_0.10.0.bb @@ -1,4 +1,5 @@ SUMMARY = "SWTPM - Software TPM Emulator" +HOMEPAGE = "https://github.com/stefanberger/swtpm" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=fe8092c832b71ef20dfe4c6d3decb3a8" SECTION = "apps" diff --git a/meta-tpm/recipes-tpm1/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb b/meta-tpm/recipes-tpm1/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb index b792151..13f0d0d 100644 --- a/meta-tpm/recipes-tpm1/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb +++ b/meta-tpm/recipes-tpm1/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "OpenSSL secure engine based on TPM hardware" +SUMMARY = "OpenSSL secure engine based on TPM hardware" HOMEPAGE = "https://github.com/mgerstner/openssl_tpm_engine" SECTION = "security/tpm" diff --git a/meta-tpm/recipes-tpm1/tpm-tools/tpm-tools_1.3.9.2.bb b/meta-tpm/recipes-tpm1/tpm-tools/tpm-tools_1.3.9.2.bb index 6d911c9..97a7aef 100644 --- a/meta-tpm/recipes-tpm1/tpm-tools/tpm-tools_1.3.9.2.bb +++ b/meta-tpm/recipes-tpm1/tpm-tools/tpm-tools_1.3.9.2.bb @@ -1,4 +1,5 @@ SUMMARY = "The tpm-tools package contains commands to allow the platform administrator the ability to manage and diagnose the platform's TPM." +HOMEPAGE = "https://sourceforge.net/p/trousers/tpm-tools" DESCRIPTION = " \ The tpm-tools package contains commands to allow the platform administrator \ the ability to manage and diagnose the platform's TPM. Additionally, the \
To quiet the missing metadata warnings, switch DESCRIPTION to SUMMARY in the following recipes: - security-tpm-image - security-tpm2-image - packagegroup-security-tpm - openssl-tpm-engine and add HOMEPAGE to these recipes: - libtpms - swtpm - tpm-tools Signed-off-by: Scott Murray <scott.murray@konsulko.com> --- meta-tpm/recipes-core/images/security-tpm-image.bb | 2 +- meta-tpm/recipes-core/images/security-tpm2-image.bb | 2 +- meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb | 2 +- meta-tpm/recipes-tpm/libtpm/libtpms_0.10.0.bb | 1 + meta-tpm/recipes-tpm/swtpm/swtpm_0.10.0.bb | 1 + .../recipes-tpm1/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb | 2 +- meta-tpm/recipes-tpm1/tpm-tools/tpm-tools_1.3.9.2.bb | 1 + 7 files changed, 7 insertions(+), 4 deletions(-)