Skip to content

Commit dcebb45

Browse files
v6.3.6
1 parent 6964093 commit dcebb45

File tree

3 files changed

+134
-1
lines changed

3 files changed

+134
-1
lines changed

.versionbot/CHANGELOG.yml

+106
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,109 @@
1+
- commits:
2+
- subject: Update layers/meta-balena to a65d804761370a77ce74c65db7a553ec8bfbe8da
3+
hash: b25a941eb665315affe5130bb83b2454f747b525
4+
body: Update layers/meta-balena
5+
footer:
6+
Changelog-entry: Update layers/meta-balena to a65d804761370a77ce74c65db7a553ec8bfbe8da
7+
changelog-entry: Update layers/meta-balena to a65d804761370a77ce74c65db7a553ec8bfbe8da
8+
author: balena-renovate[bot]
9+
nested:
10+
- commits:
11+
- subject: "images: balena-image*: Set balenaos-img.sig image type for signed
12+
builds"
13+
hash: c7c2fb62abbda3008e73e9ef72d771fb7a43498f
14+
body: |
15+
This triggers the signing of images for secure boot builds.
16+
footer:
17+
Change-type: patch
18+
change-type: patch
19+
Signed-off-by: Alex Gonzalez <alexg@balena.io>
20+
signed-off-by: Alex Gonzalez <alexg@balena.io>
21+
author: Alex Gonzalez
22+
nested: []
23+
- subject: "classes: balenaos-img.sig: Rename the sign image type to
24+
balenaos-img.sig"
25+
hash: e283eb7898ee8f0b5f3df50e6dcb747da1def443
26+
body: >
27+
This creates the symlinks and images with the expected
28+
extensions.
29+
footer:
30+
Change-type: patch
31+
change-type: patch
32+
Signed-off-by: Alex Gonzalez <alexg@balena.io>
33+
signed-off-by: Alex Gonzalez <alexg@balena.io>
34+
author: Alex Gonzalez
35+
nested: []
36+
- subject: "image_types_balena.bbclass: Move image signing code here"
37+
hash: c3fc5563a54c3e5c35b7cab02bc4e2ef74c6fa64
38+
body: |
39+
This fixes the following error:
40+
41+
cp: cannot stat '/work/build/tmp/deploy/images/generic-amd64/balena-image-generic-amd64.balenaos-img.sig': No such file or directory
42+
43+
The signed image symlink is not generated before the flasher needs it so we avoid this dependency issue by
44+
defining a new image type for which the build system will automatically create the appropriate symlink.
45+
footer:
46+
Change-type: patch
47+
change-type: patch
48+
Signed-off-by: Florin Sarbu <florin@balena.io>
49+
signed-off-by: Florin Sarbu <florin@balena.io>
50+
author: Florin Sarbu
51+
nested: []
52+
version: meta-balena-6.3.6
53+
title: ""
54+
date: 2025-01-17T03:52:47.961Z
55+
- commits:
56+
- subject: "classes/kernel-balena: Avoid re-building kernel modules when not
57+
signed"
58+
hash: 729490be46acc63b00d842dd8174ad0f03e5e55f
59+
body: >
60+
Setting the nostamp flag to any value, even if it is an empty
61+
string, causes
62+
63+
the kernel modules to be rebuilt, which is contrary to the
64+
65+
documentation:
66+
https://lists.openembedded.org/g/bitbake-devel/message/12359
67+
68+
69+
Let's avoid setting it altogether on kernels which are not
70+
signed,
71+
72+
to speed up builds.
73+
footer:
74+
Change-type: patch
75+
change-type: patch
76+
Signed-off-by: Alexandru Costache <alexandru@balena.io>
77+
signed-off-by: Alexandru Costache <alexandru@balena.io>
78+
author: Alexandru Costache
79+
nested: []
80+
version: meta-balena-6.3.5
81+
title: ""
82+
date: 2025-01-16T19:38:46.906Z
83+
- commits:
84+
- subject: "workflows: iot-gate-imx8: add custom template path"
85+
hash: f206ad55df30f4939cbd2498fd6494aa8d05c60b
86+
body: >
87+
With the addition of the meta-balena-hab submodule there are
88+
multiple
89+
90+
balena layers with custom templates - specify which one to use
91+
to avoid
92+
93+
a build error.
94+
footer:
95+
Change-type: patch
96+
change-type: patch
97+
Signed-off-by: Alex Gonzalez <alexg@balena.io>
98+
signed-off-by: Alex Gonzalez <alexg@balena.io>
99+
author: Alex Gonzalez
100+
nested: []
101+
version: meta-balena-6.3.4
102+
title: ""
103+
date: 2025-01-16T16:14:51.120Z
104+
version: 6.3.6
105+
title: ""
106+
date: 2025-01-17T10:24:03.550Z
1107
- commits:
2108
- subject: Update layers/meta-balena to d752abb95a6c7b66777d348ccb9076e87e15fbe1
3109
hash: 298bea3037358e3f3ae021f905b42eae09d20700

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
Change log
22
-----------
33

4+
# v6.3.6
5+
## (2025-01-17)
6+
7+
8+
<details>
9+
<summary> Update layers/meta-balena to a65d804761370a77ce74c65db7a553ec8bfbe8da [balena-renovate[bot]] </summary>
10+
11+
> ## meta-balena-6.3.6
12+
> ### (2025-01-17)
13+
>
14+
> * images: balena-image*: Set balenaos-img.sig image type for signed builds [Alex Gonzalez]
15+
> * classes: balenaos-img.sig: Rename the sign image type to balenaos-img.sig [Alex Gonzalez]
16+
> * image_types_balena.bbclass: Move image signing code here [Florin Sarbu]
17+
>
18+
> ## meta-balena-6.3.5
19+
> ### (2025-01-16)
20+
>
21+
> * classes/kernel-balena: Avoid re-building kernel modules when not signed [Alexandru Costache]
22+
>
23+
> ## meta-balena-6.3.4
24+
> ### (2025-01-16)
25+
>
26+
> * workflows: iot-gate-imx8: add custom template path [Alex Gonzalez]
27+
>
28+
29+
</details>
30+
431
# v6.3.3
532
## (2025-01-16)
633

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3.3
1+
6.3.6

0 commit comments

Comments
 (0)