Skip to content

Commit 2747511

Browse files
v6.4.3+rev1
1 parent 18309b8 commit 2747511

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

.versionbot/CHANGELOG.yml

+42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
- commits:
2+
- subject: Fix Revolution Pi build by including missing rpi4-nvmem.cfg
3+
hash: 9c2f4c2ae56af4119f44c140e7216b02aad2b782
4+
body: >
5+
The linux-kunbus kernel recipe includes the file linux-raspberrypi.inc
6+
7+
which we copy over now from the BSP layer. As such we also need to add
8+
here
9+
10+
the kernel config fragment(s) the BSP include file uses.
11+
footer:
12+
Changelog-entry: Fix Revolution Pi build by including missing rpi4-nvmem.cfg
13+
changelog-entry: Fix Revolution Pi build by including missing rpi4-nvmem.cfg
14+
Signed-off-by: Florin Sarbu <[email protected]>
15+
signed-off-by: Florin Sarbu <[email protected]>
16+
author: Florin Sarbu
17+
nested: []
18+
- subject: Add support for CM5 and RPi500 and update to kernel version 6.12.1
19+
hash: abc93f8f2d5df8f8d5177f098d98c34483deb320
20+
body: |
21+
At this moment the RPi5 image does not build properly, and CM5
22+
and RPi500 are not supported at all.
23+
24+
This patch does several things:
25+
* Bumps kernel to 6.12
26+
* Bumps the balena bootloader kernel to 6.12
27+
* Adds CM5 and RPi500 device trees to the RPi5 image
28+
29+
The 6.12 kernel recipe was backported from meta-raspberrypi
30+
rev 923ac579c78ca42d425c303c34b65e199470ef67 in master.
31+
32+
RPi5, RPi500 and CM5 are therefore supported by a single device type.
33+
footer:
34+
Changelog-entry: Add support for CM5 and RPi500 and update to kernel version 6.12.1
35+
changelog-entry: Add support for CM5 and RPi500 and update to kernel version 6.12.1
36+
Signed-off-by: Florin Sarbu <[email protected]>
37+
signed-off-by: Florin Sarbu <[email protected]>
38+
author: Michal Toman
39+
nested: []
40+
version: 6.4.3+rev1
41+
title: ""
42+
date: 2025-03-14T08:24:24.789Z
143
- commits:
244
- subject: Update layers/meta-balena to 20cbd5aa6f9896b32256a2e6f68cc0b4b55a7650
345
hash: 6c08dd9b89b8d1e9d12e31ce260ee12e7473bd53

CHANGELOG.md

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

4+
# v6.4.3+rev1
5+
## (2025-03-14)
6+
7+
* Fix Revolution Pi build by including missing rpi4-nvmem.cfg [Florin Sarbu]
8+
* Add support for CM5 and RPi500 and update to kernel version 6.12.1 [Michal Toman]
9+
410
# v6.4.3
511
## (2025-03-12)
612

VERSION

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

0 commit comments

Comments
 (0)