PTU5KAS/docs
Claudius Heine e8851a5fb3 implements patch support for repos
With this commit its now possible to patch 3rd party repos before bitbake is started.

Example:

This is our repo:
  .
  ├── kas.yml
  ├── first-patch.patch
  └── quilt-patches
      ├── second-patch.patch
      ├── third-patch.patch
      └── series

Content of kas.yml:
  header:
    version: 8

  repos:
    my:
    third-party:
      url: "git://example.com/third-party.git"
      refspec: "35adf4...34"
      patches:
        01-first:
          repo: my
          path: "first-patch.patch"
        02-second:
          repo: my
          path: "quilt-patches"

Currently only 'git' repositories can be patched.

Signed-off-by: Claudius Heine <ch@denx.de>
2018-03-09 09:59:07 +01:00
..
_static Fixed wrapping of cell content in readthedocs style 2017-06-28 15:12:15 +02:00
conf.py scripts: pep8 is renamed to pycodestyle 2017-11-08 09:46:00 +01:00
devguide.rst docs: Install kas as user 2018-01-08 16:55:44 +01:00
format-changelog.rst implements patch support for repos 2018-03-09 09:59:07 +01:00
index.rst Switch to separate config file version 2017-07-20 15:31:23 +02:00
intro.rst Made project buildable with rtd 2017-06-28 15:12:15 +02:00
Makefile Added initial sphinx documentation 2017-06-28 15:12:15 +02:00
userguide.rst implements patch support for repos 2018-03-09 09:59:07 +01:00