mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
fc78d37ff0
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>
26 lines
715 B
BlitzBasic
26 lines
715 B
BlitzBasic
SUMMARY = "Linux machine check injector tool"
|
|
DESCRIPTION = "mce-inject allows to inject machine check errors on the \
|
|
software level into a running Linux kernel. This is intended for \
|
|
validation of the kernel machine check handler."
|
|
SECTION = "System Environment/Base"
|
|
|
|
SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-inject.git;branch=master"
|
|
|
|
SRCREV = "ca81c1dbed5c7e30fe79d44953ccfeaab98d2b4f"
|
|
|
|
UPSTREAM_CHECK_COMMITS = "1"
|
|
|
|
DEPENDS = "bison-native"
|
|
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://README;beginline=30;md5=94c18755082a2da9c9cf97cba3ad47d6"
|
|
|
|
|
|
COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux'
|
|
|
|
EXTRA_OEMAKE = "CFLAGS='${CFLAGS}'"
|
|
|
|
do_install() {
|
|
oe_runmake 'destdir=${D}' install
|
|
}
|