Merge lp:~salgado/linaro-image-tools/bug-702645 into lp:linaro-image-tools/11.11

Proposed by Guilherme Salgado
Status: Merged
Merged at revision: 245
Proposed branch: lp:~salgado/linaro-image-tools/bug-702645
Merge into: lp:linaro-image-tools/11.11
Diff against target: 0 lines
To merge this branch: bzr merge lp:~salgado/linaro-image-tools/bug-702645
Reviewer Review Type Date Requested Status
Loïc Minier (community) Approve
Review via email: mp+46627@code.launchpad.net

Description of the change

Make l-m-c find the MLO file to install on omap boards regardless of where
x-loader puts them.

I decided to use python's glob to expand possible paths where the file is
located instead of using find as that's easier and avoids having to interface
with subprocesses, but mostly because this is a temporary solution anyway.

To post a comment you must log in.
Revision history for this message
Loïc Minier (lool) wrote :

Looks good; you could mention the LP bug in the XXX comment, and ideally we would have an OmapConfig class which both Panda and Beagle would inherit from rather than the unobvious Panda inherits Beagle situation, but this is temporary anyway.

review: Approve
245. By Guilherme Salgado

Mention the bug number in an XXX comment and create an OmapConfig which is extended by both Beagle and Panda configs

Preview Diff

Empty

Subscribers

People subscribed via source and target branches