mirror of
https://github.com/rancher/os-kernel.git
synced 2025-04-27 10:20:49 +00:00
Bump up firmware to 20190514
This commit is contained in:
parent
08504247ca
commit
6c7ec07805
@ -39,6 +39,8 @@ ARG OS_REPO=rancher
|
||||
ARG KERNEL_TAG
|
||||
ARG KERNEL_VERSION=${KERNEL_TAG}-${OS_REPO}
|
||||
|
||||
ARG FIRMWARE_TAG=20190514
|
||||
|
||||
ENV OS_REPO=${OS_REPO} \
|
||||
DOCKER_URL=DOCKER_URL_${ARCH} \
|
||||
DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 \
|
||||
@ -48,6 +50,7 @@ ENV OS_REPO=${OS_REPO} \
|
||||
KERNEL_URL=https://cdn.kernel.org/pub/linux/kernel/v4.x/ \
|
||||
KERNEL_TAR=linux-${KERNEL_TAG}.tar.xz \
|
||||
KERNEL_SIGN=linux-${KERNEL_TAG}.tar.sign \
|
||||
FIRMWARE_TAG=${FIRMWARE_TAG} \
|
||||
KERNEL_ARCH=x86
|
||||
# for rc testing
|
||||
#ENV KERNEL_URL=https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/linux-${KERNEL_TAG}.tar.xz
|
||||
|
@ -60,5 +60,5 @@ iwlwifi-7260-17.ucode
|
||||
iwlwifi-7265D-29.ucode
|
||||
iwlwifi-8000C-36.ucode
|
||||
iwlwifi-8265-36.ucode
|
||||
iwlwifi-9000-pu-b0-jf-b0-43.ucode
|
||||
iwlwifi-9260-th-b0-jf-b0-43.ucode
|
||||
iwlwifi-9000-pu-b0-jf-b0-46.ucode
|
||||
iwlwifi-9260-th-b0-jf-b0-46.ucode
|
||||
|
@ -33,6 +33,9 @@ create_firmware_tar() {
|
||||
|
||||
if [ ! -e linux-firmware ]; then
|
||||
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
||||
pushd linux-firmware
|
||||
git checkout -b ${FIRMWARE_TAG} ${FIRMWARE_TAG}
|
||||
popd
|
||||
fi
|
||||
|
||||
(
|
||||
|
@ -8,6 +8,9 @@ echo "FIRMWARE test: $FIRMWARE"
|
||||
|
||||
if [ ! -e linux-firmware ]; then
|
||||
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
||||
pushd linux-firmware
|
||||
git checkout -b ${FIRMWARE_TAG} ${FIRMWARE_TAG}
|
||||
popd
|
||||
fi
|
||||
|
||||
cd linux-firmware
|
||||
|
Loading…
Reference in New Issue
Block a user