mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-01 15:10:56 +00:00
microcode_intel: archive moved to GitHub finally
As version 20180807a is not provided on GitHub, I updated the port to the most recent release 20210608. Issue #2762
This commit is contained in:
parent
c3e8c22a6d
commit
b59e2ba677
@ -1 +1 @@
|
|||||||
027883136a0c0f9b3b48415714b9a1beca44f28e
|
f109867c4df940fe3d7cc7896e43fceadd745618
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
#
|
#
|
||||||
# https://downloadcenter.intel.com/download/28087/Linux-Processor-Microcode-Data-File
|
# https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases
|
||||||
#
|
#
|
||||||
LICENSE := Intel
|
LICENSE := Intel
|
||||||
VERSION := 20180807a
|
VERSION := 20210608
|
||||||
DOWNLOADS := intel.archive
|
DOWNLOADS := intel.archive
|
||||||
|
|
||||||
URL(intel) := https://downloadmirror.intel.com/28087/eng/microcode-$(VERSION).tgz
|
URL(intel) := https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-$(VERSION).tar.gz
|
||||||
SHA(intel) := 46ab18699ec42eb6cc01ee1846ec4d7ca979766dee2156f92d69e2f6df548137
|
SHA(intel) := fd85b6b769efd029dec6a2c07106fd18fb4dcb548b7bc4cde09295a8344ef6d7
|
||||||
DIR(intel) := src/app/intel
|
DIR(intel) := src/app/intel
|
||||||
|
|
||||||
TAR_OPT(intel) := --strip-components=0
|
TAR_OPT(intel) := --strip-components=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user