meta-openembedded/meta-oe/recipes-kernel/blktests/blktests.bb
Alexander Kanavin fc78d37ff0
meta-openembedded/all: adapt to UNPACKDIR changes
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.

I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-06-25 06:44:52 -07:00

19 lines
651 B
BlitzBasic

SUMMARY = "Linux kernel block layer testing framework"
DESCRIPTION = "blktests is a test framework for the Linux kernel block layer and storage stack. It is inspired by the xfstests filesystem testing framework."
DEPENDS = "gnutls keyutils glib-2.0 libnl"
RDEPENDS:${PN} += " bash coreutils gawk util-linux fio"
LICENSE = "GPL-3.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0;md5=d32239bcb673463ab874e80d47fae504"
SRCREV = "9aa2023312bfcdd6b31c24b6e4a4a5c2d4f870d2"
SRC_URI = " \
git://github.com/osandov/blktests.git;nobranch=1;protocol=https \
"
inherit autotools-brokensep
do_configure[noexec] = "1"
FILES:${PN} = "/usr/blktests/*"