summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuro Bystricky <juro.bystricky@intel.com>2018-01-10 15:28:49 -0800
committerCalifornia Sullivan <california.l.sullivan@intel.com>2018-01-12 11:10:44 -0800
commit7969d8e442bdefd8036a334ca9d9ce133272399b (patch)
treefc43b583b07db3b5419400b442c5b2d73cee3958
parent953e5ce212baddd0a813b5cdcd0537545c46c8a4 (diff)
downloadmeta-intel-7969d8e442bdefd8036a334ca9d9ce133272399b.tar.gz
intel-microcode: update to 20180108
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
-rw-r--r--recipes-core/microcode/intel-microcode_20180108.bb (renamed from recipes-core/microcode/intel-microcode_20171117.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-core/microcode/intel-microcode_20171117.bb b/recipes-core/microcode/intel-microcode_20180108.bb
index 3b5be137..f940a55b 100644
--- a/recipes-core/microcode/intel-microcode_20171117.bb
+++ b/recipes-core/microcode/intel-microcode_20180108.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;endline=33;md5=e5199e4965078af6c7dee6aa7c5d8404" 14LIC_FILES_CHKSUM = "file://microcode.dat;endline=33;md5=57d3c3c310f8debda2b0ca5baba67298"
15 15
16SRC_URI = "https://downloadmirror.intel.com/27337/eng/microcode-${PV}.tgz" 16SRC_URI = "https://downloadmirror.intel.com/27431/eng/microcode-${PV}.tgz"
17SRC_URI[md5sum] = "b294245d1f7f6c20f01edba53185f258" 17SRC_URI[md5sum] = "871df55f0ab010ee384dabfc424f2c12"
18SRC_URI[sha256sum] = "93bd1da9fa58ece0016702e657f708b7e496e56da637a3fe9a6d21f1d6f524dc" 18SRC_URI[sha256sum] = "063f1aa3a546cb49323a5e0b516894e4b040007107b8c8ff017aca8a86204130"
19 19
20DEPENDS = "iucode-tool-native" 20DEPENDS = "iucode-tool-native"
21S = "${WORKDIR}" 21S = "${WORKDIR}"