v5.1.19
This commit is contained in:
parent
da2b0940e3
commit
a1fcdec98e
3 changed files with 66 additions and 1 deletions
|
@ -1,3 +1,52 @@
|
|||
- commits:
|
||||
- subject: Update layers/meta-balena to 03a97aa37d6dd74ad0c18e944d7dc6022b5851b1
|
||||
hash: 55cacad42d9b927df2ebd42fae3573f168e47f36
|
||||
body: Update layers/meta-balena
|
||||
footer:
|
||||
Changelog-entry: Update layers/meta-balena to 03a97aa37d6dd74ad0c18e944d7dc6022b5851b1
|
||||
changelog-entry: Update layers/meta-balena to 03a97aa37d6dd74ad0c18e944d7dc6022b5851b1
|
||||
author: Self-hosted Renovate Bot
|
||||
nested:
|
||||
- commits:
|
||||
- subject: Add balena bootloader class
|
||||
hash: 196e586cf4e9379f554aed5d956e580686f70cd3
|
||||
body: >
|
||||
The class will perform a basic configuration of a linux kernel
|
||||
|
||||
to be used as the balena bootloader. Device types are expected
|
||||
|
||||
to inherit it and perform additional device-specific configuration.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Michal Toman <michalt@balena.io>
|
||||
signed-off-by: Michal Toman <michalt@balena.io>
|
||||
author: Michal Toman
|
||||
nested: []
|
||||
- subject: "initrdscripts: remove nr_cpus kernel arg before kexec"
|
||||
hash: 3a7b5308dfa9f7449d835c1858a15a8d0477784f
|
||||
body: >
|
||||
The kexec initrd script currently removes the maxcpus=0 kernel
|
||||
arg
|
||||
|
||||
which we use to put the system into non-SMP mode. This however does
|
||||
|
||||
not work on all platforms and nr_cpus=1 seems to be a more robust
|
||||
|
||||
solution, so with this patch nr_cpus will be removed as well.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Michal Toman <michalt@balena.io>
|
||||
signed-off-by: Michal Toman <michalt@balena.io>
|
||||
author: Michal Toman
|
||||
nested: []
|
||||
version: meta-balena-5.1.19
|
||||
title: ""
|
||||
date: 2024-01-31T21:43:14.605Z
|
||||
version: 5.1.19
|
||||
title: ""
|
||||
date: 2024-02-01T01:16:02.191Z
|
||||
- commits:
|
||||
- subject: Update contracts to 8dfe06b57576e15e8579d4083bb316c9c7671488
|
||||
hash: 4ae18bb6e49708b58eed1b550ae0921a582e34e1
|
||||
|
|
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,6 +1,22 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
# v5.1.19
|
||||
## (2024-02-01)
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Update layers/meta-balena to 03a97aa37d6dd74ad0c18e944d7dc6022b5851b1 [Self-hosted Renovate Bot] </summary>
|
||||
|
||||
> ## meta-balena-5.1.19
|
||||
> ### (2024-02-01)
|
||||
>
|
||||
> * Add balena bootloader class [Michal Toman]
|
||||
> * initrdscripts: remove nr_cpus kernel arg before kexec [Michal Toman]
|
||||
>
|
||||
|
||||
</details>
|
||||
|
||||
# v5.1.18+rev1
|
||||
## (2024-01-31)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.1.18+rev1
|
||||
5.1.19
|
Loading…
Add table
Reference in a new issue