diff options
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/optee')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | 2 | ||||
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb index 2105900..3ffa0fc 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb @@ -15,7 +15,7 @@ SRC_URI += " \ inherit pythonnative systemd SYSTEMD_SERVICE_${PN} = "optee.service" -COMPATIBLE_MACHINE = "salvator-x|h3ulcb|m3ulcb|ebisu" +COMPATIBLE_MACHINE = "salvator-x|h3ulcb|m3ulcb|m3nulcb|ebisu" PACKAGE_ARCH = "${MACHINE_ARCH}" diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb index c0be969..54a4591 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb @@ -22,7 +22,7 @@ SRC_URI = " \ git://github.com/OP-TEE/optee_os.git;branch=master;name=officialgit;destsuffix=git_official \ " -COMPATIBLE_MACHINE = "(salvator-x|h3ulcb|m3ulcb|ebisu)" +COMPATIBLE_MACHINE = "(salvator-x|h3ulcb|m3ulcb|m3nulcb|ebisu)" PLATFORM = "rcar" DEPENDS = "python-pycrypto-native" |