mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 01:29:07 +00:00
pkg/firmware,firmware-all: Update to latest version
Update the the firmware packages to the latest commit of the upstream linux-firmware repository. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
46184e258b
commit
1a6b6b2db9
@ -3,7 +3,7 @@ RUN apk add --no-cache git
|
||||
|
||||
# Make sure you also update the FW_COMMIT in ../firmware/Dockerfile
|
||||
ENV FW_URL=git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
||||
ENV FW_COMMIT=65b1c68c63f974d72610db38dfae49861117cae2
|
||||
ENV FW_COMMIT=d1147327232ec4616a66ab898df84f9700c816c1
|
||||
|
||||
RUN mkdir -p /out/lib && \
|
||||
cd /out/lib && \
|
||||
|
@ -7,7 +7,7 @@ RUN apk add --no-cache git kmod
|
||||
# Clone the firmware repository
|
||||
# Make sure you also update the FW_COMMIT in ../firmware-all/Dockerfile
|
||||
ENV FW_URL=git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
||||
ENV FW_COMMIT=65b1c68c63f974d72610db38dfae49861117cae2
|
||||
ENV FW_COMMIT=d1147327232ec4616a66ab898df84f9700c816c1
|
||||
WORKDIR /
|
||||
RUN git clone ${FW_URL} && \
|
||||
cd /linux-firmware && \
|
||||
|
Loading…
Reference in New Issue
Block a user