Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade ML packages to LF6.6.52_2.2.0 #76

Merged
merged 21 commits into from
Jan 29, 2025
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7006646
layer.conf: Add scarthgap to LAYERSERIES_COMPAT
neenareddi Jan 16, 2025
48d5b3f
flatbuffers: Upgrade to 23.5.26 version
neenareddi Jan 16, 2025
62cac58
tensorflow-protobuf: Remove tensorflow-protobuf as it is now replaced…
neenareddi Jan 16, 2025
29dbe7e
arm-compute-library: Remove the recipe as it is no longer supported
neenareddi Jan 16, 2025
ebe15a1
deepview-rt: Remove the recipe as it is no longer supported
neenareddi Jan 16, 2025
b1dfb1c
eiq-examples: Upgrade to 6.6.52_2.2.0 release
neenareddi Jan 16, 2025
c3fa44a
nn-imx: Remove the recipe as it is no longer supported
neenareddi Jan 16, 2025
2c21eca
tensorflow-lite: Upgrade all tensorflow-lite packages to 2.16.2 version
neenareddi Jan 16, 2025
e8fb071
onnxruntime: Upgrade to 1.17.1 version
neenareddi Jan 16, 2025
d9988cf
torchvision: Remove recipe as it is no longer supported
neenareddi Jan 16, 2025
d65b022
pytorch: Update to 2.0.0 version
neenareddi Jan 16, 2025
8a26d47
recipes-nnstreamer: Add a recipe for nnshark
neenareddi Jan 16, 2025
4d96485
nnshark: Update machines dependency and gst-shark fallback
neenareddi Jan 16, 2025
9705f4d
nnstreamer: Update to 2.4.0 version
neenareddi Jan 16, 2025
5538964
nnstreamer-edge: Update to 0.2.4 version
neenareddi Jan 16, 2025
92a629a
tim-vx: Update to 1.2.2 version
neenareddi Jan 16, 2025
44dba10
tvm: Update to 6.6.52_2.2.0 release
neenareddi Jan 16, 2025
0c14514
ethos-u-driver-stack: Update to 22.08 version
neenareddi Jan 16, 2025
4aa6b73
ethos-u-vela: Update to 3.12.0 version
neenareddi Jan 16, 2025
4800d41
neutron: Add software binaries of Neutron npu for i.MX 95
neenareddi Jan 16, 2025
da841d2
tensorflow-lite-neutron-delegate: Add delegate of Neutron for i.MX 95
neenareddi Jan 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
eiq-examples: Upgrade to 6.6.52_2.2.0 release
Signed-off-by: Neena Busireddy <[email protected]>
neenareddi committed Jan 16, 2025
commit b1dfb1cc9eaafb86c6d68a4c9a731383b5d7dc91
4 changes: 2 additions & 2 deletions recipes-libraries/eiq-examples/eiq-examples_git.bb
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"

SRC_URI = "${EIQ_EXAMPLES_SRC};branch=${SRCBRANCH}"
EIQ_EXAMPLES_SRC ?= "git://github.com/nxp-imx/eiq-example.git;protocol=https"
SRCBRANCH = "lf-6.1.1_1.0.0"
SRCREV = "798519ee033fb7a5aef989a793afe16f400d6479"
SRCBRANCH = "lf-6.6.52_2.2.0"
SRCREV = "2f44f5715d2c14aca4d746526612d372fd2d0403"

S = "${WORKDIR}/git"