summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-05-16 08:03:45 -0700
committerSaul Wold <sgw@linux.intel.com>2017-05-16 08:05:07 -0700
commitdd69e3bd9a69ddda01a700ba04e93efce04476d8 (patch)
tree55d0ee3d51527a3d6aabbfcdbcb0964b41375a2d
parent1dbf4628777c5bf4b6fef0d0dc16795cebd3bcbe (diff)
downloadmeta-intel-dd69e3bd9a69ddda01a700ba04e93efce04476d8.tar.gz
intel-microcode: Update to latest 20170511
This update also updated the licence checksum as the date has changed The core content of the license has not changed Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--common/recipes-core/microcode/intel-microcode_20170511.bb (renamed from common/recipes-core/microcode/intel-microcode_20160714.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/recipes-core/microcode/intel-microcode_20160714.bb b/common/recipes-core/microcode/intel-microcode_20170511.bb
index e5047ea3..f432ec04 100644
--- a/common/recipes-core/microcode/intel-microcode_20160714.bb
+++ b/common/recipes-core/microcode/intel-microcode_20170511.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=d8c57b35388b4b9f970f5377fcdfc486" 14LIC_FILES_CHKSUM = "file://microcode.dat;md5=acac12d73d4cef71834b64c28bc29dfb"
15 15
16SRC_URI = "http://downloadmirror.intel.com/26156/eng/microcode-${PV}.tgz" 16SRC_URI = "https://downloadmirror.intel.com/26798/eng/microcode-${PV}.tgz"
17SRC_URI[md5sum] = "84e4c0530dc38fd7b804daf894b1bdf9" 17SRC_URI[md5sum] = "167e6e1ff234567291f067f48e11d740"
18SRC_URI[sha256sum] = "f3a9c6fc93275bf1febc26f7c397ac93ed5f109e47fb52932f6dbd5cfdbc840e" 18SRC_URI[sha256sum] = "2f77fd2d87403b754d01a66c78a36a8b8ffc16dc3c50fb7aa2c4cd4da7f681a3"
19 19
20DEPENDS = "iucode-tool-native" 20DEPENDS = "iucode-tool-native"
21S = "${WORKDIR}" 21S = "${WORKDIR}"