File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed
meta-balena-common/conf/distro/include Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ - commits:
2+ - subject: "balena-os.inc: Enable firmware compression by default"
3+ hash: 67b37d3f74c4e589a195774fb15f5534dc648bae
4+ body: |
5+ The only requirement is kernel >= 5.3, we should default to compressed
6+ and opt-out on devices with older kernels.
7+ footer:
8+ Change-type: patch
9+ change-type: patch
10+ Signed-off-by: Michal Toman <michalt@balena.io>
11+ signed-off-by: Michal Toman <michalt@balena.io>
12+ author: Michal Toman
13+ nested: []
14+ version: 6.10.1
15+ title: ""
16+ date: 2025-12-11T21:36:10.715Z
117- commits:
218 - subject: "networkmanager: update to 1.52.0"
319 hash: 2595dd8712d093d8fd4fc9166da2bfc40c77c038
Original file line number Diff line number Diff line change 11Change log
22-----------
33
4+ # v6.10.1
5+ ## (2025-12-11)
6+
7+ * balena-os.inc: Enable firmware compression by default [ Michal Toman]
8+
49# v6.10.0
510## (2025-12-11)
611
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc
55
66DISTRO = "balena-os"
77DISTRO_NAME = "balenaOS"
8- DISTRO_VERSION = "6.10.0 "
8+ DISTRO_VERSION = "6.10.1 "
99HOSTOS_VERSION = "${DISTRO_VERSION} "
1010python () {
1111 ''' Set HOSTOS_VERSION from board VERSION if available '''
You can’t perform that action at this time.
0 commit comments