v2.112.13
This commit is contained in:
parent
9d69d71952
commit
1ff8859b5e
3 changed files with 67 additions and 1 deletions
|
@ -1,3 +1,53 @@
|
||||||
|
- commits:
|
||||||
|
- subject: Update layers/meta-balena to f6327ce662208faa11b250b47518a5f01679dd25
|
||||||
|
hash: 96510e6e1fe8c1087b06315d849b307a9310e366
|
||||||
|
body: Update layers/meta-balena
|
||||||
|
footer:
|
||||||
|
Changelog-entry: Update layers/meta-balena to f6327ce662208faa11b250b47518a5f01679dd25
|
||||||
|
changelog-entry: Update layers/meta-balena to f6327ce662208faa11b250b47518a5f01679dd25
|
||||||
|
author: Renovate Bot
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: "recipes-bsp/u-boot: Disable saveenv shell command"
|
||||||
|
hash: 376e597c49c8b011559294501d9158184d4742f4
|
||||||
|
body: >
|
||||||
|
balenaOS uboot exports specific environment variables
|
||||||
|
|
||||||
|
in resinOS_uEnv.txt and does not have any use-cases of
|
||||||
|
|
||||||
|
saving the entire uboot environment in any device specific
|
||||||
|
|
||||||
|
partitions. This because it relies on the default environment being
|
||||||
|
|
||||||
|
stored in the u-boot binary.
|
||||||
|
|
||||||
|
|
||||||
|
Let's disable the saveenv command and avoid potential incorrect
|
||||||
|
|
||||||
|
usage which may overwrite the partition table, resin-boot filesystem
|
||||||
|
|
||||||
|
or other areas of the eMMC that may be pre-configured by the BSP.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Alexandru Costache <alexandru@balena.io>
|
||||||
|
signed-off-by: Alexandru Costache <alexandru@balena.io>
|
||||||
|
author: Alexandru Costache
|
||||||
|
nested: []
|
||||||
|
- subject: Update tests/leviathan digest to 771bac8
|
||||||
|
hash: 3c5ea2af806515b479f605d0df64fd347393b5f6
|
||||||
|
body: Update tests/leviathan
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Renovate Bot
|
||||||
|
nested: []
|
||||||
|
version: meta-balena-2.112.13
|
||||||
|
title: ""
|
||||||
|
date: 2023-02-22T10:34:14.804Z
|
||||||
|
version: 2.112.13
|
||||||
|
title: ""
|
||||||
|
date: 2023-02-22T12:12:11.480Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update CI workflow to allow external contributions
|
- subject: Update CI workflow to allow external contributions
|
||||||
hash: 0e2b9fc95818685119b98eca131d19eff69d8970
|
hash: 0e2b9fc95818685119b98eca131d19eff69d8970
|
||||||
|
|
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,6 +1,22 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v2.112.13
|
||||||
|
## (2023-02-22)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update layers/meta-balena to f6327ce662208faa11b250b47518a5f01679dd25 [Renovate Bot] </summary>
|
||||||
|
|
||||||
|
> ## meta-balena-2.112.13
|
||||||
|
> ### (2023-02-22)
|
||||||
|
>
|
||||||
|
> * recipes-bsp/u-boot: Disable saveenv shell command [Alexandru Costache]
|
||||||
|
> * Update tests/leviathan digest to 771bac8 [Renovate Bot]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v2.112.12+rev2
|
# v2.112.12+rev2
|
||||||
## (2023-02-21)
|
## (2023-02-21)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.112.12+rev2
|
2.112.13
|
Loading…
Add table
Reference in a new issue