intel_microcode: bump version

This commit is contained in:
Jérôme Duval
2020-11-11 11:33:37 +01:00
parent 49ec4509b7
commit a44c44e355

View File

@@ -0,0 +1,26 @@
SUMMARY="Intel Processor Microcode Update"
DESCRIPTION="CPU microcode is a mechanism to correct certain errata in \
existing systems. The normal preferred method to apply microcode updates is \
using the system BIOS, but for a subset of Intel's processors this can be done\
at runtime using the operating system. This package contains those processors\
that support OS loading of microcode updates."
HOMEPAGE="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/"
COPYRIGHT="2018-2020 Intel Corporation"
LICENSE="Intel CPU Microcode"
REVISION="1"
SOURCE_URI="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-$portVersion.tar.gz"
SOURCE_DIR="Intel-Linux-Processor-Microcode-Data-Files-microcode-$portVersion"
CHECKSUM_SHA256="c9e42ad0032d8cd611c7bc2fb94a16429ac485c7971809737b055550a49f58b8"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="
intel_microcode = $portVersion
"
INSTALL()
{
mkdir -p $dataDir/firmware/intel-ucode
cp intel-ucode{,-with-caveats}/* $dataDir/firmware/intel-ucode/
}