diff options
Diffstat (limited to 'recipes-security/optee/optee-client-qoriq.bb')
| -rw-r--r-- | recipes-security/optee/optee-client-qoriq.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-security/optee/optee-client-qoriq.bb b/recipes-security/optee/optee-client-qoriq.bb deleted file mode 100644 index af5fc095e..000000000 --- a/recipes-security/optee/optee-client-qoriq.bb +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | SUMMARY = "OPTEE Client" | ||
| 2 | HOMEPAGE = "https://github.com/qoriq-open-source/optee_client" | ||
| 3 | |||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b" | ||
| 6 | |||
| 7 | inherit python3native systemd | ||
| 8 | |||
| 9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_client;nobranch=1 \ | ||
| 10 | " | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | SRCREV = "08428734c67fb559e420d87fa52fd74a955ea1bd" | ||
| 14 | |||
| 15 | EXTRA_OEMAKE = "ARCH=arm64" | ||
| 16 | |||
| 17 | do_install() { | ||
| 18 | oe_runmake install | ||
| 19 | |||
| 20 | install -D -p -m0755 ${S}/out/export/bin/tee-supplicant ${D}${bindir}/tee-supplicant | ||
| 21 | |||
| 22 | install -D -p -m0644 ${S}/out/export/lib/libteec.so.1.0 ${D}${libdir}/libteec.so.1.0 | ||
| 23 | ln -sf libteec.so.1.0 ${D}${libdir}/libteec.so | ||
| 24 | ln -sf libteec.so.1.0 ${D}${libdir}/libteec.so.1 | ||
| 25 | |||
| 26 | cp -a ${S}/out/export/include ${D}/usr/ | ||
| 27 | } | ||
| 28 | |||
| 29 | COMPATIBLE_MACHINE = "(qoriq)" | ||
