Conversation
PrathamTI
force-pushed
the
horizon-dev
branch
2 times, most recently
from
August 6, 2026 09:31
9497cee to
ac81914
Compare
PrathamTI
force-pushed
the
horizon-dev
branch
2 times, most recently
from
August 14, 2026 06:11
e0298b1 to
d2e6317
Compare
cshilwant
requested changes
Aug 16, 2026
cshilwant
requested review from
glneo,
jeevantelukula,
v-singh1 and
yogeshhegde
August 16, 2026 20:21
Collaborator
|
@PrathamTI this should be targeted towards branch wrynose-next (currently it is targeted to wrynose). Also please submit the same changes for master-next branch |
PrathamTI
force-pushed
the
horizon-dev
branch
2 times, most recently
from
August 19, 2026 10:36
9c5edfa to
cb07ee4
Compare
cshilwant
reviewed
Aug 23, 2026
cshilwant
reviewed
Aug 23, 2026
PrathamTI
marked this pull request as ready for review
August 25, 2026 05:10
PrathamTI
force-pushed
the
horizon-dev
branch
3 times, most recently
from
September 4, 2026 10:06
7dac0f5 to
eabf476
Compare
PrathamTI
force-pushed
the
horizon-dev
branch
from
September 4, 2026 11:06
eabf476 to
2fe4a1c
Compare
cshilwant
requested changes
Sep 4, 2026
PrathamTI
force-pushed
the
horizon-dev
branch
from
September 8, 2026 10:31
2fe4a1c to
da8c91c
Compare
yogeshhegde
requested changes
Sep 8, 2026
cshilwant
reviewed
Sep 8, 2026
PrathamTI
force-pushed
the
horizon-dev
branch
from
September 9, 2026 11:22
da8c91c to
35e17ca
Compare
PrathamTI
force-pushed
the
horizon-dev
branch
from
September 11, 2026 07:46
35e17ca to
58454f8
Compare
jeevantelukula
requested changes
Sep 11, 2026
PrathamTI
force-pushed
the
horizon-dev
branch
from
September 15, 2026 06:13
58454f8 to
2957204
Compare
cshilwant
reviewed
Sep 15, 2026
jeevantelukula
requested changes
Sep 15, 2026
| # demos/ is a shared source directory covering every device's demos, not | ||
| # scoped per device upstream. Returns the demo directory names relevant device's | ||
| # device.json actually references, so do_install only ships those. | ||
| def get_active_demos(d): |
Collaborator
There was a problem hiding this comment.
I think this function is giving this build warning. Can you check once?
WARNING: Could not read //sources/no-pn-0.0-1/devices/am62dxx/device.json ([Errno 2] No such file or directory: '//sources/no-pn-0.0-1/devices/am62dxx/device.json'); no per-device demos will be installed
Contributor
Author
There was a problem hiding this comment.
get_active_demos() ran too early (before do_unpack) because it was called inline in do_install's shell script. Moved it to its own do_set_active_demos task after do_unpack, passed via ACTIVE_DEMOS
PrathamTI
force-pushed
the
horizon-dev
branch
from
September 15, 2026 15:09
2957204 to
50c644a
Compare
PrathamTI
force-pushed
the
horizon-dev
branch
2 times, most recently
from
September 17, 2026 09:03
a182b3b to
9af687b
Compare
- Update webserver-oob_git.bb to build the vuetify-based frontend for am62dxx - Add generate-frontend-inc.js and regenerate webserver-oob-frontend-npm.inc with the jszip dependency and full npm dependency set - Install server-plugin.js alongside device.json for am62dxx: server.js resolves the plugin path via dirname(DEVICE_CONFIG), which on am62dxx is one level above app/, so server-plugin.js must be installed there too, otherwise routes like /model-inspector-list fall through to the SPA catch-all Signed-off-by: Pratham Deshmukh <p-deshmukh@ti.com> Co-authored-by: Vishnu Singh <v-singh1@ti.com>
PrathamTI
force-pushed
the
horizon-dev
branch
from
September 18, 2026 07:30
9af687b to
e8f1b5d
Compare
| SRC_URI:append:am62dxx = " ${FRONTEND_NPM_SRC_URI}" | ||
|
|
||
| SRCREV = "297f002e65c4eceb172706049f703bed7db4152e" | ||
| SRCREV:am62dxx = "80bf2c0f391e96430d8bad25c660d0e5482b572e" |
Collaborator
There was a problem hiding this comment.
Looks like a workaround. We shouldn't be having SRCREV overrides, for the same source repository.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit introduces new webserver-oob interface with vuetify based demos and packages EdgeAI overlay for AM62D.