OSDN Git Service

roms/edk2: Only initialize required submodules
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 18 Oct 2021 10:58:16 +0000 (12:58 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 20 Oct 2021 23:26:19 +0000 (16:26 -0700)
commitbd0da3a3d4f5e51856b5716508df9a4fdbbd416c
treec510144cee5bc33cd98c6c066a2b37e59f99cf6e
parentb152229697c8e3ef2655d29488eadacde6b2b309
roms/edk2: Only initialize required submodules

The EDK2 firmware images built to test QEMU do not require
the following submodules:

 - MdeModulePkg/Universal/RegularExpressionDxe/oniguruma
 - UnitTestFrameworkPkg/Library/CmockaLib/cmocka

The only submodules required are:

 - ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3
 - BaseTools/Source/C/BrotliCompress/brotli
 - CryptoPkg/Library/OpensslLib/openssl
 - MdeModulePkg/Library/BrotliCustomDecompressLib/brotli

Adapt the buildsys machinery to only initialize the required
submodules.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Message-Id: <20211018105816.2663195-3-philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
.gitlab-ci.d/edk2.yml
roms/Makefile.edk2
scripts/make-release