On Fri, 16 Oct 2015, Julien Grall wrote:
> On 16/10/15 12:42, Stefano Stabellini wrote:
> > function ovmf_check_package() {
> > -local DEP_Debian_common="build-essential nasm uuid-dev python iasl"
> > -local DEP_Debian_x86_32="$DEP_Debian_common"
> > -local DEP_Debian_x86_64="$DEP_Debi
On 16/10/15 12:42, Stefano Stabellini wrote:
> function ovmf_check_package() {
> -local DEP_Debian_common="build-essential nasm uuid-dev python iasl"
> -local DEP_Debian_x86_32="$DEP_Debian_common"
> -local DEP_Debian_x86_64="$DEP_Debian_common"
> -local DEP_Debian_arm32="$DEP_Debi
nasm is not a dependency on arm64.
print out a message that on x86_32 we are building ovmf x86_64.
---
Changes in v3:
- allow x86_64 build on x86_32
- print out a message that on x86_32 we are building ovmf x86_64
- add a comment on the usage of large model on arm64
Changes in v2:
- disable x86_