v2.114.7+rev1
This commit is contained in:
parent
1e90611a6d
commit
94f209a239
3 changed files with 56 additions and 1 deletions
|
@ -1,3 +1,43 @@
|
|||
- commits:
|
||||
- subject: Update balena-yocto-scripts to 34c8434ffcaeeeb14853082bbf2b4ecc5e0ec769
|
||||
hash: 35f3ece881adf639d5f630df381b113f514eaf2d
|
||||
body: Update balena-yocto-scripts
|
||||
footer:
|
||||
Changelog-entry: Update balena-yocto-scripts to 34c8434ffcaeeeb14853082bbf2b4ecc5e0ec769
|
||||
changelog-entry: Update balena-yocto-scripts to 34c8434ffcaeeeb14853082bbf2b4ecc5e0ec769
|
||||
author: Renovate Bot
|
||||
nested:
|
||||
- commits:
|
||||
- subject: "barys: fix removal of equals sign from argval"
|
||||
hash: 8855ad4d31b45187e4007763b6bb084e08974807
|
||||
body: >
|
||||
When parsing additional variables to be passed to the bitbake build,
|
||||
|
||||
keys and values are split using equals as a delimiter. However, the
|
||||
|
||||
splitting process does not split only on the first occurrence, which
|
||||
|
||||
results in removing equals signs from the value as well. This is
|
||||
|
||||
problematic with base64 encoded strings, which are padded with equals
|
||||
|
||||
signs.
|
||||
|
||||
|
||||
Split only on the first occurrence, leaving the value intact.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Joseph Kogut <joseph@balena.io>
|
||||
signed-off-by: Joseph Kogut <joseph@balena.io>
|
||||
author: Joseph Kogut
|
||||
nested: []
|
||||
version: balena-yocto-scripts-1.19.27
|
||||
title: ""
|
||||
date: 2023-04-21T22:08:39.297Z
|
||||
version: 2.114.7+rev1
|
||||
title: ""
|
||||
date: 2023-04-22T00:26:20.260Z
|
||||
- commits:
|
||||
- subject: Update layers/meta-balena to f2637a0d4cf774ed903613dd058ff9db037ad23e
|
||||
hash: ef7372f075cbab2d24955279a2ae3c162da0e511
|
||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,21 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
# v2.114.7+rev1
|
||||
## (2023-04-22)
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Update balena-yocto-scripts to 34c8434ffcaeeeb14853082bbf2b4ecc5e0ec769 [Renovate Bot] </summary>
|
||||
|
||||
> ## balena-yocto-scripts-1.19.27
|
||||
> ### (2023-04-21)
|
||||
>
|
||||
> * barys: fix removal of equals sign from argval [Joseph Kogut]
|
||||
>
|
||||
|
||||
</details>
|
||||
|
||||
# v2.114.7
|
||||
## (2023-04-20)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.114.7
|
||||
2.114.7+rev1
|
Loading…
Add table
Reference in a new issue