From: Denys Dmytriyenko <[email protected]> Tensorflow analytics demo has been disabled for some time. With recent upstream changes, these 2+ year-old tensorflow-lite recipes no longer parse and need to be updated/maintained. Moreover, there are couple dedicated layers that provide tensorflow recipes, so there's no need to carry it locally.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- ...kagegroup-arago-tisdk-addons-sdk-target.bb | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb index e110fad8..b6fe62ab 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb @@ -37,29 +37,29 @@ PDM_ANOMALY_PKG_DEV = "\ EXTRA_PACKAGES = "" -EXTRA_PACKAGES:append:ti33x = " \ - arm-compute-library-dev \ - tensorflow-lite-dev \ - tensorflow-lite-staticdev \ - ${PDM_ANOMALY_PKG_DEV} \ -" -EXTRA_PACKAGES:append:ti43x = " \ - arm-compute-library-dev \ - tensorflow-lite-dev \ - tensorflow-lite-staticdev \ - ${PDM_ANOMALY_PKG_DEV} \ -" -EXTRA_PACKAGES:append:omap-a15 = " \ - arm-compute-library-dev \ - tensorflow-lite-dev \ - tensorflow-lite-staticdev \ - ${PDM_ANOMALY_PKG_DEV} \ -" -EXTRA_PACKAGES:append:am65xx = " arm-compute-library-dev \ - tensorflow-lite-dev \ - tensorflow-lite-staticdev \ - ${PDM_ANOMALY_PKG_DEV} \ -" +#EXTRA_PACKAGES:append:ti33x = " \ +# arm-compute-library-dev \ +# tensorflow-lite-dev \ +# tensorflow-lite-staticdev \ +# ${PDM_ANOMALY_PKG_DEV} \ +#" +#EXTRA_PACKAGES:append:ti43x = " \ +# arm-compute-library-dev \ +# tensorflow-lite-dev \ +# tensorflow-lite-staticdev \ +# ${PDM_ANOMALY_PKG_DEV} \ +#" +#EXTRA_PACKAGES:append:omap-a15 = " \ +# arm-compute-library-dev \ +# tensorflow-lite-dev \ +# tensorflow-lite-staticdev \ +# ${PDM_ANOMALY_PKG_DEV} \ +#" +#EXTRA_PACKAGES:append:am65xx = " arm-compute-library-dev \ +# tensorflow-lite-dev \ +# tensorflow-lite-staticdev \ +# ${PDM_ANOMALY_PKG_DEV} \ +#" IPCDEV = " \ ti-ipc-dev \ -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14110): https://lists.yoctoproject.org/g/meta-arago/message/14110 Mute This Topic: https://lists.yoctoproject.org/mt/94816117/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
