summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2015-09-01 08:23:45 -0500
committerSaul Wold <sgw@linux.intel.com>2015-09-01 09:24:13 -0700
commit92705cccb52472f119172557e67c1fd1e39e0d01 (patch)
treee6ce7c0e5c3067ba7368d110359769eaf9767ce2 /common
parenta9c38306c91e7cfb0171bc4e3d594bc638d813da (diff)
downloadmeta-intel-92705cccb52472f119172557e67c1fd1e39e0d01.tar.gz
intel-microcode: bump version to 20150121
Bumped version to 20150121. Dropped runtime dependency on iucode-tool which is used to generate the cpio or trim down the data file based on your CPU. While it can also be used to load the microcode that is not the recommended method for Linux 3.9 and newer instead you should use the kernel's built-in early microcode loading facilities. Signed-off-by: Doug Goldstein <cardoe@cardoe.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-core/microcode/intel-microcode_20150121.bb (renamed from common/recipes-core/microcode/intel-microcode_20140624.bb)9
1 files changed, 4 insertions, 5 deletions
diff --git a/common/recipes-core/microcode/intel-microcode_20140624.bb b/common/recipes-core/microcode/intel-microcode_20150121.bb
index b2022500..f51af537 100644
--- a/common/recipes-core/microcode/intel-microcode_20140624.bb
+++ b/common/recipes-core/microcode/intel-microcode_20150121.bb
@@ -11,13 +11,12 @@ 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=3c3b208607a00a3d70aad3af5629f7c7" 14LIC_FILES_CHKSUM = "file://microcode.dat;md5=dfedc580c52db32c762669b7652178b7"
15 15
16SRC_URI = "http://downloadmirror.intel.com/23984/eng/microcode-20140624.tgz" 16SRC_URI = "http://downloadmirror.intel.com/24661/eng/microcode-${PV}.tgz"
17SRC_URI[md5sum] = "eec20032e6bef99dc4282c0ca317e100" 17SRC_URI[md5sum] = "639b7f2af0a822fe006a4fa2ddf8052f"
18SRC_URI[sha256sum] = "b4662ac780438a7b2d87e6d26a7066feb807f37c6e5b6fa147089f4edb02ea37" 18SRC_URI[sha256sum] = "23353b93bb421971496cea5e9f9d390ce0ed22580a8cc45ae7b3b322dcd8f6b3"
19 19
20RDEPENDS_${PN} = "iucode-tool"
21DEPENDS = "iucode-tool-native" 20DEPENDS = "iucode-tool-native"
22S = "${WORKDIR}" 21S = "${WORKDIR}"
23 22