diff options
author | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-06-08 13:04:27 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-06-18 17:55:58 +0700 |
commit | 01a0313bd15445c857eebd9ab738d03ac134b07f (patch) | |
tree | a100e08eea84012ba28fee24fc14d81ba5143f12 /meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | |
parent | e0251fa9202e14a704e5c8335b1cef60bbf8ea20 (diff) |
rcar-gen3: IPL: Upgrade IPL version according to BSP v3.7.0
This commit changes the following contents:
- Upgrade IPL and Secure Monitor Rev1.0.21 rev2.
- Upgrade optee_os Rev1.0.14 rev2.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@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, 2 insertions, 3 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 4075532..c22775b 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb @@ -3,13 +3,12 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=69663ab153298557a59c67a60a743e5b" PR = "r0" -PV = "2.6.0+renesas+git${SRCPV}" +PV = "3.1.0+renesas+git${SRCPV}" BRANCH = "master" SRC_URI = "git://github.com/OP-TEE/optee_client.git;branch=${BRANCH}" -SRCREV = "73b4e490a8ed0b4a7714818e80998b9d8a7da958" +SRCREV = "3f16662284a69fdec97b1712064be94d1fed7ae7" SRC_URI += " \ - file://0001-Add-LDFLAGS-option.patch \ file://optee.service \ " |