Skip to content

Commit

Permalink
intel-microcode: fix the license md5sum
Browse files Browse the repository at this point in the history
The upgrade was pushed without the correct license md5sum. Fix it now.

Signed-off-by: Anuj Mittal <[email protected]>
Signed-off-by: Naveen Saini <[email protected]>
Signed-off-by: Anuj Mittal <[email protected]>
  • Loading branch information
anujm1 committed Feb 19, 2021
1 parent df4745c commit 8e72e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-core/microcode/intel-microcode_20210216.bb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DESCRIPTION = "The microcode data file contains the latest microcode\
if the file is placed in the /etc/firmware directory of the Linux system."

LICENSE = "Intel-Microcode-License"
LIC_FILES_CHKSUM = "file://license;md5=6b58767419df274d2409b294ddae17e6"
LIC_FILES_CHKSUM = "file://license;md5=d8405101ec6e90c1d84b082b0c40c721"

SRC_URI = "git://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files.git;protocol=https;branch=main \
"
Expand Down

0 comments on commit 8e72e71

Please sign in to comment.