v5.3.22
This commit is contained in:
parent
80d86b8ad4
commit
2fe39b9298
3 changed files with 62 additions and 1 deletions
|
@ -1,3 +1,49 @@
|
||||||
|
- commits:
|
||||||
|
- subject: Update layers/meta-balena to 5e157d7d2954d406666df9d0681c2fbe63a838fa
|
||||||
|
hash: f3834edaa56b9224ea0c13cca4ae8c52adee3991
|
||||||
|
body: Update layers/meta-balena
|
||||||
|
footer:
|
||||||
|
Changelog-entry: Update layers/meta-balena to 5e157d7d2954d406666df9d0681c2fbe63a838fa
|
||||||
|
changelog-entry: Update layers/meta-balena to 5e157d7d2954d406666df9d0681c2fbe63a838fa
|
||||||
|
author: Self-hosted Renovate Bot
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: "initrdscripts: make the kexec script fail hard in unexpected states"
|
||||||
|
hash: 0b6199dddbb52e963d7b6e5feb5771f2b61a0f35
|
||||||
|
body: >
|
||||||
|
At this moment the kexec initrd script is skipped when
|
||||||
|
ROOTFS_DIR
|
||||||
|
|
||||||
|
is not defined or if the new rootfs is mounted, but does not
|
||||||
|
contain
|
||||||
|
|
||||||
|
a kernel image in the expected place. This is undesirable as we
|
||||||
|
|
||||||
|
assume this is the last script executed by the balena
|
||||||
|
bootloader.
|
||||||
|
|
||||||
|
|
||||||
|
This patch makes the kexec script always execute in the balena
|
||||||
|
|
||||||
|
bootloader and makes it fail hard in unexpected states, which
|
||||||
|
means
|
||||||
|
|
||||||
|
the script is always an exit point for the balena bootloader,
|
||||||
|
|
||||||
|
whether the actual kexec call succeeds or not.
|
||||||
|
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.22
|
||||||
|
title: ""
|
||||||
|
date: 2024-07-01T15:01:00.393Z
|
||||||
|
version: 5.3.22
|
||||||
|
title: ""
|
||||||
|
date: 2024-07-01T20:01:37.420Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update balena-yocto-scripts to a880342e40fe05d00a0f1cf2582a0699921152e0
|
- subject: Update balena-yocto-scripts to a880342e40fe05d00a0f1cf2582a0699921152e0
|
||||||
hash: aae4d8f5c81e0a358f4be8718fb906b8819e59f5
|
hash: aae4d8f5c81e0a358f4be8718fb906b8819e59f5
|
||||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,21 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v5.3.22
|
||||||
|
## (2024-07-01)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update layers/meta-balena to 5e157d7d2954d406666df9d0681c2fbe63a838fa [Self-hosted Renovate Bot] </summary>
|
||||||
|
|
||||||
|
> ## meta-balena-5.3.22
|
||||||
|
> ### (2024-07-01)
|
||||||
|
>
|
||||||
|
> * initrdscripts: make the kexec script fail hard in unexpected states [Michal Toman]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v5.3.21+rev5
|
# v5.3.21+rev5
|
||||||
## (2024-06-27)
|
## (2024-06-27)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
5.3.21+rev5
|
5.3.22
|
Loading…
Add table
Reference in a new issue