Skip to content
Snippets Groups Projects
Unverified Commit 609903cb authored by Matthias Schiffer's avatar Matthias Schiffer Committed by Tom Herbers
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.

(cherry picked from commit 20c2adae)
[adjust comment from 2023.1 to 2023.1.1]
Signed-off-by: default avatarTom Herbers <mail@tomherbers.de>
parent a9d4ea2e
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,8 @@ device('raspberrypi-model-b', 'rpi', { ...@@ -5,7 +5,8 @@ device('raspberrypi-model-b', 'rpi', {
'raspberrypi-model-b-plus', 'raspberrypi-model-b-plus',
'raspberrypi-model-b-rev2', 'raspberrypi-model-b-rev2',
-- from Gluon 2019.1 and older -- from Gluon 2023.1.1 and older
'raspberry-pi-model-b-rev-1',
'raspberry-pi-model-b-rev-2', 'raspberry-pi-model-b-rev-2',
'raspberry-pi-model-b-plus-rev-1.2', 'raspberry-pi-model-b-plus-rev-1.2',
}, },
......
...@@ -2,7 +2,7 @@ include 'bcm27xx.inc' ...@@ -2,7 +2,7 @@ include 'bcm27xx.inc'
device('raspberrypi-2-model-b', 'rpi-2', { device('raspberrypi-2-model-b', 'rpi-2', {
manifest_aliases = { manifest_aliases = {
-- from Gluon 2019.1 and older -- from Gluon 2023.1.1 and older
'raspberry-pi-2-model-b-rev-1.1', 'raspberry-pi-2-model-b-rev-1.1',
}, },
}) })
...@@ -4,7 +4,8 @@ device('raspberrypi-3-model-b', 'rpi-3', { ...@@ -4,7 +4,8 @@ device('raspberrypi-3-model-b', 'rpi-3', {
manifest_aliases = { manifest_aliases = {
'raspberrypi-3-model-b-plus', 'raspberrypi-3-model-b-plus',
-- from Gluon 2019.1 and older -- from Gluon 2023.1.1 and older
'raspberry-pi-3-model-b-rev-1.2', '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