Skip to content

Commit

Permalink
Merge pull request #44 from DieterReuter/upgrade-kernel-4.9.66
Browse files Browse the repository at this point in the history
Upgrade to kernel 4.9.66 optimized for Docker
  • Loading branch information
DieterReuter authored Dec 3, 2017
2 parents 3b286b1 + e0b3f5f commit 72bec5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions builder/chroot-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ HYPRIOT_OS_VERSION="${HYPRIOT_OS_VERSION:-v1.2.3}"
cat <<EOF >> /etc/os-release
HYPRIOT_OS="HypriotOS/${BUILD_ARCH}"
HYPRIOT_OS_VERSION="${HYPRIOT_OS_VERSION}"
HYPRIOT_KERNEL_BUILD="${KERNEL_BUILD}"
HYPRIOT_KERNEL_VERSION="${KERNEL_VERSION}"
HYPRIOT_DEVICE="$HYPRIOT_DEVICE"
HYPRIOT_IMAGE_VERSION="$HYPRIOT_IMAGE_VERSION"
EOF
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
require 'spec_helper'

describe command('uname -r') do
its(:stdout) { should match /4.9.65-hypriotos-v8/ }
its(:stdout) { should match /4.9.66-hypriotos-v8/ }
its(:exit_status) { should eq 0 }
end

describe file('/lib/modules/4.9.65-hypriotos-v8/kernel') do
describe file('/lib/modules/4.9.66-hypriotos-v8/kernel') do
it { should be_directory }
end
4 changes: 2 additions & 2 deletions versions.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RAW_IMAGE_CHECKSUM="2fbeb13b7b0f2308dbd0d82780b54c33003ad43d145ff08498b25fb8bbe1

# specific versions of kernel/firmware and docker tools
export BOOTLOADER_BUILD="20171203-203920"
export KERNEL_BUILD="20171128-062501"
export KERNEL_VERSION="4.9.65"
export KERNEL_BUILD="20171203-204525"
export KERNEL_VERSION="4.9.66"
export DOCKER_ENGINE_VERSION="17.11.0~ce"
export DOCKER_COMPOSE_VERSION="1.17.1"
export DOCKER_MACHINE_VERSION="0.13.0"

0 comments on commit 72bec5e

Please sign in to comment.