Skip to content
Snippets Groups Projects
Unverified Commit 0af45b70 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

brcm2708: update image names and manifest aliases for new libplatforminfo

parent f0e5c5c3
No related branches found
No related tags found
No related merge requests found
include 'brcm2708.inc' include 'brcm2708.inc'
device('raspberry-pi', 'rpi', { device('raspberrypi-model-b', 'rpi', {
manifest_aliases = { manifest_aliases = {
'raspberrypi-model-b-plus',
'raspberrypi-model-b-rev2',
-- from Gluon 2019.1 and older
'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',
}, },
......
include 'brcm2708.inc' include 'brcm2708.inc'
device('raspberry-pi-2', 'rpi-2', { device('raspberrypi-2-model-b', 'rpi-2', {
manifest_aliases = { manifest_aliases = {
-- from Gluon 2019.1 and older
'raspberry-pi-2-model-b-rev-1.1', 'raspberry-pi-2-model-b-rev-1.1',
}, },
}) })
include 'brcm2708.inc' include 'brcm2708.inc'
device('raspberry-pi-3', 'rpi-3', { device('raspberrypi-3-model-b', 'rpi-3', {
manifest_aliases = { manifest_aliases = {
'raspberrypi-3-model-b-plus',
-- from Gluon 2019.1 and older
'raspberry-pi-3-model-b-rev-1.2', 'raspberry-pi-3-model-b-rev-1.2',
}, },
}) })
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