summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2015-12-16 10:33:49 -0800
committerSaul Wold <sgw@linux.intel.com>2016-01-04 07:24:09 -0800
commit90c152050cf76c780668b861277c40ce1fe5f41f (patch)
tree6a66f7abdd97d4f5ef909ffd9e199e9818c9fcd1 /common
parent18db516ccaed2969a97820151ed10f36fb0910fb (diff)
downloadmeta-intel-90c152050cf76c780668b861277c40ce1fe5f41f.tar.gz
intel-microcode: Update to the 20151106 version
Dates changed in Licence file required CHKSUM update Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-core/microcode/intel-microcode_20151106.bb (renamed from common/recipes-core/microcode/intel-microcode_20150121.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/recipes-core/microcode/intel-microcode_20150121.bb b/common/recipes-core/microcode/intel-microcode_20151106.bb
index f51af537..f168b7d7 100644
--- a/common/recipes-core/microcode/intel-microcode_20150121.bb
+++ b/common/recipes-core/microcode/intel-microcode_20151106.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=dfedc580c52db32c762669b7652178b7" 14LIC_FILES_CHKSUM = "file://microcode.dat;md5=0c9b76c8fa021400a15b3fd71a71977b"
15 15
16SRC_URI = "http://downloadmirror.intel.com/24661/eng/microcode-${PV}.tgz" 16SRC_URI = "http://downloadmirror.intel.com/25512/eng/microcode-${PV}.tgz"
17SRC_URI[md5sum] = "639b7f2af0a822fe006a4fa2ddf8052f" 17SRC_URI[md5sum] = "288dc721fb39d71457ef2f5a49161f57"
18SRC_URI[sha256sum] = "23353b93bb421971496cea5e9f9d390ce0ed22580a8cc45ae7b3b322dcd8f6b3" 18SRC_URI[sha256sum] = "096e39489eef67666be652e81fa372a06b74f39ea3d565dc0287242c668717e7"
19 19
20DEPENDS = "iucode-tool-native" 20DEPENDS = "iucode-tool-native"
21S = "${WORKDIR}" 21S = "${WORKDIR}"