* tensorflow-lite-examples has been replaced with tensorflow-lite, which will be pulled in as dependency of tensorflow-lite-demo
Signed-off-by: Hongmei Gou <[email protected]> --- v2 change: remove tensorflow-lite since it will be pulled in as dependency of tensorflow-lite-demo .../packagegroups/packagegroup-arago-tisdk-addons.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb index a68662a7..4e1e4049 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Task to install additional utilities/demos for SDKs" LICENSE = "MIT" -PR = "r76" +PR = "r77" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -156,14 +156,14 @@ VOXEL_PACKAGES = "" EXTRA_PACKAGES_append_ti33x = " ${VOXEL_PACKAGES} \ arm-compute-library \ ${ARMNN_PACKAGES} \ - tensorflow-lite-examples \ + tensorflow-lite-demo \ pdm-anomaly-detection \ " EXTRA_PACKAGES_append_ti43x = " ${VOXEL_PACKAGES} \ arm-compute-library \ ${ARMNN_PACKAGES} \ - tensorflow-lite-examples \ + tensorflow-lite-demo \ pdm-anomaly-detection \ " @@ -172,13 +172,13 @@ EXTRA_PACKAGES_append_omap-a15 = " ${VOXEL_PACKAGES} \ big-data-ipc-demo-linux-firmware \ arm-compute-library \ ${ARMNN_PACKAGES} \ - tensorflow-lite-examples \ + tensorflow-lite-demo \ pdm-anomaly-detection \ " EXTRA_PACKAGES_append_am65xx = " arm-compute-library \ ${ARMNN_PACKAGES} \ - tensorflow-lite-examples \ + tensorflow-lite-demo \ pdm-anomaly-detection \ " -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
