From 4e69701332f4cee583752ed3ff3e4d44b129931d Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 22 Jun 2019 20:59:32 +0200 Subject: [PATCH] intel-microcode: update to 20190618 Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/134/filelists/i586/intel-microcode | 1 + .../rootfiles/core/134/filelists/x86_64/intel-microcode | 1 + lfs/intel-microcode | 9 ++++----- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 120000 config/rootfiles/core/134/filelists/i586/intel-microcode create mode 120000 config/rootfiles/core/134/filelists/x86_64/intel-microcode diff --git a/config/rootfiles/core/134/filelists/i586/intel-microcode b/config/rootfiles/core/134/filelists/i586/intel-microcode new file mode 120000 index 0000000000..1c5bc57431 --- /dev/null +++ b/config/rootfiles/core/134/filelists/i586/intel-microcode @@ -0,0 +1 @@ +../x86_64/intel-microcode \ No newline at end of file diff --git a/config/rootfiles/core/134/filelists/x86_64/intel-microcode b/config/rootfiles/core/134/filelists/x86_64/intel-microcode new file mode 120000 index 0000000000..d5ac074e2e --- /dev/null +++ b/config/rootfiles/core/134/filelists/x86_64/intel-microcode @@ -0,0 +1 @@ +../../../../common/x86_64/intel-microcode \ No newline at end of file diff --git a/lfs/intel-microcode b/lfs/intel-microcode index f2223148ff..e01ea99345 100644 --- a/lfs/intel-microcode +++ b/lfs/intel-microcode @@ -24,10 +24,10 @@ include Config -VER = 20190514 +VER = 20190618 THISAPP = Intel-Linux-Processor-Microcode-Data-Files-microcode-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -41,8 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ad5fe712f54387c0737caef8131b4770 - +$(DL_FILE)_MD5 = 18af9bd8b6c7164f0cd917080a387244 install : $(TARGET) @@ -74,7 +73,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && mkdir -p $(DIR_APP) && tar zxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && mkdir -p $(DIR_APP) && tar axf $(DIR_DL)/$(DL_FILE) # Copy the firmware files into the right position cd $(DIR_APP) && cp -R intel-ucode /lib/firmware/ @rm -rf $(DIR_APP) -- 2.39.5