blob: 6034b2982013a300570047419bd20d0ab5a425bd [file] [log] [blame]
Andrew Jeffery900695b2021-01-13 13:03:50 +10301SUMMARY = "Secure-boot utilities for ASPEED BMC SoCs"
2HOMEPAGE = "https://github.com/AspeedTech-BMC/socsec/"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=d50b901333b4eedfee074ebcd6a6d611"
6
Andrew Jefferyca633cc2021-08-04 13:35:31 +09307SRC_URI = "git://github.com/AspeedTech-BMC/socsec/;protocol=https;branch=master"
Andrew Jeffery900695b2021-01-13 13:03:50 +10308
Andrew Jefferyca633cc2021-08-04 13:35:31 +09309PV = "0.2.1+git${SRCPV}"
10SRCREV = "51bd4504bffb5044264cfe4c63b8fe8d48a114a9"
Andrew Jeffery900695b2021-01-13 13:03:50 +103011
12S = "${WORKDIR}/git"
13
14inherit python3native setuptools3
15
Patrick Williamsb9799be2021-08-06 09:13:33 -050016RDEPENDS:${PN} += "python3-bitarray"
17RDEPENDS:${PN} += "python3-core"
Andrew Jefferyca633cc2021-08-04 13:35:31 +093018RDEPENDS:${PN} += "python3-ecdsa"
Patrick Williamsb9799be2021-08-06 09:13:33 -050019RDEPENDS:${PN} += "python3-jsonschema"
20RDEPENDS:${PN} += "python3-jstyleson"
21RDEPENDS:${PN} += "python3-pycryptodome"
Andrew Jeffery900695b2021-01-13 13:03:50 +103022
23BBCLASSEXTEND = "native nativesdk"