mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-02 13:30:33 +00:00
tpm2-tcti-uefi: add new package
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
Upstream-Status: OE specific
|
||||
Signed-off-by: Armin Kuster <akuster808@gmail.com>
|
||||
|
||||
Index: git/configure.ac
|
||||
===================================================================
|
||||
--- git.orig/configure.ac
|
||||
+++ git/configure.ac
|
||||
@@ -84,9 +84,6 @@ AC_ARG_WITH([efi-lds],
|
||||
AS_HELP_STRING([--with-efi-lds=LDS_PATH],[Path to gnu-efi lds file.]),
|
||||
[],
|
||||
[with_efi_lds="/usr/lib/elf_${ARCH}_efi.lds"])
|
||||
-AC_CHECK_FILE(["${with_efi_lds}"],
|
||||
- [],
|
||||
- [AC_MSG_ERROR([Missing file: ${with_efi_lds}.])])
|
||||
EXTRA_LDFLAGS="-L /usr/lib -L /usr/lib64 -Wl,--script=${with_efi_lds}"
|
||||
|
||||
# path to object file from gnu-efi
|
||||
@@ -94,9 +91,6 @@ AC_ARG_WITH([efi-crt0],
|
||||
AS_HELP_STRING([--with-efi-crt0=OBJ_PATH],[Path to gnu-efi crt0 object file.]),
|
||||
[],
|
||||
[with_efi_crt0="/usr/lib/crt0-efi-${ARCH}.o"])
|
||||
-AC_CHECK_FILE(["${with_efi_crt0}"],
|
||||
- [],
|
||||
- [AC_MSG_ERROR([Missing ${with_efi_crt0} file.])])
|
||||
EXTRA_LDLIBS="${with_efi_crt0}"
|
||||
|
||||
# check for efi and gnuefi libraries
|
||||
@@ -0,0 +1,18 @@
|
||||
SUMMARY = "TCTI module for use with TSS2 libraries in UEFI environment"
|
||||
SECTION = "security/tpm"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da"
|
||||
DEPENDS = "libtss2-dev gnu-efi-native gnu-efi pkgconfig"
|
||||
|
||||
SRC_URI = "git://github.com/tpm2-software/tpm2-tcti-uefi.git \
|
||||
file://configure_oe_fixup.patch \
|
||||
"
|
||||
SRCREV = "131889d12d2c7d8974711d2ebd1032cd32577b7f"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
|
||||
EXTRA_OECONF_append = " --with-efi-includedir=${STAGING_INCDIR}/efi --with-efi-lds=${STAGING_LIBDIR_NATIVE}/"
|
||||
RDEPENDS_${PN} = "gnu-efi"
|
||||
Reference in New Issue
Block a user