v5.3.21
This commit is contained in:
parent
4041b6441b
commit
70aab6e7eb
3 changed files with 58 additions and 1 deletions
|
@ -1,3 +1,45 @@
|
||||||
|
- commits:
|
||||||
|
- subject: Update layers/meta-balena to cacc9bcb2b67a9f37654ca8500c96c833f741762
|
||||||
|
hash: b792f838216b6f9e97f0c86cb438eead0389ca87
|
||||||
|
body: Update layers/meta-balena
|
||||||
|
footer:
|
||||||
|
Changelog-entry: Update layers/meta-balena to cacc9bcb2b67a9f37654ca8500c96c833f741762
|
||||||
|
changelog-entry: Update layers/meta-balena to cacc9bcb2b67a9f37654ca8500c96c833f741762
|
||||||
|
author: Self-hosted Renovate Bot
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: "initrdscripts: Allow passing extra kernel arguments to kexec"
|
||||||
|
hash: 02d42d3cc887fb761da348f86bf5e13f1dacaeb2
|
||||||
|
body: >
|
||||||
|
At this moment the kexec initrd script just takes the original
|
||||||
|
kernel
|
||||||
|
|
||||||
|
command line, replaces root with UUID and removes bootloader
|
||||||
|
args.
|
||||||
|
|
||||||
|
|
||||||
|
We have found at least one use-case (on the Pi4 and firmware
|
||||||
|
GPIOs),
|
||||||
|
|
||||||
|
where a different initrd script needs to pass extra arguments
|
||||||
|
|
||||||
|
to the kexec'd kernel. With this patch it will append the
|
||||||
|
contents
|
||||||
|
|
||||||
|
of the KEXEC_EXTRA_ARGS variable to the kernel command line.
|
||||||
|
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.3.21
|
||||||
|
title: ""
|
||||||
|
date: 2024-06-13T10:02:03.824Z
|
||||||
|
version: 5.3.21
|
||||||
|
title: ""
|
||||||
|
date: 2024-06-13T14:49:43.390Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update balena-yocto-scripts to 1ce733b37d5c143e1f68e28ff9fa9ac4ef709b87
|
- subject: Update balena-yocto-scripts to 1ce733b37d5c143e1f68e28ff9fa9ac4ef709b87
|
||||||
hash: b14cdcd3c8d71ba9383c398d6bb6bdf6808a120a
|
hash: b14cdcd3c8d71ba9383c398d6bb6bdf6808a120a
|
||||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,21 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v5.3.21
|
||||||
|
## (2024-06-13)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update layers/meta-balena to cacc9bcb2b67a9f37654ca8500c96c833f741762 [Self-hosted Renovate Bot] </summary>
|
||||||
|
|
||||||
|
> ## meta-balena-5.3.21
|
||||||
|
> ### (2024-06-13)
|
||||||
|
>
|
||||||
|
> * initrdscripts: Allow passing extra kernel arguments to kexec [Michal Toman]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v5.3.20+rev1
|
# v5.3.20+rev1
|
||||||
## (2024-06-12)
|
## (2024-06-12)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
5.3.20+rev1
|
5.3.21
|
Loading…
Add table
Reference in a new issue