Updating the SRCREV for the optee-client, optee-os and optee-test to Linaro's tagged version of 2.5.0 release.
Signed-off-by: Dan Murphy <[email protected]> --- v2 - Fixed optee_os commit sha meta-arago-distro/recipes-security/optee/optee-client.bbappend | 4 +++- meta-arago-distro/recipes-security/optee/optee-os_git.bbappend | 4 +++- meta-arago-distro/recipes-security/optee/optee-test_git.bbappend | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/meta-arago-distro/recipes-security/optee/optee-client.bbappend b/meta-arago-distro/recipes-security/optee/optee-client.bbappend index cdf68545..d18ab3ba 100644 --- a/meta-arago-distro/recipes-security/optee/optee-client.bbappend +++ b/meta-arago-distro/recipes-security/optee/optee-client.bbappend @@ -3,5 +3,7 @@ PR_append = ".arago0" SRC_URI = "git://git.ti.com/optee/ti-optee-client.git;branch=${BRANCH} \ file://tee-supplicant.service" +PV = "2.5.0+git${SRCPV}" + BRANCH = "ti_optee_client" -SRCREV = "0b7aa7d6ff08b20ba20c425eed8b2023a179ed85" +SRCREV = "0efaf6bae1066d06a075d1f4fe1011b8b3576f75" diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend index c6e5be4a..d5116fb8 100644 --- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend +++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend @@ -2,13 +2,15 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" PR_append = ".arago7" +PV="2.5.0+git${SRCPV}" + is_armv7 = "1" SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \ file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \ " BRANCH = "ti_optee_os" -SRCREV = "941cd2d94db90bde2c6986cb55cd5b5c7bef8457" +SRCREV = "a73053f395996f649da278cbec361aa01c02befa" EXTRA_OEMAKE = "CROSS_COMPILE_core=${HOST_PREFIX} \ CROSS_COMPILE_ta_arm32=${HOST_PREFIX} \ diff --git a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend index 62dc6c72..17228b13 100644 --- a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend +++ b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend @@ -2,5 +2,7 @@ PR_append = ".arago1" SRC_URI = "git://git.ti.com/optee/ti-optee-test.git;branch=${BRANCH}" +PV = "2.5.0+git${SRCPV}" + BRANCH = "ti_optee_test" -SRCREV = "d232f17ac35d17da3b2446651facf587ee4696f2" +SRCREV = "e0ab180a643b67e865b35f869a2ed3b3dee9112d" -- 2.13.2.516.ge629a7d28 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
