summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-11-21 15:52:34 -0800
committerSaul Wold <sgw@linux.intel.com>2017-11-21 15:52:34 -0800
commita1ce6f4bfbc4710b81125ee861b9d5152793cdb1 (patch)
tree1389080f5fcad6fa87a3b212bad55f804f203c44
parentd53dbb38c43da3fd04fed9a55e7b3b9e2c512b9a (diff)
downloadmeta-intel-a1ce6f4bfbc4710b81125ee861b9d5152793cdb1.tar.gz
intel-microcode: Update to 20171117
This update contains ... No Actual license change, just date. Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--recipes-core/microcode/intel-microcode_20171117.bb (renamed from recipes-core/microcode/intel-microcode_20170707.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-core/microcode/intel-microcode_20170707.bb b/recipes-core/microcode/intel-microcode_20171117.bb
index 2244088b..3b5be137 100644
--- a/recipes-core/microcode/intel-microcode_20170707.bb
+++ b/recipes-core/microcode/intel-microcode_20171117.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=e5b1dc41901d2de706d4bccee94bbadc" 14LIC_FILES_CHKSUM = "file://microcode.dat;endline=33;md5=e5199e4965078af6c7dee6aa7c5d8404"
15 15
16SRC_URI = "https://downloadmirror.intel.com/26925/eng/microcode-${PV}.tgz" 16SRC_URI = "https://downloadmirror.intel.com/27337/eng/microcode-${PV}.tgz"
17SRC_URI[md5sum] = "fe4bcb12e4600629a81fb65208c34248" 17SRC_URI[md5sum] = "b294245d1f7f6c20f01edba53185f258"
18SRC_URI[sha256sum] = "4fd44769bf52a7ac11e90651a307aa6e56ca6e1a814e50d750ba8207973bee93" 18SRC_URI[sha256sum] = "93bd1da9fa58ece0016702e657f708b7e496e56da637a3fe9a6d21f1d6f524dc"
19 19
20DEPENDS = "iucode-tool-native" 20DEPENDS = "iucode-tool-native"
21S = "${WORKDIR}" 21S = "${WORKDIR}"