diff options
author | C.R. Guo <chunrong.guo@nxp.com> | 2018-03-07 16:45:46 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-03-15 09:50:54 -0300 |
commit | b2bd8c7dde85b3da7035afa63ddebf7f73564b8e (patch) | |
tree | a5ac3e2abeb4667cce5791beb52f307d919849c4 | |
parent | fe25ab0a190680d05bb3e3c5f509274d0f89d722 (diff) | |
download | meta-freescale-b2bd8c7dde85b3da7035afa63ddebf7f73564b8e.tar.gz |
optee-client: Rename optee-client -> optee-client-qoriq
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-security/optee/optee-client-qoriq.bb (renamed from recipes-security/optee/optee-client.bb) | 4 | ||||
-rw-r--r-- | recipes-security/optee/optee-client-qoriq/0001-Respect-LDFLAGS-set-from-OE-build.patch (renamed from recipes-security/optee/optee-client/0001-Respect-LDFLAGS-set-from-OE-build.patch) | 0 |
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes-security/optee/optee-client.bb b/recipes-security/optee/optee-client-qoriq.bb index 45e0b75c..bae18f86 100644 --- a/recipes-security/optee/optee-client.bb +++ b/recipes-security/optee/optee-client-qoriq.bb | |||
@@ -6,13 +6,15 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b" | |||
6 | 6 | ||
7 | inherit pythonnative systemd | 7 | inherit pythonnative systemd |
8 | 8 | ||
9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_client;nobranch=1 \ | 9 | SRC_URI = "git://github.com/qoriq-open-source/optee_client.git;nobranch=1 \ |
10 | file://0001-Respect-LDFLAGS-set-from-OE-build.patch \ | 10 | file://0001-Respect-LDFLAGS-set-from-OE-build.patch \ |
11 | " | 11 | " |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | SRCREV = "73b4e490a8ed0b4a7714818e80998b9d8a7da958" | 14 | SRCREV = "73b4e490a8ed0b4a7714818e80998b9d8a7da958" |
15 | 15 | ||
16 | EXTRA_OEMAKE = "ARCH=arm64" | ||
17 | |||
16 | do_install() { | 18 | do_install() { |
17 | oe_runmake install | 19 | oe_runmake install |
18 | 20 | ||
diff --git a/recipes-security/optee/optee-client/0001-Respect-LDFLAGS-set-from-OE-build.patch b/recipes-security/optee/optee-client-qoriq/0001-Respect-LDFLAGS-set-from-OE-build.patch index 8dd6c7a9..8dd6c7a9 100644 --- a/recipes-security/optee/optee-client/0001-Respect-LDFLAGS-set-from-OE-build.patch +++ b/recipes-security/optee/optee-client-qoriq/0001-Respect-LDFLAGS-set-from-OE-build.patch | |||