NACK. This patch is no longer needed with the updated patch for tensorflow-lite: http://patchwork.dal.design.ti.com/patch/51102/.
-----Original Message----- From: Gou, Hongmei Sent: Tuesday, November 12, 2019 7:14 PM To: [email protected] Cc: Gou, Hongmei Subject: [meta-arago] [thud/master] [PATCH 3/3] packagegroup-arago-tisdk-addons: add tensorflow-lite Signed-off-by: Hongmei Gou <[email protected]> --- .../packagegroups/packagegroup-arago-tisdk-addons.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 14b2370c..73f3f950 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}" @@ -154,6 +154,7 @@ EXTRA_PACKAGES_append_ti33x = " voxelsdk \ arm-compute-library \ ${ARMNN_PACKAGES} \ tensorflow-lite-examples \ + tensorflow-lite \ pdm-anomaly-detection \ " @@ -161,6 +162,7 @@ EXTRA_PACKAGES_append_ti43x = " voxelsdk \ arm-compute-library \ ${ARMNN_PACKAGES} \ tensorflow-lite-examples \ + tensorflow-lite \ pdm-anomaly-detection \ " @@ -170,12 +172,14 @@ EXTRA_PACKAGES_append_omap-a15 = " voxelsdk \ arm-compute-library \ ${ARMNN_PACKAGES} \ tensorflow-lite-examples \ + tensorflow-lite \ pdm-anomaly-detection \ " EXTRA_PACKAGES_append_am65xx = " arm-compute-library \ ${ARMNN_PACKAGES} \ tensorflow-lite-examples \ + tensorflow-lite \ pdm-anomaly-detection \ " -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
