diff options
Diffstat (limited to 'recipes-security/optee-qoriq')
-rw-r--r-- | recipes-security/optee-qoriq/optee-client.nxp.inc | 3 | ||||
-rw-r--r-- | recipes-security/optee-qoriq/optee-os.nxp.inc | 1 | ||||
-rw-r--r-- | recipes-security/optee-qoriq/optee-test.nxp.inc | 1 |
3 files changed, 1 insertions, 4 deletions
diff --git a/recipes-security/optee-qoriq/optee-client.nxp.inc b/recipes-security/optee-qoriq/optee-client.nxp.inc index a7d34497e..a7e51a29d 100644 --- a/recipes-security/optee-qoriq/optee-client.nxp.inc +++ b/recipes-security/optee-qoriq/optee-client.nxp.inc | |||
@@ -13,7 +13,6 @@ SRCREV = "7c9c423d00e96bf51debd5fe10fd70dce83be5cc" | |||
13 | FILESEXTRAPATHS:prepend := "${THISDIR}/optee-client:" | 13 | FILESEXTRAPATHS:prepend := "${THISDIR}/optee-client:" |
14 | SRC_URI += "file://tee-supplicant.service" | 14 | SRC_URI += "file://tee-supplicant.service" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | ||
17 | B = "${WORKDIR}/build" | 16 | B = "${WORKDIR}/build" |
18 | 17 | ||
19 | OPTEE_ARCH ?= "arm32" | 18 | OPTEE_ARCH ?= "arm32" |
@@ -41,7 +40,7 @@ do_install () { | |||
41 | cp -a ${B}/export/usr/include ${D}${includedir} | 40 | cp -a ${B}/export/usr/include ${D}${includedir} |
42 | 41 | ||
43 | install -d ${D}${systemd_system_unitdir}/ | 42 | install -d ${D}${systemd_system_unitdir}/ |
44 | install -m0644 ${WORKDIR}/tee-supplicant.service ${D}${systemd_system_unitdir}/ | 43 | install -m0644 ${UNPACKDIR}/tee-supplicant.service ${D}${systemd_system_unitdir}/ |
45 | sed -i -e s:/etc:${sysconfdir}:g -e s:/usr/bin:${bindir}:g ${D}${systemd_system_unitdir}/tee-supplicant.service | 44 | sed -i -e s:/etc:${sysconfdir}:g -e s:/usr/bin:${bindir}:g ${D}${systemd_system_unitdir}/tee-supplicant.service |
46 | } | 45 | } |
47 | 46 | ||
diff --git a/recipes-security/optee-qoriq/optee-os.nxp.inc b/recipes-security/optee-qoriq/optee-os.nxp.inc index 5b90b937c..989da06d7 100644 --- a/recipes-security/optee-qoriq/optee-os.nxp.inc +++ b/recipes-security/optee-qoriq/optee-os.nxp.inc | |||
@@ -12,7 +12,6 @@ DEPENDS = "python3-pycryptodome-native python3-pyelftools-native python3-pycrypt | |||
12 | SRC_URI = "git://github.com/nxp-qoriq/optee_os.git;protocol=https;nobranch=1" | 12 | SRC_URI = "git://github.com/nxp-qoriq/optee_os.git;protocol=https;nobranch=1" |
13 | SRCREV = "735d98806dc26fbeeecad7f5e60ffeab8170c67e" | 13 | SRCREV = "735d98806dc26fbeeecad7f5e60ffeab8170c67e" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | ||
16 | B = "${WORKDIR}/build.${PLATFORM_FLAVOR}" | 15 | B = "${WORKDIR}/build.${PLATFORM_FLAVOR}" |
17 | 16 | ||
18 | PLATFORM_FLAVOR ?= "${MACHINE}" | 17 | PLATFORM_FLAVOR ?= "${MACHINE}" |
diff --git a/recipes-security/optee-qoriq/optee-test.nxp.inc b/recipes-security/optee-qoriq/optee-test.nxp.inc index 14a42ac5a..17108ff38 100644 --- a/recipes-security/optee-qoriq/optee-test.nxp.inc +++ b/recipes-security/optee-qoriq/optee-test.nxp.inc | |||
@@ -12,7 +12,6 @@ inherit python3native cmake | |||
12 | SRC_URI = "git://github.com/nxp-qoriq/optee_test.git;protocol=https;nobranch=1" | 12 | SRC_URI = "git://github.com/nxp-qoriq/optee_test.git;protocol=https;nobranch=1" |
13 | SRCREV = "69722dab8c1f2683e30e0ee3b536053367e37aad" | 13 | SRCREV = "69722dab8c1f2683e30e0ee3b536053367e37aad" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | ||
16 | B = "${WORKDIR}/build" | 15 | B = "${WORKDIR}/build" |
17 | 16 | ||
18 | TA_DEV_KIT_DIR ?= "${STAGING_INCDIR}/optee/export-user_ta" | 17 | TA_DEV_KIT_DIR ?= "${STAGING_INCDIR}/optee/export-user_ta" |