Skip to content

Commit

Permalink
v6.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 16, 2025
1 parent 93cae59 commit 25e216d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
- commits:
- subject: "classes/kernel-balena: Avoid re-building kernel modules when not signed"
hash: 729490be46acc63b00d842dd8174ad0f03e5e55f
body: >
Setting the nostamp flag to any value, even if it is an empty string,
causes

the kernel modules to be rebuilt, which is contrary to the

documentation:
https://lists.openembedded.org/g/bitbake-devel/message/12359


Let's avoid setting it altogether on kernels which are not signed,

to speed up builds.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <[email protected]>
signed-off-by: Alexandru Costache <[email protected]>
author: Alexandru Costache
nested: []
version: 6.3.5
title: ""
date: 2025-01-16T19:38:46.906Z
- commits:
- subject: "workflows: iot-gate-imx8: add custom template path"
hash: f206ad55df30f4939cbd2498fd6494aa8d05c60b
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
-----------

# v6.3.5
## (2025-01-16)

* classes/kernel-balena: Avoid re-building kernel modules when not signed [Alexandru Costache]

# v6.3.4
## (2025-01-16)

Expand Down
2 changes: 1 addition & 1 deletion meta-balena-common/conf/distro/include/balena-os.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc

DISTRO = "balena-os"
DISTRO_NAME = "balenaOS"
DISTRO_VERSION = "6.3.4"
DISTRO_VERSION = "6.3.5"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit 25e216d

Please sign in to comment.