-
Notifications
You must be signed in to change notification settings - Fork 78
Chore/prune unreachable #329
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
Chore/prune unreachable #329
Conversation
|
@jeevantelukula the only entry I am slightly concerned about is that edgeai file. It's the old include style and there are no current reference so I don't believe it's important. Considering your commit introduced it I'd like you to review if you get a chance. |
@StaticRocket This file |
|
Roger. The images currently do not have any references. Will there be PRs in the near future that will change that? |
|
Yeah. In the docs migration PRs for these devices, these images will be automatically referenced. |
|
Roger. Then I'll drop that change. The CI workflow in #330 should prevent any further regression while allowing these images to exist for now. |
A previous commit removed the reference to this file. As it is currently unreachable it should be deleted. Fixes: 1c620ac (fix(Linux): Update boot time guide for 11.0 release, 2025-03-14) Signed-off-by: Randolph Sapp <[email protected]>
This file was incorrectly added by the below commit. It is using the old include syntax and currently unreachable. There currently exist images that were introduced in the below commit as well. They are not currently reachable but I have been assured they will soon be used. Fixes: 2f8f9d3 (feat: Add support for AM62A edgeai docs, 2025-05-08) Signed-off-by: Randolph Sapp <[email protected]>
A previous commit removed the reference to these images. As they are currently unreachable, they should be deleted. Fixes: edf4a33 (feat(linux): Revamp TFLite Machine Learning guide, 2025-04-08) Signed-off-by: Randolph Sapp <[email protected]>
A previous commit removed the reference to these images. As they are currently unreachable, they should be deleted. Fixes: 8db942b (feat(linux): Update Machine Learning section for SDK 11.0, 2025-03-25) Signed-off-by: Randolph Sapp <[email protected]>
cb8ce5e
f21b839 to
cb8ce5e
Compare
fix(machine-learning): remove unreachable files
A previous commit removed the reference to these images. As they are currently
unreachable, they should be deleted.
Fixes: 8db942b (feat(linux): Update Machine Learning section for SDK 11.0,
2025-03-25) Signed-off-by: Randolph Sapp [email protected]
fix(tflite): remove unreachable files
A previous commit removed the reference to these images. As they are currently
unreachable, they should be deleted.
Fixes: edf4a33 (feat(linux): Revamp TFLite Machine Learning guide,
2025-04-08) Signed-off-by: Randolph Sapp [email protected]
fix(edgeai): remove unreachable files
This file was incorrectly added by the below commit. It is using the old
include syntax and currently unreachable.
There currently exist images that were introduced in the below commit as well.
They are not currently reachable but I have been assured they will soon be
used.
Fixes: 2f8f9d3 (feat: Add support for AM62A edgeai docs, 2025-05-08)
Signed-off-by: Randolph Sapp [email protected]
fix(boot-time): remove unreachable patch file
A previous commit removed the reference to this file. As it is currently
unreachable it should be deleted.
Fixes: 1c620ac (fix(Linux): Update boot time guide for 11.0 release,
2025-03-14) Signed-off-by: Randolph Sapp [email protected]