diff options
author | Thuy Tran <thuy.tran.xh@renesas.com> | 2018-05-22 09:53:24 +0700 |
---|---|---|
committer | Duy Dang <duy.dang.yw@rvc.renesas.com> | 2018-10-26 09:45:37 +0700 |
commit | d1414dafc8dbbe6b4c5adcbff1a25d8af1038715 (patch) | |
tree | 6c81d245f039f2000a815cab3281dea2ca8cfdc4 /meta-rcar-gen3/recipes-bsp | |
parent | c7688257d8a9428edc64ea00740c94e4f3efcbf7 (diff) |
rcar-gen3: OP-TEE: Drop python-wand and imagemagick
From optee 2.6.0 release [1], they do not use python-wand anymore.
It also adds inherit pythonnative to optee-client to follow upstream
version.
[1] meta-linaro rev: 837fb7d048a30baa6356d3ceb493ec20074b8785
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | 2 | ||||
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb index c22775b..2105900 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb @@ -12,7 +12,7 @@ SRC_URI += " \ file://optee.service \ " -inherit systemd +inherit pythonnative systemd SYSTEMD_SERVICE_${PN} = "optee.service" COMPATIBLE_MACHINE = "salvator-x|h3ulcb|m3ulcb|ebisu" diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb index f1e0e5b..7d697fb 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb @@ -33,10 +33,7 @@ SRC_URI_append = " \ COMPATIBLE_MACHINE = "(salvator-x|h3ulcb|m3ulcb|ebisu)" PLATFORM = "rcar" -DEPENDS = "python-wand-native python-pycrypto-native" - -# Needed so that python-wand can find the installed imagemagick install. -export MAGICK_HOME="${STAGING_DIR_NATIVE}${prefix}" +DEPENDS = "python-pycrypto-native" export CROSS_COMPILE64="${TARGET_PREFIX}" |