From 54a0d44df34740f2e6b6dfbab3acec80579fa4da Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Mon, 26 Jun 2023 16:08:08 +0200 Subject: [PATCH] onnxruntime: update revision and fix rdepends Backport changes from NXP's lf-6.1.1-1.0.0 release for the ccimx93. Signed-off-by: Javier Viguera --- .../onnxruntime/onnxruntime_1.10.0.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-digi-dey/dynamic-layers/meta-ml/recipes-libraries/onnxruntime/onnxruntime_1.10.0.bbappend 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"