v4.0.13
This commit is contained in:
parent
0c9c8dffc2
commit
2d9f46c827
3 changed files with 129 additions and 1 deletions
|
@ -1,3 +1,111 @@
|
|||
- commits:
|
||||
- subject: Update layers/meta-balena to 57352e943a786ab900f9dd9d07fcd39963babdf6
|
||||
hash: 1bac2cef944977ad35fe9a593bbfe9d892a9af53
|
||||
body: Update layers/meta-balena
|
||||
footer:
|
||||
Changelog-entry: Update layers/meta-balena to 57352e943a786ab900f9dd9d07fcd39963babdf6
|
||||
changelog-entry: Update layers/meta-balena to 57352e943a786ab900f9dd9d07fcd39963babdf6
|
||||
author: Self-hosted Renovate Bot
|
||||
nested:
|
||||
- commits:
|
||||
- subject: "balena-rollback: Add support for balena bootloader"
|
||||
hash: 3175beaa5cc1e8685bc56e528f3b74f6974e3384
|
||||
body: ""
|
||||
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: "hostapp-update-hooks: Add hook for balena bootloader"
|
||||
hash: c0a1e5f003ea49455056e11d480357bdb028c8c6
|
||||
body: ""
|
||||
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: add a script that switches between rootA and rootB"
|
||||
hash: 7aa14b6887da279c0b7bb6f665eebb83e2ec12df
|
||||
body: >
|
||||
This is done by the bootloader (uboot/grub) at this moment but
|
||||
as we
|
||||
|
||||
are moving towards the balena 2nd stage bootloader, it needs to be
|
||||
|
||||
moved into the initramfs.
|
||||
|
||||
|
||||
This adds a standalone recipe - by default yocto tries to build all
|
||||
|
||||
modules defined in the initramfs-framework recipe, which breaks
|
||||
|
||||
on armv7 when abroot is defined there. This is because it depends
|
||||
|
||||
on grub-editenv which is not supported on armv7.
|
||||
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: make kexec script more robust"
|
||||
hash: a075c7b89e888edb7575fc72b56d29be8eecfa09
|
||||
body: |
|
||||
* Do not hardcode bzImage kernel type
|
||||
* Do not assume root=XXX kernel parameter is always defined
|
||||
* Remove maxcpus=0 kernel parameter if defined for compatibility
|
||||
* Add missing dependency on os-helpers-logging
|
||||
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: add missing dependencies to rootfs script"
|
||||
hash: 6be16523780ef5d0eedccd5a6f3f75c53748c5f5
|
||||
body: >
|
||||
The rootfs script uses both os-helpers-fs and os-helpers-logging
|
||||
|
||||
though the package depends on neither. This seems to work now because
|
||||
|
||||
in most cases something else pulls in the dependencies or the code
|
||||
|
||||
on a particular device does not fall under the branches that use
|
||||
|
||||
the missing functions.
|
||||
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: "balena-image-bootloader-initramfs: Add balena bootloader"
|
||||
hash: 32982ff3e2958dd17b27b06b1b847f1b40ce0617
|
||||
body: >
|
||||
This minimal image is executed by a vendor provided bootloader
|
||||
and will
|
||||
|
||||
kexec into BalenaOS.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Michal Toman <michalt@balena.io>
|
||||
signed-off-by: Michal Toman <michalt@balena.io>
|
||||
author: Alex Gonzalez
|
||||
nested: []
|
||||
version: meta-balena-4.0.13
|
||||
title: ""
|
||||
date: 2023-09-26T12:05:37.168Z
|
||||
version: 4.0.13
|
||||
title: ""
|
||||
date: 2023-09-26T14:11:22.518Z
|
||||
- commits:
|
||||
- subject: Update layers/meta-balena to 4fe79e7ee65f47c0a5baebbd82b35aec71d92fbd
|
||||
hash: f50d6c8d0bdb910d52d341e76b0180c1229a042e
|
||||
|
|
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,6 +1,26 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
# v4.0.13
|
||||
## (2023-09-26)
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Update layers/meta-balena to 57352e943a786ab900f9dd9d07fcd39963babdf6 [Self-hosted Renovate Bot] </summary>
|
||||
|
||||
> ## meta-balena-4.0.13
|
||||
> ### (2023-09-26)
|
||||
>
|
||||
> * balena-rollback: Add support for balena bootloader [Michal Toman]
|
||||
> * hostapp-update-hooks: Add hook for balena bootloader [Michal Toman]
|
||||
> * initrdscripts: add a script that switches between rootA and rootB [Michal Toman]
|
||||
> * initrdscripts: make kexec script more robust [Michal Toman]
|
||||
> * initrdscripts: add missing dependencies to rootfs script [Michal Toman]
|
||||
> * balena-image-bootloader-initramfs: Add balena bootloader [Alex Gonzalez]
|
||||
>
|
||||
|
||||
</details>
|
||||
|
||||
# v4.0.12
|
||||
## (2023-09-25)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.0.12
|
||||
4.0.13
|
Loading…
Add table
Reference in a new issue