summaryrefslogtreecommitdiffstats
path: root/recipes-core/microcode/iucode-tool_2.3.1.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-06-28 14:40:44 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2018-06-28 14:44:15 +0800
commite5147051f22787a9d35086ccd9e9c5e7cf8867e9 (patch)
treee397dc6412462405e7aef31d3e317a72d7f1ae11 /recipes-core/microcode/iucode-tool_2.3.1.bb
parenta998af62d9ad9a559f821babc5adfa0bf8072388 (diff)
downloadmeta-intel-e5147051f22787a9d35086ccd9e9c5e7cf8867e9.tar.gz
iucode-tool: upgrade 2.1.2 -> 2.3.1
License-Update: Change in copyright year. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-core/microcode/iucode-tool_2.3.1.bb')
-rw-r--r--recipes-core/microcode/iucode-tool_2.3.1.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/recipes-core/microcode/iucode-tool_2.3.1.bb b/recipes-core/microcode/iucode-tool_2.3.1.bb
new file mode 100644
index 00000000..df74a8e9
--- /dev/null
+++ b/recipes-core/microcode/iucode-tool_2.3.1.bb
@@ -0,0 +1,33 @@
1SUMMARY = "Update Intel CPU microcode"
2
3DESCRIPTION = "iucode_tool is a program to manipulate Intel i686 and X86-64\
4 processor microcode update collections, and to use the kernel facilities to\
5 update the microcode on Intel system processors. It can load microcode data\
6 files in text and binary format, sort, list and filter the microcode updates\
7 contained in these files, write selected microcode updates to a new file in\
8 binary format, or upload them to the kernel. \
9 It operates on microcode data downloaded directly from Intel:\
10 http://feeds.downloadcenter.intel.com/rss/?p=2371\
11"
12HOMEPAGE = "https://gitlab.com/iucode-tool/"
13BUGTRACKER = "https://bugs.debian.org/cgi-bin/pkgreport.cgi?ordering=normal;archive=0;src=iucode-tool;repeatmerged=0"
14
15LICENSE = "GPLv2+"
16LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
17 file://iucode_tool.c;beginline=1;endline=15;md5=71eeab3190360ff0267101b570874756"
18
19DEPENDS_append_libc-musl = " argp-standalone"
20
21SRC_URI = "https://gitlab.com/iucode-tool/releases/raw/master/iucode-tool_${PV}.tar.xz"
22SRC_URI_append_libc-musl = " file://0001-Makefile.am-Add-arg-parse-library-for-MUSL-support.patch"
23
24SRC_URI[md5sum] = "63b33cc0ea1f8c73b443412abbf39d6f"
25SRC_URI[sha256sum] = "12b88efa4d0d95af08db05a50b3dcb217c0eb2bfc67b483779e33d498ddb2f95"
26
27inherit autotools
28
29BBCLASSEXTEND = "native"
30
31COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
32
33UPSTREAM_CHECK_URI = "https://gitlab.com/iucode-tool/releases"