Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Commit 4559985

Browse files
committed
Merge pull request #26 from hypriot/pin-c1-kernel-version
Pin C1 kernel version
2 parents 53b45a9 + 3c56d22 commit 4559985

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

builder/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ QEMU_ARCH="arm"
2828
export HYPRIOT_IMAGE_VERSION
2929

3030
# specific versions of kernel/firmware and docker tools
31+
export KERNEL_VERSION="142-1"
3132
export DOCKER_ENGINE_VERSION="1.10.1-1"
3233
export DOCKER_COMPOSE_VERSION="1.6.0-27"
3334
export DOCKER_MACHINE_VERSION="0.4.1-72"

builder/chroot-script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ apt-get install -y u-boot-tools initramfs-tools
4848

4949
# make the kernel package create a copy of the current kernel here
5050
touch /boot/uImage
51-
apt-get install -y linux-image-c1
51+
apt-get install -y "linux-image-c1=${KERNEL_VERSION}"
5252

5353
# set device label and version number
5454
echo "HYPRIOT_DEVICE=\"$HYPRIOT_DEVICE\"" >> /etc/os-release

0 commit comments

Comments
 (0)