1eb8dc403SDave CobbleySUMMARY = "Linux machine check injector tool" 2eb8dc403SDave CobbleyDESCRIPTION = "mce-inject allows to inject machine check errors on the \ 3eb8dc403SDave Cobbleysoftware level into a running Linux kernel. This is intended for \ 4eb8dc403SDave Cobbleyvalidation of the kernel machine check handler." 5eb8dc403SDave CobbleySECTION = "System Environment/Base" 6eb8dc403SDave Cobbley 7595f6308SAndrew GeisslerSRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-inject.git;branch=master" 8eb8dc403SDave Cobbley 9eb8dc403SDave CobbleySRCREV = "4cbe46321b4a81365ff3aafafe63967264dbfec5" 10eb8dc403SDave Cobbley 111a4b7ee2SBrad BishopUPSTREAM_CHECK_COMMITS = "1" 121a4b7ee2SBrad Bishop 131a4b7ee2SBrad BishopDEPENDS = "bison-native" 141a4b7ee2SBrad Bishop 159aee5003SAndrew GeisslerLICENSE = "GPL-2.0-only" 16eb8dc403SDave CobbleyLIC_FILES_CHKSUM = "file://README;beginline=30;md5=94c18755082a2da9c9cf97cba3ad47d6" 17eb8dc403SDave Cobbley 18eb8dc403SDave CobbleyS = "${WORKDIR}/git" 19eb8dc403SDave Cobbley 20eb8dc403SDave CobbleyCOMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' 21eb8dc403SDave Cobbley 22eb8dc403SDave Cobbleyinherit autotools-brokensep 23eb8dc403SDave Cobbley 24*e760df85SPatrick WilliamsEXTRA_OEMAKE = "destdir=${D} CFLAGS='${CFLAGS}'" 25