mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
kernel: Update Intel ucode to 20190918
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
805271f12c
commit
c7cf340fd2
@ -71,7 +71,7 @@ WORKDIR /tmp
|
||||
# Download Intel ucode, create a CPIO archive for it, and keep it in the build context
|
||||
# so the firmware can also be referenced with CONFIG_EXTRA_FIRMWARE
|
||||
ENV UCODE_REPO=https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
|
||||
ENV UCODE_COMMIT=1dd14da6d1ea5cfbd95923653f31c04aac3aa655
|
||||
ENV UCODE_COMMIT=5ada2f32ed7d216e38823f1320358e4679941990
|
||||
RUN set -e && \
|
||||
if [ $(uname -m) == x86_64 ]; then \
|
||||
git clone ${UCODE_REPO} ucode && \
|
||||
|
Loading…
Reference in New Issue
Block a user