Skip to content
Snippets Groups Projects
Unverified Commit 20c2adae authored by Matthias Schiffer's avatar Matthias Schiffer Committed by GitHub
Browse files

bcm27xx: update manifest aliases (#3110)

As the boardname-based image name setting was broken for bcm27xx due to the
target rename, we need to keep the model-based names updated for now.

Add all model strings currently seen on the Multimeshviewer and update
the comments accordingly.
parent c2dc338a
No related branches found
Tags experimental-2024-03-08-base
No related merge requests found
......@@ -5,7 +5,8 @@ device('raspberrypi-model-b', 'rpi', {
'raspberrypi-model-b-plus',
'raspberrypi-model-b-rev2',
-- from Gluon 2019.1 and older
-- from Gluon 2023.1 and older
'raspberry-pi-model-b-rev-1',
'raspberry-pi-model-b-rev-2',
'raspberry-pi-model-b-plus-rev-1.2',
},
......
......@@ -2,7 +2,7 @@ include 'bcm27xx.inc'
device('raspberrypi-2-model-b', 'rpi-2', {
manifest_aliases = {
-- from Gluon 2019.1 and older
-- from Gluon 2023.1 and older
'raspberry-pi-2-model-b-rev-1.1',
},
})
......@@ -4,7 +4,8 @@ device('raspberrypi-3-model-b', 'rpi-3', {
manifest_aliases = {
'raspberrypi-3-model-b-plus',
-- from Gluon 2019.1 and older
-- from Gluon 2023.1 and older
'raspberry-pi-3-model-b-rev-1.2',
'raspberry-pi-3-model-b-plus-rev-1.3',
},
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment