mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-04 14:10:22 +00:00
chipsec: update to 1.8.5
minor recipe cleanup Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
+10
-11
@@ -7,21 +7,17 @@ DESCRIPTION = "CHIPSEC is a framework for analyzing the security \
|
|||||||
LICENSE = "GPL-2.0-only"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bc2d1f9b427be5fb63f6af9da56f7c5d"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=bc2d1f9b427be5fb63f6af9da56f7c5d"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/chipsec/chipsec.git;branch=master;protocol=https \
|
DEPENDS = "virtual/kernel nasm-native"
|
||||||
"
|
|
||||||
|
|
||||||
SRCREV = "b2a61684826dc8b9f622a844a40efea579cd7e7d"
|
SRC_URI = "git://github.com/chipsec/chipsec.git;branch=main;protocol=https"
|
||||||
|
SRCREV = "07a532aac9f6c3d94b8895cf89336b6a2e60c0d9"
|
||||||
COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}' CFLAGS='${CFLAGS}'"
|
|
||||||
|
|
||||||
DEPENDS = "virtual/kernel nasm-native python3-setuptools-native"
|
|
||||||
RDEPENDS:${PN} += "python3 python3-modules"
|
|
||||||
|
|
||||||
inherit module setuptools3
|
inherit module setuptools3
|
||||||
|
|
||||||
|
EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}' CFLAGS='${CFLAGS}'"
|
||||||
|
|
||||||
do_compile:append() {
|
do_compile:append() {
|
||||||
cd ${S}/drivers/linux
|
cd ${S}/drivers/linux
|
||||||
oe_runmake KSRC=${STAGING_KERNEL_BUILDDIR}
|
oe_runmake KSRC=${STAGING_KERNEL_BUILDDIR}
|
||||||
@@ -31,5 +27,8 @@ do_install:append() {
|
|||||||
install -m 0644 ${S}/drivers/linux/chipsec.ko ${D}${PYTHON_SITEPACKAGES_DIR}/chipsec/helper/linux
|
install -m 0644 ${S}/drivers/linux/chipsec.ko ${D}${PYTHON_SITEPACKAGES_DIR}/chipsec/helper/linux
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES:${PN} += "${exec_prefix} \
|
COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
|
||||||
"
|
|
||||||
|
FILES:${PN} += "${exec_prefix}"
|
||||||
|
|
||||||
|
RDEPENDS:${PN} = "python3 python3-modules"
|
||||||
Reference in New Issue
Block a user