Skip to content

Commit

Permalink
Merge pull request #456 from balena-os/update_kernel_to_6.6
Browse files Browse the repository at this point in the history
Update kernel to 6.6
  • Loading branch information
flowzone-app[bot] authored Jul 23, 2024
2 parents bc7d650 + 42e3ff6 commit 4e4af09
Show file tree
Hide file tree
Showing 12 changed files with 5,543 additions and 124 deletions.
2 changes: 1 addition & 1 deletion generic-aarch64.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports =
machine: 'generic-aarch64'
image: 'balena-image'
fstype: 'balenaos-img'
version: 'yocto-dunfell'
version: 'yocto-kirkstone'
deployArtifact: 'balena-image-generic-aarch64.balenaos-img'
compressed: true

Expand Down
2 changes: 1 addition & 1 deletion generic-amd64-fs.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports =
machine: 'generic-amd64-fs'
image: 'balena-image-flasher'
fstype: 'balenaos-img'
version: 'yocto-dunfell'
version: 'yocto-kirkstone'
deployArtifact: 'balena-image-flasher-generic-amd64-fs.balenaos-img'
deployFlasherArtifact: 'balena-image-flasher-generic-amd64-fs.balenaos-img'
deployRawArtifact: 'balena-image-generic-amd64-fs.balenaos-img'
Expand Down
2 changes: 1 addition & 1 deletion generic-amd64.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports =
machine: 'generic-amd64'
image: 'balena-image-flasher'
fstype: 'balenaos-img'
version: 'yocto-dunfell'
version: 'yocto-kirkstone'
deployArtifact: 'balena-image-flasher-generic-amd64.balenaos-img'
deployFlasherArtifact: 'balena-image-flasher-generic-amd64.balenaos-img'
deployRawArtifact: 'balena-image-generic-amd64.balenaos-img'
Expand Down
2 changes: 1 addition & 1 deletion layers/meta-balena-generic/conf/machine/include/kernel.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
PREFERRED_VERSION_linux-yocto ?= "6.1%"
PREFERRED_VERSION_linux-yocto ?= "6.6%"

FIRMWARE_COMPRESSION = "1"

This file was deleted.

Loading

0 comments on commit 4e4af09

Please sign in to comment.