]> Git Repo - buildroot-mgba.git/commitdiff
boot/optee-os: remove host-python-pillow build dependency
authorKory Maincent <[email protected]>
Tue, 6 Sep 2022 10:23:20 +0000 (12:23 +0200)
committerYann E. MORIN <[email protected]>
Tue, 6 Sep 2022 11:44:46 +0000 (13:44 +0200)
host-python-pillow dependency was needed to build the STMicroelecronics
version during its rc versions but is is not needed anymore in the release.
It is then useless to keep this dependency.

Signed-off-by: Kory Maincent <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
boot/optee-os/Config.in
boot/optee-os/optee-os.mk

index db7a93c10cbb86be3888d24e3731e498268a480a..5244700bc2febe32cb7062fe97a02df57f4932b3 100644 (file)
@@ -91,13 +91,6 @@ config BR2_TARGET_OPTEE_OS_NEEDS_PYTHON_CRYPTOGRAPHY
          python-cryptography. Select this option if optee-os needs
          python-cryptography to be built.
 
-config BR2_TARGET_OPTEE_OS_NEEDS_PYTHON_PILLOW
-       bool "OP-TEE OS needs host-python-pillow"
-       help
-         Some specific OP-TEE OS versions may use python-pillow to
-         build the Trusted User Interface feature.  Select this
-         option if optee-os need python-pillow to be built.
-
 config BR2_TARGET_OPTEE_OS_CORE
        bool "Build core"
        default y
index 136c4b2401ab42fe57cb400d71103c6aae6f33fd..38b0d367efa6ab6b51c157579a4ba9a3a1629e17 100644 (file)
@@ -36,10 +36,6 @@ else
 OPTEE_OS_DEPENDENCIES += host-python-pycryptodomex
 endif
 
-ifeq ($(BR2_TARGET_OPTEE_OS_NEEDS_PYTHON_PILLOW),y)
-OPTEE_OS_DEPENDENCIES += host-python-pillow
-endif
-
 ifeq ($(BR2_TARGET_OPTEE_OS_NEEDS_DTC),y)
 OPTEE_OS_DEPENDENCIES += host-dtc
 endif
This page took 0.036043 seconds and 4 git commands to generate.