Andrew Jeffery | 900695b | 2021-01-13 13:03:50 +1030 | [diff] [blame] | 1 | SUMMARY = "Secure-boot utilities for ASPEED BMC SoCs" |
| 2 | HOMEPAGE = "https://github.com/AspeedTech-BMC/socsec/" |
| 3 | |
| 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d50b901333b4eedfee074ebcd6a6d611" |
| 6 | |
| 7 | SRC_URI = "git://github.com/AspeedTech-BMC/socsec/;protocol=https;branch=develop" |
| 8 | |
| 9 | PV = "1.7+git${SRCPV}" |
| 10 | SRCREV = "54cdd3b26262e66d2020a04cba55bc8b02090f1a" |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | inherit python3native setuptools3 |
| 15 | |
Patrick Williams | b9799be | 2021-08-06 09:13:33 -0500 | [diff] [blame] | 16 | RDEPENDS:${PN} += "python3-bitarray" |
| 17 | RDEPENDS:${PN} += "python3-core" |
| 18 | RDEPENDS:${PN} += "python3-hexdump" |
| 19 | RDEPENDS:${PN} += "python3-jsonschema" |
| 20 | RDEPENDS:${PN} += "python3-jstyleson" |
| 21 | RDEPENDS:${PN} += "python3-pycryptodome" |
Andrew Jeffery | 900695b | 2021-01-13 13:03:50 +1030 | [diff] [blame] | 22 | |
| 23 | BBCLASSEXTEND = "native nativesdk" |