linaro-media-create dies whilst looking for ux500 based files. This amendment allows it to work with old and new hardware packs alike.
--- boards.py 2011-03-04 09:02:00.000000000 +0000 +++ boards.py~ 2011-02-01 16:51:45.000000000 +0000 @@ -264,7 +264,7 @@ class Ux500Config(BoardConfig): kernel_addr = '0x00100000' initrd_addr = '0x08000000' load_addr = '0x00008000' - kernel_suffix = 'u*500' + kernel_suffix = 'ux500' boot_script = 'flash.scr' extra_boot_args_options = ( 'earlyprintk rootdelay=1 fixrtc nocompcache '