From 70805229382235ba18a9fadb548158c019c87e1f Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Thu, 19 Feb 2026 17:08:53 +0100 Subject: [PATCH] packagegroup-imx-ml: cosmetic, remove redundant code ETHOS_U_PKGS appended packages are already set in the bitbake recipe, so there is no need to add them also in this bbappend. Signed-off-by: Javier Viguera --- .../recipes-fsl/packagegroup/packagegroup-imx-ml.bbappend | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/meta-digi-dey/dynamic-layers/imx-machine-learning/recipes-fsl/packagegroup/packagegroup-imx-ml.bbappend b/meta-digi-dey/dynamic-layers/imx-machine-learning/recipes-fsl/packagegroup/packagegroup-imx-ml.bbappend index d85f327b5..b523bfa64 100644 --- a/meta-digi-dey/dynamic-layers/imx-machine-learning/recipes-fsl/packagegroup/packagegroup-imx-ml.bbappend +++ b/meta-digi-dey/dynamic-layers/imx-machine-learning/recipes-fsl/packagegroup/packagegroup-imx-ml.bbappend @@ -1,12 +1,6 @@ -# Copyright (C) 2023,2024, Digi International Inc. +# Copyright (C) 2023-2025, Digi International Inc. # For the ccimx93 install only tensorflow-lite engine, as it is # the only one supported in the NPU. This reduces significantly # the rootfs image size. ML_PKGS:ccimx93 = "tensorflow-lite" - -# ARM ethos-u package -ETHOS_U_PKGS:append:mx93-nxp-bsp = " \ - eiq-examples \ - tensorflow-lite-ethosu-delegate \ -"