mbox series

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

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

Message

Sandeep Gundlupet Raju April 2, 2026, 7:51 p.m. UTC
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               | 79 +++++++++++++++++++++++++++++-------
 8 files changed, 113 insertions(+), 39 deletions(-)

Comments

Sandeep Gundlupet Raju April 4, 2026, 3:06 p.m. UTC | #1
I found one more bug I will send v2 patch.

Thanks,
Sandeep

On 4/2/2026 1:51 PM, Sandeep Gundlupet Raju via lists.yoctoproject.org 
wrote:
> 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               | 79 +++++++++++++++++++++++++++++-------
>   8 files changed, 113 insertions(+), 39 deletions(-)
>