mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-27 14:28:45 +00:00
cryptfs-tpm2: code style fixup
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
SUMMARY = "A tool used to create, persist, evict a passphrase \
|
SUMMARY = "A tool used to create, persist, evict a passphrase \
|
||||||
for full-disk-encryption with TPM 2.0"
|
for full-disk-encryption with TPM 2.0"
|
||||||
DESCRIPTION = " \
|
DESCRIPTION = "\
|
||||||
This project provides with an implementation for \
|
This project provides with an implementation for \
|
||||||
creating, persisting and evicting a passphrase with TPM 2.0. \
|
creating, persisting and evicting a passphrase with TPM 2.0. \
|
||||||
The passphrase and its associated primary key are automatically \
|
The passphrase and its associated primary key are automatically \
|
||||||
@@ -12,24 +12,18 @@ SECTION = "devel"
|
|||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=89c8ce1346a3dfe75379e84f3ba9d641"
|
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=89c8ce1346a3dfe75379e84f3ba9d641"
|
||||||
|
|
||||||
SRC_URI = " \
|
DEPENDS += "tpm2.0-tss tpm2-abrmd pkgconfig-native"
|
||||||
|
|
||||||
|
PV = "0.6.0+git${SRCPV}"
|
||||||
|
|
||||||
|
SRC_URI = "\
|
||||||
git://github.com/WindRiver-OpenSourceLabs/cryptfs-tpm2.git \
|
git://github.com/WindRiver-OpenSourceLabs/cryptfs-tpm2.git \
|
||||||
"
|
"
|
||||||
SRCREV = "5ee0580eb94dc9cb6629b6b5e6de0a3a2eef2b64"
|
SRCREV = "5ee0580eb94dc9cb6629b6b5e6de0a3a2eef2b64"
|
||||||
PV = "0.6.0+git${SRCPV}"
|
|
||||||
|
|
||||||
DEPENDS += "tpm2.0-tss tpm2-abrmd pkgconfig-native"
|
|
||||||
RDEPENDS_${PN} += "libtss2 libtctidevice libtctisocket"
|
|
||||||
|
|
||||||
PACKAGES =+ " \
|
|
||||||
${PN}-initramfs \
|
|
||||||
"
|
|
||||||
|
|
||||||
PARALLEL_MAKE = ""
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
EXTRA_OEMAKE = " \
|
EXTRA_OEMAKE = "\
|
||||||
sbindir="${sbindir}" \
|
sbindir="${sbindir}" \
|
||||||
libdir="${libdir}" \
|
libdir="${libdir}" \
|
||||||
includedir="${includedir}" \
|
includedir="${includedir}" \
|
||||||
@@ -42,6 +36,8 @@ EXTRA_OEMAKE = " \
|
|||||||
EXTRA_LDFLAGS="${LDFLAGS}" \
|
EXTRA_LDFLAGS="${LDFLAGS}" \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
PARALLEL_MAKE = ""
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
oe_runmake install DESTDIR="${D}"
|
oe_runmake install DESTDIR="${D}"
|
||||||
|
|
||||||
@@ -50,6 +46,12 @@ do_install() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PACKAGES =+ "\
|
||||||
|
${PN}-initramfs \
|
||||||
|
"
|
||||||
|
|
||||||
FILES_${PN}-initramfs = "\
|
FILES_${PN}-initramfs = "\
|
||||||
/init.cryptfs \
|
/init.cryptfs \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "libtss2 libtctidevice libtctisocket"
|
||||||
|
|||||||
Reference in New Issue
Block a user