Revert "intel-microcode: update to 20180108"

This reverts commit 7969d8e442.

Its recommended that rollout of this microcode update is suspended. See here:
https://newsroom.intel.com/news/root-cause-of-reboot-issue-identified-updated-guidance-for-customers-and-partners/

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
This commit is contained in:
California Sullivan 2018-01-30 14:03:00 -08:00
parent 14ddaa3780
commit a6a5d581ff

View File

@ -11,11 +11,11 @@ DESCRIPTION = "The microcode data file contains the latest microcode\
if the file is placed in the /etc/firmware directory of the Linux system."
LICENSE = "Intel-Microcode-License"
LIC_FILES_CHKSUM = "file://microcode.dat;endline=33;md5=57d3c3c310f8debda2b0ca5baba67298"
LIC_FILES_CHKSUM = "file://microcode.dat;endline=33;md5=e5199e4965078af6c7dee6aa7c5d8404"
SRC_URI = "https://downloadmirror.intel.com/27431/eng/microcode-${PV}.tgz"
SRC_URI[md5sum] = "871df55f0ab010ee384dabfc424f2c12"
SRC_URI[sha256sum] = "063f1aa3a546cb49323a5e0b516894e4b040007107b8c8ff017aca8a86204130"
SRC_URI = "https://downloadmirror.intel.com/27337/eng/microcode-${PV}.tgz"
SRC_URI[md5sum] = "b294245d1f7f6c20f01edba53185f258"
SRC_URI[sha256sum] = "93bd1da9fa58ece0016702e657f708b7e496e56da637a3fe9a6d21f1d6f524dc"
DEPENDS = "iucode-tool-native"
S = "${WORKDIR}"