diff options
author | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-12-23 12:00:22 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2018-01-30 10:00:50 +0700 |
commit | c7bf6dd5e219a9066f31debf177e23abe28f13a5 (patch) | |
tree | 7b44b0889e99cc46114acd0d63ce965116d8aa20 /meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | |
parent | ca80cc5603eb810c8f47694f553b13ff79060ff1 (diff) |
rcar-gen3: IPL: Update IPL version according to BSP v3.6.0
This commit changes following contents:
- Update IPL and Secure Monitor Rev1.0.18 rev2
- Update optee_os Rev1.0.11 rev2
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | 5 |
1 files changed, 3 insertions, 2 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 9efbfb5..454f82b 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb @@ -3,12 +3,13 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=69663ab153298557a59c67a60a743e5b" PR = "r0" -PV = "1.1.0+renesas+git${SRCPV}" +PV = "2.6.0+renesas+git${SRCPV}" BRANCH = "master" SRC_URI = "git://github.com/OP-TEE/optee_client.git;branch=${BRANCH}" -SRCREV = "db9c64d45818d146200297eaaedbd421a8b59e3a" +SRCREV = "73b4e490a8ed0b4a7714818e80998b9d8a7da958" SRC_URI += " \ + file://0001-Add-LDFLAGS-option.patch \ file://optee.service \ " |