Closed rossburton closed 5 years ago
Currently the path to iasl is hard-coded:
https://github.com/projectacrn/acrn-hypervisor/blob/59e2de480578c54589f37ea0aa20ce5f6544c8a4/devicemodel/hw/platform/acpi/acpi.c#L91
That should be a fallback so the builder can pass -DASL_COMPILER=/real/path/to/iasl for systems where iasl isn't in /usr/sbin.
-DASL_COMPILER=/real/path/to/iasl
/usr/sbin
[External_System_ID] ACRN-2455
Merged in 80dc0bce3e70e45ba04a50fc7985e3d4606c04e7.
Currently the path to iasl is hard-coded:
https://github.com/projectacrn/acrn-hypervisor/blob/59e2de480578c54589f37ea0aa20ce5f6544c8a4/devicemodel/hw/platform/acpi/acpi.c#L91
That should be a fallback so the builder can pass
-DASL_COMPILER=/real/path/to/iasl
for systems where iasl isn't in/usr/sbin
.