Skip to content

Commit 7faf16e

Browse files
v5.1.19
1 parent f6cab21 commit 7faf16e

File tree

3 files changed

+66
-1
lines changed

3 files changed

+66
-1
lines changed

.versionbot/CHANGELOG.yml

+49
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
- commits:
2+
- subject: Update layers/meta-balena to 03a97aa37d6dd74ad0c18e944d7dc6022b5851b1
3+
hash: adb705bae3e990a8f1f71f42b34d8253cff517c5
4+
body: Update layers/meta-balena
5+
footer:
6+
Changelog-entry: Update layers/meta-balena to 03a97aa37d6dd74ad0c18e944d7dc6022b5851b1
7+
changelog-entry: Update layers/meta-balena to 03a97aa37d6dd74ad0c18e944d7dc6022b5851b1
8+
author: Self-hosted Renovate Bot
9+
nested:
10+
- commits:
11+
- subject: Add balena bootloader class
12+
hash: 196e586cf4e9379f554aed5d956e580686f70cd3
13+
body: >
14+
The class will perform a basic configuration of a linux kernel
15+
16+
to be used as the balena bootloader. Device types are expected
17+
18+
to inherit it and perform additional device-specific configuration.
19+
footer:
20+
Change-type: patch
21+
change-type: patch
22+
Signed-off-by: Michal Toman <michalt@balena.io>
23+
signed-off-by: Michal Toman <michalt@balena.io>
24+
author: Michal Toman
25+
nested: []
26+
- subject: "initrdscripts: remove nr_cpus kernel arg before kexec"
27+
hash: 3a7b5308dfa9f7449d835c1858a15a8d0477784f
28+
body: >
29+
The kexec initrd script currently removes the maxcpus=0 kernel
30+
arg
31+
32+
which we use to put the system into non-SMP mode. This however does
33+
34+
not work on all platforms and nr_cpus=1 seems to be a more robust
35+
36+
solution, so with this patch nr_cpus will be removed as well.
37+
footer:
38+
Change-type: patch
39+
change-type: patch
40+
Signed-off-by: Michal Toman <michalt@balena.io>
41+
signed-off-by: Michal Toman <michalt@balena.io>
42+
author: Michal Toman
43+
nested: []
44+
version: meta-balena-5.1.19
45+
title: ""
46+
date: 2024-01-31T21:43:14.605Z
47+
version: 5.1.19
48+
title: ""
49+
date: 2024-02-01T01:21:10.226Z
150
- commits:
251
- subject: Update contracts to 8dfe06b57576e15e8579d4083bb316c9c7671488
352
hash: 6cecbfcb689aca548c6058f817436b5fd928436c

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file
44

5+
# v5.1.19
6+
## (2024-02-01)
7+
8+
9+
<details>
10+
<summary> Update layers/meta-balena to 03a97aa37d6dd74ad0c18e944d7dc6022b5851b1 [Self-hosted Renovate Bot] </summary>
11+
12+
> ## meta-balena-5.1.19
13+
> ### (2024-02-01)
14+
>
15+
> * Add balena bootloader class [Michal Toman]
16+
> * initrdscripts: remove nr_cpus kernel arg before kexec [Michal Toman]
17+
>
18+
19+
</details>
20+
521
# v5.1.18+rev1
622
## (2024-01-31)
723

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.18+rev1
1+
5.1.19

0 commit comments

Comments
 (0)