mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-05-31 22:29:44 +00:00
meta-tpm2: code style fixup
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
@@ -1 +1 @@
|
|||||||
include packagegroup-tpm2.inc
|
require packagegroup-tpm2.inc
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
include packagegroup-tpm2.inc
|
require packagegroup-tpm2.inc
|
||||||
|
|
||||||
RDEPENDS_${PN} += "\
|
RDEPENDS_${PN} += "\
|
||||||
tpm2-abrmd \
|
tpm2-abrmd \
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
DESCRIPTION = "Packagegroup for TPM2 TCG TSS userspace and utilities."
|
DESCRIPTION = "Packagegroup for TPM2 TCG TSS userspace and utilities."
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
PR = "r0"
|
LIC_FILES_CHKSUM = "\
|
||||||
|
file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
|
||||||
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \
|
||||||
|
"
|
||||||
|
|
||||||
inherit packagegroup
|
inherit packagegroup
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
include linux-yocto-tpm2.inc
|
require linux-yocto-tpm2.inc
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:"
|
||||||
|
|
||||||
SRC_URI += " \
|
SRC_URI += "\
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'tpm2', \
|
${@bb.utils.contains('DISTRO_FEATURES', 'tpm2', \
|
||||||
'file://tpm2.scc file://tpm2.cfg', '', d)} \
|
'file://tpm2.scc file://tpm2.cfg', '', d)} \
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
include linux-yocto-tpm2.inc
|
require linux-yocto-tpm2.inc
|
||||||
|
|||||||
Reference in New Issue
Block a user