To use this 'slimmed-down' WRL/YoctoProject installation directory to trick the WRL/YoctoProject
plugins, do the following (assuming your pwd is YoctoProject):

** Please run the following commands to enable 32 bit executables to run on 64 bit OS and to be able to run QEMU as well **
sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \
     build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \
     xz-utils debianutils iputils-ping libsdl1.2-dev xterm

1. $ cd meta-intel-iss
2. Open package.properties in an editor, and insert the path
   to the root directory of your ISS 2019 installation as the value for
   ISS_BASE_DIR. If you install ISS at the default location, then this
   value would be /opt/intel/system_studio_2019.
2. Insert the path to the compilers and libraries in your ISS as the value
   for ISS_COMPLIB_DIR. Usually it is /opt/intel/system_studio_2019/compilers_and_libraries/linux.
3. Save the file.
4. $ cd ..
5. $ ./setup/postinstall.sh

At this point, you can point your WIND_HOME to YoctoProject to trick the plugins!
