mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
pkg/firmware: update to latest
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
0b750af7cd
commit
bd5fb29ba1
@ -3,7 +3,7 @@ RUN apk add --no-cache git
|
|||||||
|
|
||||||
# Make sure you also update the FW_COMMIT in ../firmware/Dockerfile
|
# 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_URL=git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
||||||
ENV FW_COMMIT=dff98c6c57383fe343407bcb7b6e775e0b87274f
|
ENV FW_COMMIT=edf390c23a4e185ff36daded36575f669f5059f7
|
||||||
|
|
||||||
RUN mkdir -p /out/lib && \
|
RUN mkdir -p /out/lib && \
|
||||||
cd /out/lib && \
|
cd /out/lib && \
|
||||||
|
@ -7,7 +7,7 @@ RUN apk add --no-cache git kmod
|
|||||||
# Clone the firmware repository
|
# Clone the firmware repository
|
||||||
# Make sure you also update the FW_COMMIT in ../firmware-all/Dockerfile
|
# 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_URL=git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
||||||
ENV FW_COMMIT=dff98c6c57383fe343407bcb7b6e775e0b87274f
|
ENV FW_COMMIT=edf390c23a4e185ff36daded36575f669f5059f7
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN git clone ${FW_URL} && \
|
RUN git clone ${FW_URL} && \
|
||||||
cd /linux-firmware && \
|
cd /linux-firmware && \
|
||||||
|
Loading…
Reference in New Issue
Block a user