blob: 1df7409c6c0e081a9e39d36a6b07a9a0a98e725c [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001LICENSE = "Apache-2.0 & BSD-3-Clause & Zlib"
2LIC_FILES_CHKSUM = "file://license.rst;md5=ea160bac7f690a069c608516b17997f4"
3
4SRC_URI = "git://git.trustedfirmware.org/TS/trusted-services.git;protocol=https;branch=integration;name=ts;destsuffix=git/ts"
5
6SRCREV_ts ?= "a365a04f937b9b76ebb2e0eeade226f208cbc0d2"
7
8S = "${WORKDIR}/git/ts"
9B = "${WORKDIR}/build"
10
11export CROSS_COMPILE="${TARGET_PREFIX}"
12
13CFLAGS[unexport] = "1"
14CPPFLAGS[unexport] = "1"
15AS[unexport] = "1"
16LD[unexport] = "1"
17
18# setting the linker options used to build the secure partitions
19SECURITY_LDFLAGS = ""
20TARGET_LDFLAGS = "-Wl,--build-id=none -Wl,--hash-style=both"
21
22do_configure[cleandirs] = "${B}"
23
24# Currently trusted-services and psa-arch-tests use FetchContent to download
25# more sources during do_configure. Until this is resolved we need to allow
26# network operations.
27do_configure[network] = "1"