2019-07-15 20:22:31 +03:00
|
|
|
foreach f: [
|
|
|
|
'50-edk2-i386-secure.json',
|
|
|
|
'50-edk2-x86_64-secure.json',
|
|
|
|
'60-edk2-aarch64.json',
|
|
|
|
'60-edk2-arm.json',
|
|
|
|
'60-edk2-i386.json',
|
|
|
|
'60-edk2-x86_64.json'
|
|
|
|
]
|
|
|
|
configure_file(input: files(f),
|
|
|
|
output: f,
|
|
|
|
configuration: {'DATADIR': config_host['qemu_datadir']},
|
|
|
|
install: install_blobs,
|
2020-08-26 14:04:16 +03:00
|
|
|
install_dir: qemu_datadir / 'firmware')
|
2019-07-15 20:22:31 +03:00
|
|
|
endforeach
|