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

Commit

Permalink
Merge pull request #149 from hypriot/update-kernel-to-4.4.39
Browse files Browse the repository at this point in the history
Update kernel to 4.4.39
  • Loading branch information
DieterReuter authored Dec 18, 2016
2 parents 3fc59e7 + 27b011f commit b449dbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
require 'spec_helper'

describe command('uname -r') do
its(:stdout) { should match /4.4.27(-v7)?+/ }
its(:stdout) { should match /4.4.39(-v7)?+/ }
its(:exit_status) { should eq 0 }
end

describe file('/lib/modules/4.4.27-hypriotos+/kernel') do
describe file('/lib/modules/4.4.39-hypriotos+/kernel') do
it { should be_directory }
end

describe file('/lib/modules/4.4.27-hypriotos-v7+/kernel') do
describe file('/lib/modules/4.4.39-hypriotos-v7+/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 @@ -8,8 +8,8 @@ RAW_IMAGE_VERSION="v0.2.2"
RAW_IMAGE_CHECKSUM="2fbeb13b7b0f2308dbd0d82780b54c33003ad43d145ff08498b25fb8bbe1c2c6"

# specific versions of kernel/firmware and docker tools
export KERNEL_BUILD="20161028-083330"
export KERNEL_VERSION="4.4.27"
export KERNEL_BUILD="20161218-142852"
export KERNEL_VERSION="4.4.39"
export DOCKER_ENGINE_VERSION="1.12.5-0~raspbian-jessie"
export DOCKER_COMPOSE_VERSION="1.9.0-23"
export DOCKER_MACHINE_VERSION="0.8.2-36"
Expand Down

0 comments on commit b449dbc

Please sign in to comment.