cederom commented on PR #18875:
URL: https://github.com/apache/nuttx/pull/18875#issuecomment-4443362552
Thank you @aviralgarg05 :-) My comments in the code :-)
Alternatively we may just use top level `/usr/local`:
* `/usr/local/etc/nxpkg/` to keep all configurations here:
* `nxpkg.conf` package manager configuration.
* `pkg_installed.json` for installed packages.
* `pkg_repo.json` for information about packages on the repo configured in
`nxpkg.conf`.
* Then `/usr/local/nxpkg/` to keep:
* `cache/` to store packages.
* `stage/` for staging.
* All packages, libraries, configs would use `/usr/local` prefix (i.e.
`/usr/local/bin`, `/usr/local/lib`, etc).
* This would allow keeping everything under `/usr/local` that may be mounted
from external storage, provide kind of BASE and USERLAND spaces separation,
also keep nxpkg files more right?
What do you think @acassis ? :-)
--
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]