summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorZelan Zou <zelan.zou@nxp.com>2026-03-20 14:42:42 +0800
committerZelan Zou <zelan.zou@nxp.com>2026-03-26 14:32:58 +0800
commite1a0aaae650ea1d8e071c01ae58b903294e3a804 (patch)
tree71ae0f9ed277d5238ee82f568e8c062ec71b14a1 /recipes-security
parent63e407162f42e088e90777818a0876c361b1907b (diff)
downloadmeta-freescale-e1a0aaae650ea1d8e071c01ae58b903294e3a804.tar.gz
itest: Add NXP i.MX Itest
Initial recipe Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/smw/itest_git.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/recipes-security/smw/itest_git.bb b/recipes-security/smw/itest_git.bb
new file mode 100644
index 000000000..7885edc30
--- /dev/null
+++ b/recipes-security/smw/itest_git.bb
@@ -0,0 +1,34 @@
1# Copyright 2026 NXP
2SUMMARY = "NXP i.MX Itest"
3DESCRIPTION = "NXP i.MX Itest"
4SECTION = "base"
5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=8636bd68fc00cc6a3809b7b58b45f982"
7
8SRC_URI = "${ITEST_SRC};branch=${SRCBRANCH}"
9ITEST_SRC ?= "git://github.com/nxp-imx/itest.git;protocol=https"
10SRCBRANCH = "lf-6.18.2_1.0.0"
11SRCREV = "37533de97b8f5f430caa00e3560fdbd4483d893c"
12
13inherit cmake
14
15PACKAGECONFIG:mx8dxl-nxp-bsp ??= "ele-seco"
16PACKAGECONFIG:mx8ulp-nxp-bsp ??= "ele"
17PACKAGECONFIG:mx91-nxp-bsp ??= "ele"
18PACKAGECONFIG:mx93-nxp-bsp ??= "ele"
19PACKAGECONFIG:mx943-nxp-bsp ??= "ele ele-seco prime"
20PACKAGECONFIG:mx95-nxp-bsp ??= "ele ele-seco"
21PACKAGECONFIG:mx952-nxp-bsp ??= "ele ele-seco prime"
22
23PACKAGECONFIG[ele] = "-DELE=1,,imx-secure-enclave"
24PACKAGECONFIG[ele-seco] = "-DV2X=1,,imx-secure-enclave-seco"
25PACKAGECONFIG[prime] = "-DPRIME=1,,imx-secure-enclave-prime"
26
27EXTRA_OECMAKE = " \
28 -DOPENSSL_PATH="${STAGING_DIR_HOST}/usr" \
29 -DELE_LIB_PATH="${STAGING_DIR_HOST}/usr" \
30 -DLIB_PATH="${STAGING_DIR_HOST}${libdir}""
31
32PACKAGE_ARCH = "${MACHINE_SOCARCH}"
33
34COMPATIBLE_MACHINE = "(mx8dxl-nxp-bsp|mx8ulp-nxp-bsp|mx9-nxp-bsp)"