aviralgarg05 commented on PR #3474: URL: https://github.com/apache/nuttx-apps/pull/3474#issuecomment-4756995856
@linguini1 Yes, I have an initial documentation page for `nxpkg` here: - PR: https://github.com/apache/nuttx/pull/18875 Short summary of the current scope: `nxpkg` in this PR is an initial local-first package helper for executable Dynamic ELF payloads. Right now it reads a local package index, checks target compatibility and SHA-256 integrity, stages the selected artifact into the on-device store, and records installed package metadata so it can later be queried with `list`. So in the current scope it is not doing remote download / repository sync yet, and it is not handling dependency resolution yet either. Those are intended as follow-up pieces after this initial app-side slice. The documentation page also describes the current `/etc` + `/var` layout, the local repository generation/helper flow, the configuration knobs, and the XIAO ESP32S3 runtime validation path used for this first slice. If useful, I can also expand that page further. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
