Initial commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
SUMMARY = "Secure-boot utilities for ASPEED BMC SoCs"
|
||||
HOMEPAGE = "https://github.com/AspeedTech-BMC/socsec/"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d50b901333b4eedfee074ebcd6a6d611"
|
||||
|
||||
BRANCH ?= "master"
|
||||
SRC_URI = "git://github.com/AspeedTech-BMC/socsec.git;protocol=https;branch=${BRANCH}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit python3native setuptools3
|
||||
|
||||
DEPENDS += "${PYTHON_PN}-bitarray-native"
|
||||
DEPENDS += "${PYTHON_PN}-ecdsa-native"
|
||||
DEPENDS += "${PYTHON_PN}-pycryptodome-native"
|
||||
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-bitarray"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-core"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-jsonschema"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-jstyleson"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-pycryptodome"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-ecdsa"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user