Comment 8 for bug 746473

Revision history for this message
Hans Odeberg (hans-odeberg) wrote :

No, I really hope I don't have to put the binary blobs in the current directory - I suspect that would be slightly surprising to anyone who has used l-m-c to build for another board.

Currently I prepend the value of the variable uboot_parts_dir to the listed filenames, somewhere in the function get_file_info(). uboot_parts_dir is set to /boot somewhere else in the file, and that is where I expect the HW pack to unpack the boot blobs.

Yes, hardcoded names might be a problem - if we decide to encode version names in the filenames. But in that case I could just steal an idea I saw elsewhere in the file - to glob for a filename pattern instead.

/Hans