Hi Enoch. I wonder if, maybe, the definition you shared just asks for an impossible configuration.
Indeed if it wants acpi, so let us add it.
If you add <features> <acpi/> </features> you will get error: unsupported configuration: ACPI requires UEFI on this architecture
So you also need to add uefi ...
Unfortunately all my arm systems are down or unusable at the moment so I can't confirm the latter.
I've asked a few friends if they could have a look as I'm soon out for a while.
Hi Enoch.
I wonder if, maybe, the definition you shared just asks for an impossible configuration.
Indeed if it wants acpi, so let us add it.
If you add
<features>
<acpi/>
</features>
you will get
error: unsupported configuration: ACPI requires UEFI on this architecture
So you also need to add uefi ...
Unfortunately all my arm systems are down or unusable at the moment so I can't confirm the latter.
I've asked a few friends if they could have a look as I'm soon out for a while.