Visible to Intel only — GUID: ddy1494360986088
Ixiasoft
3.3.1. Prerequisites
Building the UEFI requires additional Linux packages. Depending on your Linux distribution, the command to install the packages is different:
If you are using a Ubuntu distribution, type:
$ sudo apt-get install uuid-dev build-essential
If you using a Fedora distribution, type:
$ sudo yum install uuid-devel libuuid-devel
For building UEFI, the Python package is required. If Python is not already available on your system, running the commands from the SoC EDS Embedded Command Shell provides the required Python dependency.