From 8cb72edb656cb7add64249bbb2790cbd7972e67c Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Fri, 28 Apr 2023 17:30:03 +0200 Subject: [PATCH] packagegroup-x-linux-ai: remove c++ examples on the ccmp13 These examples have a gtk+3 dependency that can't be met on the ccmp13 due to it being a headless device. Remove these examples from the packagegroups so we can at least build the rest of the ML packages. Note that all of ST's ML examples are GUI-based and will not be usable on the ccmp13, but since the remaining examples don't have an explicit gtk+3 dependency, at least they won't trigger build errors when included in the image. https://onedigi.atlassian.net/browse/DEL-8308 Signed-off-by: Gabriel Valcazar --- .../packagegroups/packagegroup-x-linux-ai.bbappend | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-digi-dey/dynamic-layers/stm32mpu-ai/recipes-st/packagegroups/packagegroup-x-linux-ai.bbappend diff --git a/meta-digi-dey/dynamic-layers/stm32mpu-ai/recipes-st/packagegroups/packagegroup-x-linux-ai.bbappend b/meta-digi-dey/dynamic-layers/stm32mpu-ai/recipes-st/packagegroups/packagegroup-x-linux-ai.bbappend new file mode 100644 index 000000000..14c89c828 --- /dev/null +++ b/meta-digi-dey/dynamic-layers/stm32mpu-ai/recipes-st/packagegroups/packagegroup-x-linux-ai.bbappend @@ -0,0 +1,11 @@ +# Copyright 2023 Digi International Inc. + +RDEPENDS:packagegroup-x-linux-ai-tflite:remove:ccmp13 = " \ + tflite-cv-apps-image-classification-c++ \ + tflite-cv-apps-object-detection-c++ \ +" + +RDEPENDS:packagegroup-x-linux-ai-tflite-edgetpu:remove:ccmp13 = " \ + tflite-cv-apps-edgetpu-image-classification-c++ \ + tflite-cv-apps-edgetpu-object-detection-c++ \ +"