Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
689 B

name=intel-ucode
version=20160714
dlextract "https://downloadmirror.intel.com/26156/eng/microcode-$version.tgz" \
'84e4c0530dc38fd7b804daf894b1bdf9'
dlfile 'https://git.archlinux.org/svntogit/packages.git/plain/trunk/intel-microcode2ucode.c?h=packages/intel-ucode' \
'580276790cfc62dfd82b76085bd1e743'
header_end
cc $CFLAGS -o intel-microcode2ucode intel-microcode2ucode.c
./intel-microcode2ucode ./microcode.dat
install -Dm644 microcode.bin kernel/x86/microcode/GenuineIntel.bin
echo kernel/x86/microcode/GenuineIntel.bin | cpio -o -H newc -R 0:0 > intel-ucode.img
install -Dm644 -t "$dir_install/boot/" intel-ucode.img
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: