Skip to content

Commit 9d13f2e

Browse files
v6.3.7+rev1
1 parent d0a0ae2 commit 9d13f2e

File tree

3 files changed

+59
-1
lines changed

3 files changed

+59
-1
lines changed

.versionbot/CHANGELOG.yml

+51
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
- commits:
2+
- subject: make sure emmc boots from partition boot0
3+
hash: a5e40aec9270ff5eede935aeb22a536f5da372f1
4+
body: |
5+
Make sure the emmc partition config is set to look for the bootloader
6+
in the boot0 partition. This is set on Compulab's boot script when
7+
updating u-boot but we stopped using it for balenaOS in
8+
f202fbd33335ca7fde7ad695fadea24ced6f77d1.
9+
footer:
10+
Changelog-entry: make sure emmc boots from partition boot0
11+
changelog-entry: make sure emmc boots from partition boot0
12+
Signed-off-by: Alex Gonzalez <alexg@balena.io>
13+
signed-off-by: Alex Gonzalez <alexg@balena.io>
14+
author: Alex Gonzalez
15+
nested: []
16+
- subject: make sure emmc boots from partition boot0
17+
hash: 731a964f1124389243fc80349db853d8d974fa3d
18+
body: |
19+
Make sure the emmc partition config is set to look for the bootloader
20+
in the boot0 partition. This is set on Compulab's boot script when
21+
updating u-boot but we stopped using it for balenaOS in
22+
f202fbd33335ca7fde7ad695fadea24ced6f77d1.
23+
footer:
24+
Changelog-entry: make sure emmc boots from partition boot0
25+
changelog-entry: make sure emmc boots from partition boot0
26+
Signed-off-by: Alex Gonzalez <alexg@balena.io>
27+
signed-off-by: Alex Gonzalez <alexg@balena.io>
28+
author: Alex Gonzalez
29+
nested: []
30+
- subject: let the iot-gate-imx8-sb workflow deploy to a specified slug
31+
hash: 4b7be73ded4d4d71f10c518e872729312644742b
32+
body: |
33+
The iot-gate-imx8-sb workflow builds an iot-gate-imx8 with secure boot
34+
support, the machine is still iot-gate-imx8, but it's meant to deploy
35+
to its own iot-gate-imx8-sb device type as the original iot-gate-imx8
36+
device type rootfs does not fit the secure boot support and there is
37+
no migration path at the moment.
38+
39+
However, it's desired to keep this a single machine as once there is a
40+
migration path the same device type will support both secure boot and
41+
non secure boot enabled variants.
42+
footer:
43+
Changelog-entry: let the iot-gate-imx8-sb workflow deploy to a specified slug
44+
changelog-entry: let the iot-gate-imx8-sb workflow deploy to a specified slug
45+
Signed-off-by: Alex Gonzalez <alexg@balena.io>
46+
signed-off-by: Alex Gonzalez <alexg@balena.io>
47+
author: Alex Gonzalez
48+
nested: []
49+
version: 6.3.7+rev1
50+
title: ""
51+
date: 2025-01-23T11:43:35.390Z
152
- commits:
253
- subject: Update layers/meta-balena to 015a967f1e4a442bf7211cf9fcf9e8739c5cabf4
354
hash: d7de69a471b5c3e862453a3c68fc3102cdf79f9d

CHANGELOG.md

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

4+
# v6.3.7+rev1
5+
## (2025-01-23)
6+
7+
* make sure emmc boots from partition boot0 [Alex Gonzalez]
8+
* make sure emmc boots from partition boot0 [Alex Gonzalez]
9+
* let the iot-gate-imx8-sb workflow deploy to a specified slug [Alex Gonzalez]
10+
411
# v6.3.7
512
## (2025-01-21)
613

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3.7
1+
6.3.7+rev1

0 commit comments

Comments
 (0)