mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
79b5f135a8
Nicholas Nooney (1):
Update error messages in htool_exec_hostcmd (#43)
Royce (1):
Add ability to process raw host commands (#41)
Yoan Andreev (1):
Payload getstatus (#40)
daimeng (1):
htool: Allow console snapshot on proxy channels (#42)
Signed-off-by: Yushi Sun <yushis@google.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
18 lines
487 B
BlitzBasic
18 lines
487 B
BlitzBasic
SUMMARY = "Google Hoth USB library"
|
|
DESCRIPTION = "Libraries and example programs for interacting with a \
|
|
hoth-class root of trust."
|
|
HOMEPAGE = "https://github.com/google/libhoth"
|
|
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main"
|
|
SRCREV = "e4827163741e0804f12ac96c81b8e97649be6795"
|
|
|
|
DEPENDS += "libusb1"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit pkgconfig meson
|
|
|