mbox series

[layerindex-web,v2,0/4] Add app dir support

Message ID 20260406173010.1366742-1-sandeep.gundlupet-raju@amd.com
Headers show
Series Add app dir support | expand

Message

Sandeep Gundlupet Raju April 6, 2026, 5:30 p.m. UTC
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(-)