Recorded the wrong commit sha. Used the -next branch commit sha and not the release branch.
Signed-off-by: Dan Murphy <[email protected]> --- meta-arago-distro/recipes-security/optee/optee-os_git.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8643938f..f92ba01b 100644 --- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend +++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend @@ -9,7 +9,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \ " BRANCH = "ti_optee_os" -SRCREV = "a92d4a6698b0acc8147fba21b10c7e4473da3b9e" +SRCREV = "79a8c877a637113b47f3e9fca417d33c5eacf9c9" EXTRA_OEMAKE = "CROSS_COMPILE_core=${HOST_PREFIX} \ CROSS_COMPILE_ta_arm32=${HOST_PREFIX} \ -- 2.12.2 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
