Message ID | 20231206140006.36213-2-harsimransingh.tungal@arm.com |
---|---|
State | New |
Headers | show |
Series | arm-bsp/optee: corstone1000: Update optee to v4.0 | expand |
diff --git a/meta-arm-bsp/conf/machine/include/corstone1000.inc b/meta-arm-bsp/conf/machine/include/corstone1000.inc index 749350e1..063a315b 100644 --- a/meta-arm-bsp/conf/machine/include/corstone1000.inc +++ b/meta-arm-bsp/conf/machine/include/corstone1000.inc @@ -36,7 +36,7 @@ UBOOT_ARCH = "arm" UBOOT_EXTLINUX = "0" #optee -PREFERRED_VERSION_optee-os ?= "3.22%" +PREFERRED_VERSION_optee-os ?= "4.0.%" PREFERRED_VERSION_optee-client ?= "3.22%" EXTRA_IMAGEDEPENDS += "optee-os" OPTEE_ARCH = "arm64" diff --git a/meta-arm-bsp/recipes-security/optee/optee-os_4.0.0.bbappend b/meta-arm-bsp/recipes-security/optee/optee-os_4.0.0.bbappend new file mode 100644 index 00000000..6c94303a --- /dev/null +++ b/meta-arm-bsp/recipes-security/optee/optee-os_4.0.0.bbappend @@ -0,0 +1,6 @@ + +# Machine specific configurations +MACHINE_OPTEE_OS_REQUIRE ?= "" +MACHINE_OPTEE_OS_REQUIRE:corstone1000 = "optee-os-corstone1000-common.inc" + +require ${MACHINE_OPTEE_OS_REQUIRE}