1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-08 05:09:56 +00:00

arm/optee: support optee-os v3.18.0

This change is to add yocot recipe to support optee-os
3.18.0 version.
Also, move the SRC_URI:append and DEPENDS to optee-os.inc
as these are common accross different optee versions.

Signed-off-by: Vishnu Banavath <vishnu.banavath@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Vishnu Banavath
2022-07-29 17:22:30 +01:00
committed by Jon Mason
parent 1eb9cd9416
commit 1a14fe181d
4 changed files with 10 additions and 8 deletions
@@ -16,6 +16,11 @@ DEPENDS:append:toolchain-clang = " compiler-rt"
SRC_URI = "git://github.com/OP-TEE/optee_os.git;branch=master;protocol=https"
SRC_URI:append = " \
file://0006-allow-setting-sysroot-for-libgcc-lookup.patch \
file://0007-allow-setting-sysroot-for-clang.patch \
"
S = "${WORKDIR}/git"
B = "${WORKDIR}/build"
@@ -2,8 +2,4 @@ require optee-os.inc
SRCREV = "d21befa5e53eae9db469eba1685f5aa5c6f92c2f"
SRC_URI:append = " \
file://0006-allow-setting-sysroot-for-libgcc-lookup.patch \
file://0007-allow-setting-sysroot-for-clang.patch \
"
DEPENDS = "python3-pycryptodome-native python3-pyelftools-native"
@@ -2,8 +2,4 @@ require optee-os.inc
SRCREV = "f9e550142dd4b33ee1112f5dd64ffa94ba79cefa"
SRC_URI:append = " \
file://0006-allow-setting-sysroot-for-libgcc-lookup.patch \
file://0007-allow-setting-sysroot-for-clang.patch \
"
DEPENDS += "dtc-native"
@@ -0,0 +1,5 @@
require optee-os.inc
DEPENDS += "dtc-native"
SRCREV = "1ee647035939e073a2e8dddb727c0f019cc035f1"