mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-31 12:50:02 +00:00
optee-os: Mark recipes dormant by default
All arm SOCs may not support optee and there are non-arm machines too this makes this recipe fit into mutli-BSP environments, platforms which support optee should be specifically called out via COMPATIBLE_MACHINE, for general case it remains 'null' Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b"
|
|||||||
|
|
||||||
PV = "3.8.0+git${SRCPV}"
|
PV = "3.8.0+git${SRCPV}"
|
||||||
|
|
||||||
|
require optee.inc
|
||||||
|
|
||||||
inherit python3native systemd
|
inherit python3native systemd
|
||||||
|
|
||||||
SRCREV = "be4fa2e36f717f03ca46e574aa66f697a897d090"
|
SRCREV = "be4fa2e36f717f03ca46e574aa66f697a897d090"
|
||||||
|
|||||||
@@ -11,6 +11,8 @@ DEPENDS = "optee-client optee-os python3-pycryptodomex-native"
|
|||||||
|
|
||||||
inherit python3native
|
inherit python3native
|
||||||
|
|
||||||
|
require optee.inc
|
||||||
|
|
||||||
SRC_URI = "git://github.com/linaro-swg/optee_examples.git"
|
SRC_URI = "git://github.com/linaro-swg/optee_examples.git"
|
||||||
SRCREV = "559b2141c16bf0f57ccd72f60e4deb84fc2a05b0"
|
SRCREV = "559b2141c16bf0f57ccd72f60e4deb84fc2a05b0"
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=c1f21c4f72f372ef38a5a4aee55ec173"
|
|||||||
PV = "3.8.0+git${SRCPV}"
|
PV = "3.8.0+git${SRCPV}"
|
||||||
|
|
||||||
inherit deploy python3native
|
inherit deploy python3native
|
||||||
|
require optee.inc
|
||||||
|
|
||||||
DEPENDS = "python3-pycrypto-native python3-pyelftools-native python3-pycryptodomex-native"
|
DEPENDS = "python3-pycrypto-native python3-pyelftools-native python3-pycryptodomex-native"
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ LICENSE = "BSD & GPLv2"
|
|||||||
LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa"
|
LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa"
|
||||||
|
|
||||||
inherit python3native
|
inherit python3native
|
||||||
|
require optee.inc
|
||||||
|
|
||||||
DEPENDS = "optee-client optee-os python3-pycryptodomex-native"
|
DEPENDS = "optee-client optee-os python3-pycryptodomex-native"
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
COMPATIBLE_MACHINE = "null"
|
||||||
|
# Please add supported machines below
|
||||||
Reference in New Issue
Block a user