[meta-intel] [Patch v6 2/4] iucode-tool: a new recipe for loading Intel CPU microcode

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Wed Sep 3 23:24:33 PDT 2014


From: Nitin A Kamble <nitin.a.kamble at intel.com>

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.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-Off-By: Nitin A Kamble <nitin.a.kamble at intel.com>
Reviewed-by: Darren Hart <dvhart at linux.intel.com>
---
 common/recipes-core/microcode/iucode-tool_1.0.2.bb | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 common/recipes-core/microcode/iucode-tool_1.0.2.bb

diff --git a/common/recipes-core/microcode/iucode-tool_1.0.2.bb b/common/recipes-core/microcode/iucode-tool_1.0.2.bb
new file mode 100644
index 0000000..dc63211
--- /dev/null
+++ b/common/recipes-core/microcode/iucode-tool_1.0.2.bb
@@ -0,0 +1,25 @@
+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 = "http://gitorious.org/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=94d9128c5b95d5c249197a3854f40003"
+
+SRC_URI = "git://gitorious.org/iucode-tool/iucode-tool.git"
+SRCREV = "0ba2ebe57681435fdd0d8af2675c84783b5fa2aa"
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+BBCLASSEXTEND = "native"
-- 
1.8.1.4



More information about the meta-intel mailing list