summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-07-09 09:13:22 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2018-07-12 13:10:44 +0800
commit3f613bf31f72d17013b6667e20e6c155e956383a (patch)
tree0343f476d8aada72e3ab9d07699373a05c0f0344
parent718bb384942675437c081f6795da7f421da1fee6 (diff)
downloadmeta-intel-3f613bf31f72d17013b6667e20e6c155e956383a.tar.gz
intel-microcode: upgrade 20180425 -> 20180703
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit f9d5395c5ad2f9fd44962d4d79d13c6f183e679b) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--common/recipes-core/microcode/intel-microcode_20180703.bb (renamed from common/recipes-core/microcode/intel-microcode_20180425.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/recipes-core/microcode/intel-microcode_20180425.bb b/common/recipes-core/microcode/intel-microcode_20180703.bb
index e864746d..28449e3f 100644
--- a/common/recipes-core/microcode/intel-microcode_20180425.bb
+++ b/common/recipes-core/microcode/intel-microcode_20180703.bb
@@ -13,12 +13,12 @@ DESCRIPTION = "The microcode data file contains the latest microcode\
13LICENSE = "Intel-Microcode-License" 13LICENSE = "Intel-Microcode-License"
14LIC_FILES_CHKSUM = "file://Intel-Microcode-License;md5=9052c0dbf7250dc0bef70bd8212b0573" 14LIC_FILES_CHKSUM = "file://Intel-Microcode-License;md5=9052c0dbf7250dc0bef70bd8212b0573"
15 15
16SRC_URI = "https://downloadmirror.intel.com/27776/eng/microcode-${PV}.tgz \ 16SRC_URI = "https://downloadmirror.intel.com/27945/eng/microcode-${PV}.tgz \
17 file://Intel-Microcode-License \ 17 file://Intel-Microcode-License \
18 " 18 "
19 19
20SRC_URI[md5sum] = "99c80f9229554953a868127cda44e7e3" 20SRC_URI[md5sum] = "873f2bdd7c0edf317f416f54fee74b42"
21SRC_URI[sha256sum] = "f0d2492f4561e2559f6c9471b231cb8262d45762c0e7cccf787be5c189b4e2d6" 21SRC_URI[sha256sum] = "4a1a346fdf48e1626d4c9d0d47bbbc6a4052f56e359c85a3dd2d10fd555e5938"
22DEPENDS = "iucode-tool-native" 22DEPENDS = "iucode-tool-native"
23S = "${WORKDIR}" 23S = "${WORKDIR}"
24 24