intel-ucode: new port
This commit is contained in:
parent
a460604430
commit
c3f48df94b
2
intel-ucode/.footprint
Normal file
2
intel-ucode/.footprint
Normal file
@ -0,0 +1,2 @@
|
||||
drwxr-xr-x root/root boot/
|
||||
-rw-r--r-- root/root boot/early-ucode.cpio
|
1
intel-ucode/.md5sum
Normal file
1
intel-ucode/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
b294245d1f7f6c20f01edba53185f258 microcode-20171117.tgz
|
5
intel-ucode/.signature
Normal file
5
intel-ucode/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF36zKxa7uXI6FDeUm+Ae/x4po0c3xJn5jZ5eBAm9CmUELvIQ3dceq6AUAiJrNcZ910+HqQDGu3xjkppMYit4JnwA=
|
||||
SHA256 (Pkgfile) = 0a91a9702442a4897e1def14c928cb0b49cf0609b0bd7a534f44e5347f1ee40b
|
||||
SHA256 (.footprint) = 45cbe6146ee529f5d7fc3c4dcbb9c56420b2950c372d4196867ff304578bb771
|
||||
SHA256 (microcode-20171117.tgz) = 93bd1da9fa58ece0016702e657f708b7e496e56da637a3fe9a6d21f1d6f524dc
|
15
intel-ucode/Pkgfile
Normal file
15
intel-ucode/Pkgfile
Normal file
@ -0,0 +1,15 @@
|
||||
# Description: Intel CPU microcode update
|
||||
# URL: https://downloadcenter.intel.com/download/24661/Linux-Processor-Microcode-Data-File
|
||||
# Maintainer: Pedja, predivan at mts dot rs
|
||||
# Depends on: iucode-tool
|
||||
|
||||
name=intel-ucode
|
||||
version=20171117
|
||||
release=1
|
||||
source=(https://downloadmirror.intel.com/27337/eng/microcode-$version.tgz)
|
||||
|
||||
build() {
|
||||
install -d -m755 $PKG/boot
|
||||
/usr/sbin/iucode_tool --write-earlyfw=early-ucode.cpio microcode.dat
|
||||
install -m644 early-ucode.cpio $PKG/boot/early-ucode.cpio
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user