From: srinuvasan <
srinuv...@siemens.com>
Fixed a typo that caused the optee-os class to not be inherited as expected.
Signed-off-by: srinuvasan <
srinuv...@siemens.com>
---
meta/recipes-bsp/optee-os/optee-os-custom.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-bsp/optee-os/optee-os-custom.inc b/meta/recipes-bsp/optee-os/optee-os-custom.inc
index 1f4ebf7e..b386047d 100644
--- a/meta/recipes-bsp/optee-os/optee-os-custom.inc
+++ b/meta/recipes-bsp/optee-os/optee-os-custom.inc
@@ -5,7 +5,7 @@
#
# SPDX-License-Identifier: MIT
-inherir optee-os
+inherit optee-os
do_warn_custom_inc() {
bbwarn "Please migrate from \"require recipes-bsp/optee-os/optee-os-custom.inc\" to \"inherit optee-os\""
--
2.39.5