diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2021-02-17 15:56:59 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-02-17 15:56:59 +0800 |
| commit | 15a0d87635c7a1c9db8bc0b8f61c7332a37675d9 (patch) | |
| tree | 441343fff712733df47e34c7e9334ad83e9b824d | |
| parent | 34119f3f411a4b1d83953420feb238bc2d07a368 (diff) | |
| download | meta-intel-15a0d87635c7a1c9db8bc0b8f61c7332a37675d9.tar.gz | |
intel-microcode: fix the license md5sum
The upgrade was pushed without the correct license md5sum. Fix it now.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
| -rw-r--r-- | recipes-core/microcode/intel-microcode_20210216.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/microcode/intel-microcode_20210216.bb b/recipes-core/microcode/intel-microcode_20210216.bb index 006586ec..69c8f08c 100644 --- a/recipes-core/microcode/intel-microcode_20210216.bb +++ b/recipes-core/microcode/intel-microcode_20210216.bb | |||
| @@ -11,7 +11,7 @@ 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 | ||
| 13 | LICENSE = "Intel-Microcode-License" | 13 | LICENSE = "Intel-Microcode-License" |
| 14 | LIC_FILES_CHKSUM = "file://license;md5=6b58767419df274d2409b294ddae17e6" | 14 | LIC_FILES_CHKSUM = "file://license;md5=d8405101ec6e90c1d84b082b0c40c721" |
| 15 | 15 | ||
| 16 | SRC_URI = "git://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files.git;protocol=https;branch=main \ | 16 | SRC_URI = "git://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files.git;protocol=https;branch=main \ |
| 17 | " | 17 | " |
