[yocto-patches] [layerindex-web][PATCH v3 0/4] Add app dir support
Sandeep Gundlupet Raju <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
Changes in v3:
- Rebase with master. No code changes.
Changes in v2:
- In "[PATCH v2 1/4] layerindex: Add app dir support for configurable container":
Pass app_dir to edit_settings_py() and replace the hardcoded
LAYER_FETCH_DIR = "/opt/workdir" with app_dir + "/workdir", so
the fetch directory respects the --app-dir option.
Description of change:
1. Add app dir support for configurable container as default
installed directory is /opt.
2. Use yoctoproject.org for HTTPS check google.com may be blocked or
considered unsafe on some Linux host environments, while
yoctoproject.org is a more appropriate and reliable choice for a
Yocto/OE layer index deployment.
3. Replace deprecated libmariadb-* package in README.devel.
4. Document --app-dir option usage with dockersetup script.
Sandeep Gundlupet Raju (4):
layerindex: Add app dir support for configurable container
connectivity_check.sh: Use yoctoproject.org for HTTPS check
README.devel: Replace deprecated libmariadb package
README: Document --app-dir option usage
Dockerfile | 24 +++++-----
README | 39 ++++++++++++----
README.devel | 2 +-
docker/connectivity_check.sh | 2 +-
docker/migrate.sh | 2 +-
docker/refreshlayers.sh | 2 +-
docker/updatelayers.sh | 2 +-
dockersetup.py | 86 +++++++++++++++++++++++++++++-------
8 files changed, 118 insertions(+), 41 deletions(-)
--
2.43.0