mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
30 lines
1.3 KiB
BlitzBasic
30 lines
1.3 KiB
BlitzBasic
SUMMARY = "Update Intel CPU microcode"
|
|
|
|
DESCRIPTION = "iucode_tool is a program to manipulate Intel i686 and X86-64\
|
|
processor microcode update collections, and to use the kernel facilities to\
|
|
update the microcode on Intel system processors. It can load microcode data\
|
|
files in text and binary format, sort, list and filter the microcode updates\
|
|
contained in these files, write selected microcode updates to a new file in\
|
|
binary format, or upload them to the kernel. \
|
|
It operates on microcode data downloaded directly from Intel:\
|
|
http://feeds.downloadcenter.intel.com/rss/?p=2371\
|
|
"
|
|
HOMEPAGE = "https://gitlab.com/iucode-tool/"
|
|
BUGTRACKER = "https://bugs.debian.org/cgi-bin/pkgreport.cgi?ordering=normal;archive=0;src=iucode-tool;repeatmerged=0"
|
|
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
|
file://iucode_tool.c;beginline=1;endline=15;md5=f65c2be08bfd462331cadff25869588e"
|
|
|
|
SRC_URI = "https://gitlab.com/iucode-tool/releases/raw/master/iucode-tool_${PV}.tar.xz"
|
|
SRC_URI[md5sum] = "5bc0e08276bc49efe6a949bb7611763e"
|
|
SRC_URI[sha256sum] = "33271652032f20f866a212bc98ea01a8db65c4ac839fa820aa23da974fd6ff62"
|
|
|
|
S = "${WORKDIR}/iucode_tool-${PV}"
|
|
|
|
inherit autotools
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
|