summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChristopher Clark <christopher.clark6@baesystems.com>2016-07-21 10:05:23 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2016-07-22 09:18:05 -0500
commit1dffa00b4614ec8a5a8e538c01b260c633cde6be (patch)
tree65368ae4c850e77f3053797f381e00d353abb65d /common
parentc6adc3ef0712ae4260ac7f5f7ee4c8c34e137ce0 (diff)
downloadmeta-intel-1dffa00b4614ec8a5a8e538c01b260c633cde6be.tar.gz
intel-microcode: Update to the 20160714 version
Dates changed in Licence file required CHKSUM update From the OpenXT Project ( http://openxt.org ) refs: OXT-668 Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-core/microcode/intel-microcode_20160714.bb (renamed from common/recipes-core/microcode/intel-microcode_20151106.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/recipes-core/microcode/intel-microcode_20151106.bb b/common/recipes-core/microcode/intel-microcode_20160714.bb
index f168b7d7..e5047ea3 100644
--- a/common/recipes-core/microcode/intel-microcode_20151106.bb
+++ b/common/recipes-core/microcode/intel-microcode_20160714.bb
@@ -11,11 +11,11 @@ DESCRIPTION = "The microcode data file contains the latest microcode\
11 if the file is placed in the /etc/firmware directory of the Linux system." 11 if the file is placed in the /etc/firmware directory of the Linux system."
12 12
13LICENSE = "Intel-Microcode-License" 13LICENSE = "Intel-Microcode-License"
14LIC_FILES_CHKSUM = "file://microcode.dat;md5=0c9b76c8fa021400a15b3fd71a71977b" 14LIC_FILES_CHKSUM = "file://microcode.dat;md5=d8c57b35388b4b9f970f5377fcdfc486"
15 15
16SRC_URI = "http://downloadmirror.intel.com/25512/eng/microcode-${PV}.tgz" 16SRC_URI = "http://downloadmirror.intel.com/26156/eng/microcode-${PV}.tgz"
17SRC_URI[md5sum] = "288dc721fb39d71457ef2f5a49161f57" 17SRC_URI[md5sum] = "84e4c0530dc38fd7b804daf894b1bdf9"
18SRC_URI[sha256sum] = "096e39489eef67666be652e81fa372a06b74f39ea3d565dc0287242c668717e7" 18SRC_URI[sha256sum] = "f3a9c6fc93275bf1febc26f7c397ac93ed5f109e47fb52932f6dbd5cfdbc840e"
19 19
20DEPENDS = "iucode-tool-native" 20DEPENDS = "iucode-tool-native"
21S = "${WORKDIR}" 21S = "${WORKDIR}"