diff options
Diffstat (limited to 'recipes-security/optee-imx/optee-fslc.inc')
| -rw-r--r-- | recipes-security/optee-imx/optee-fslc.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-security/optee-imx/optee-fslc.inc b/recipes-security/optee-imx/optee-fslc.inc index c89746dc4..599dda522 100644 --- a/recipes-security/optee-imx/optee-fslc.inc +++ b/recipes-security/optee-imx/optee-fslc.inc | |||
| @@ -1,14 +1,16 @@ | |||
| 1 | # Copied from meta-arm/recipes-security/optee/optee.inc. | 1 | # Copied from meta-arm/recipes-security/optee/optee.inc. |
| 2 | # See: https://github.com/nxp-imx/imx-manifest/blob/imx-linux-scarthgap/imx-6.6.52-2.2.0.xml#L30 | 2 | # See: https://github.com/nxp-imx/imx-manifest/blob/imx-linux-walnascar/imx-6.12.20-2.0.0.xml#L30 |
| 3 | 3 | ||
| 4 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" | 4 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" |
| 5 | 5 | ||
| 6 | COMPATIBLE_MACHINE ?= "invalid" | 6 | COMPATIBLE_MACHINE ?= "invalid" |
| 7 | COMPATIBLE_MACHINE:genericarm64 ?= "genericarm64" | ||
| 7 | COMPATIBLE_MACHINE:qemuarm64 ?= "qemuarm64" | 8 | COMPATIBLE_MACHINE:qemuarm64 ?= "qemuarm64" |
| 8 | COMPATIBLE_MACHINE:qemuarm ?= "qemuarm" | 9 | COMPATIBLE_MACHINE:qemuarm ?= "qemuarm" |
| 9 | # Please add supported machines below or set it in .bbappend or .conf | 10 | # Please add supported machines below or set it in .bbappend or .conf |
| 10 | 11 | ||
| 11 | OPTEEMACHINE ?= "${MACHINE}" | 12 | OPTEEMACHINE ?= "${MACHINE}" |
| 13 | OPTEEMACHINE:genericarm64 ?= "vexpress-qemu_armv8a" | ||
| 12 | OPTEEMACHINE:aarch64:qemuall ?= "vexpress-qemu_armv8a" | 14 | OPTEEMACHINE:aarch64:qemuall ?= "vexpress-qemu_armv8a" |
| 13 | OPTEEMACHINE:arm:qemuall ?= "vexpress-qemu_virt" | 15 | OPTEEMACHINE:arm:qemuall ?= "vexpress-qemu_virt" |
| 14 | 16 | ||
