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-os_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-os_git.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
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 604ad9a..30f430e 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb @@ -10,11 +10,11 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" inherit deploy pythonnative -PV = "2.6.0+renesas+git${SRCPV}" +PV = "3.1.0+renesas+git${SRCPV}" BRANCH = "rcar_gen3" -SRCREV_renesas = "894c561158d7f63e4211cdad46ff69cf220bc972" -SRCREV_officialgit = "6d57389f9eec0c213da917e35861a8eca4b205b3" +SRCREV_renesas = "5524832ca895973a372223a6bff9cc3fc7df4b15" +SRCREV_officialgit = "0ab9388c0d553a6bb5ae04e41b38ba40cf0474bf" SRCREV_FORMAT = "renesas_officialgit" SRC_URI = " \ @@ -43,7 +43,7 @@ S = "${WORKDIR}/git" EXTRA_OEMAKE = "-e MAKEFLAGS=" do_configure() { - cp -r ${WORKDIR}/git_official/core/lib/libtomcrypt ${B}/core/lib/. + cp -rn ${WORKDIR}/git_official/core/lib/libtomcrypt ${B}/core/lib/. } do_compile() { |