kernel-hardening-checker: upgrade to 0.6.10.2

Major upstream changes (not a minor release update in terms of features):
- RISCV support
- New "-a" option: autodetect and check the security hardening options of the running kernel
  You can now just run "kernel-hardening-checker -a"
- Require Python 3.9
- Replace setup.py by pyproject.toml
- Many fixes and new features

Signed-off-by: Michael Opdenacker <michael.opdenacker@rootcommit.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Michael Opdenacker 2025-08-17 19:33:22 +00:00 committed by Khem Raj
parent 496b290dc9
commit 5ae3536204
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -13,13 +13,14 @@ LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504"
SRC_URI = "git://github.com/a13xp0p0v/kernel-hardening-checker;protocol=https;branch=master"
SRCREV = "f4dbe258ff3d37489962ea9cf210192ae7ff9280"
SRCREV = "0ebece346f187e7d3589883cc1d194fcd1c3cda8"
PACKAGE_ARCH = "${MACHINE_ARCH}"
RDEPENDS:${PN} = "\
python3-json \
python3-misc \
bash \
"
# /boot/config is required for the analysis
@ -27,7 +28,7 @@ RRECOMMENDS:${PN}:class-target = "\
kernel-dev \
"
inherit setuptools3
inherit python_setuptools_build_meta
# allow to run on build host, if you don't want it in the image
# oe-run-native kernel-hardening-checker-native kernel-hardening-checker ...