diff options
Diffstat (limited to 'templates/machines/upsquare.jinja2')
-rw-r--r-- | templates/machines/upsquare.jinja2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/machines/upsquare.jinja2 b/templates/machines/upsquare.jinja2 index 46ced27..5086ada 100644 --- a/templates/machines/upsquare.jinja2 +++ b/templates/machines/upsquare.jinja2 @@ -1,5 +1,6 @@ {%- extends 'boot/generic-grub-tftp.jinja2' %} {%- set device_arch = "x86" %} +{%- set sdk_arch = "x86-64" %} {%- set device_mach = "intel" %} {%- set device_type = "upsquare" %} {%- set yocto_machine = "intel-corei7-64" %} |