PTU5KAS/docs
Harald Seiler 5ecef9f919 Allow "deleting" url/path of repo in override
Make "null" an allowed type for the `url` and `path` properties of a
repository.  This allows "deleting" them in an override kas-file to e.g.
point a repository at a local directory instead of a git remote:

"Original" file:

    repos:
      meta-foo:
        url: https://example.org/foo.git
        refspec: badc0ffee

Override:

    repos:
      meta-foo:
        url:
        path: /path/to/local/foo

Without the explicit "nulling" of the URL, kas would start messing with
the repo in /path/to/local/foo (changing remote URL, switching to a
different rev, etc.).  With this change, we can instead force kas to use
the recipes in that directory untouched.

Signed-off-by: Harald Seiler <hws@denx.de>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2022-04-11 18:22:38 +02:00
..
_static Fixed wrapping of cell content in readthedocs style 2017-06-28 15:12:15 +02:00
command-line.rst Declare proxy_config obsolete 2021-07-12 08:03:40 +02:00
conf.py scripts: Remove pylint 2018-12-07 09:55:26 +01:00
devguide.rst docs: Update devguide to handle new plugin structure 2020-11-13 07:41:01 +01:00
format-changelog.rst Allow "deleting" url/path of repo in override 2022-04-11 18:22:38 +02:00
index.rst docs: Move command line details to a separate page 2020-11-13 07:41:57 +01:00
intro.rst docs: Fix title of intro page 2020-11-13 07:42:24 +01:00
Makefile Added initial sphinx documentation 2017-06-28 15:12:15 +02:00
requirements.txt readthedocs: Add configuration file 2021-11-22 19:20:14 +01:00
userguide.rst docs/userguide.rst: clarify local file include paths 2022-02-10 12:42:50 +01:00