mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
optee-os optee-test: switch from SRC_URI:append to SRC_URI +=
It is more difficult to update optee recipes to bleeding edge 3.21 when patches are added to SRC_URI via :append and thus they need to be explicitly removed with :remove and name of the patch file. For our boards we know 3.21 will work without patches but we still want to keep using meta-arm side base recipe and just update the SRC_URI to remove patches and update SRCREV and PV. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -16,7 +16,7 @@ DEPENDS:append:toolchain-clang = " compiler-rt"
|
||||
|
||||
SRC_URI = "git://github.com/OP-TEE/optee_os.git;branch=master;protocol=https"
|
||||
|
||||
SRC_URI:append = " \
|
||||
SRC_URI += " \
|
||||
file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
|
||||
file://0002-optee-enable-clang-support.patch \
|
||||
file://0003-core-link-add-no-warn-rwx-segments.patch \
|
||||
|
||||
@@ -5,7 +5,7 @@ DEPENDS += "dtc-native"
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/optee-os-3.18.0:"
|
||||
|
||||
SRCREV = "1ee647035939e073a2e8dddb727c0f019cc035f1"
|
||||
SRC_URI:append = " \
|
||||
SRC_URI += " \
|
||||
file://0004-core-Define-section-attributes-for-clang.patch \
|
||||
file://0005-core-ldelf-link-add-z-execstack.patch \
|
||||
file://0006-arm32-libutils-libutee-ta-add-.note.GNU-stack-sectio.patch \
|
||||
|
||||
@@ -5,7 +5,7 @@ DEPENDS += "dtc-native"
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/optee-os-3.20.0:"
|
||||
|
||||
SRCREV = "8e74d47616a20eaa23ca692f4bbbf917a236ed94"
|
||||
SRC_URI:append = " \
|
||||
SRC_URI += " \
|
||||
file://0004-core-Define-section-attributes-for-clang.patch \
|
||||
file://0005-core-arm-S-EL1-SPMC-boot-ABI-update.patch \
|
||||
file://0006-core-ffa-add-TOS_FW_CONFIG-handling.patch \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require optee-test.inc
|
||||
|
||||
SRC_URI:append = " \
|
||||
SRC_URI += " \
|
||||
file://musl-workaround.patch \
|
||||
"
|
||||
SRCREV = "da5282a011b40621a2cf7a296c11a35c833ed91b"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require optee-test.inc
|
||||
|
||||
SRC_URI:append = " \
|
||||
SRC_URI += " \
|
||||
file://Update-arm_ffa_user-driver-dependency.patch \
|
||||
file://ffa_spmc-Add-arm_ffa_user-driver-compatibility-check.patch \
|
||||
file://musl-workaround.patch \
|
||||
|
||||
Reference in New Issue
Block a user