Skip to content

Multiple firmware versions for minimal ML

Bitbucket Importer requested to merge bitbucket/merged-pr-846 into branch/unified

Created originally on Bitbucket by daniel_fort (Daniel Fort)

Was already merged in Bitbucket before import, marked as merged by the import user

Check if platform supports multiple firmware versions and show error if version isn't specified. This helps when making a minimal ML.

If the platform doesn't have multiple firmware versions Makefile.platform.base will automatically detect the current firmware version so it isn't necessary to put the firmware version for those platforms in the minimal ML build directory.

Used "hg cp" to create the 5D3.123 directory and "hg mv" to rename the 60D, 600D and 1100D directories. Finally, added an EOSM directory and checked that the minimal ML is working on that platform.

Merge request reports