diff --git a/meta-digi-dey/dynamic-layers/meta-ml/recipes-libraries/onnxruntime/onnxruntime_1.10.0.bbappend b/meta-digi-dey/dynamic-layers/meta-ml/recipes-libraries/onnxruntime/onnxruntime_1.10.0.bbappend new file mode 100644 index 000000000..c21ee1e10 --- /dev/null +++ b/meta-digi-dey/dynamic-layers/meta-ml/recipes-libraries/onnxruntime/onnxruntime_1.10.0.bbappend @@ -0,0 +1,8 @@ +# Copyright (C) 2023 Digi International + +SRCBRANCH_runtime:ccimx93 = "lf-6.1.1_1.0.0" +SRCREV_runtime:ccimx93 = "66e3e9a93840ed1e55dc2d7e894c0ae26fb0e51e" + +# Updated flatbuffers recipe for ccimx93, renamed the runtime python package +PYTHON_RDEPENDS:remove:ccimx93 = "flatbuffers-${PYTHON_PN}" +PYTHON_RDEPENDS:append:ccimx93 = " ${PYTHON_PN}-flatbuffers"