mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
intel_microcode: CPU microcode bump (#9995)
* intel_microcode: CPU microcode: bump * Delete intel_microcode-20230808.recipe
This commit is contained in:
26
sys-firmware/intel-microcode/intel_microcode-20231114.recipe
Normal file
26
sys-firmware/intel-microcode/intel_microcode-20231114.recipe
Normal 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-2023 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="cee26f311f7e2c039dd48cd30f995183bde9b98fb4c3039800e2ddaf5c090e55"
|
||||
|
||||
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/
|
||||
}
|
||||
Reference in New Issue
Block a user