PTU5KAS/kas
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
..
__init__.py config: Added schema validation for configuration files 2017-10-13 14:11:10 +02:00
__main__.py entry: Consistently call python3 2017-08-31 22:31:41 +02:00
__version__.py implements patch support for repos 2018-03-09 09:59:07 +01:00
build.py implements patch support for repos 2018-03-09 09:59:07 +01:00
config.py kas/config: Make 'get_repo_dict' private 2018-03-09 09:55:43 +01:00
configschema.py implements patch support for repos 2018-03-09 09:59:07 +01:00
includehandler.py includehandler: Fix string formating issue 2018-01-02 14:26:46 +01:00
kas.py kas: added version output when starting kas 2017-10-19 17:15:26 +02:00
libcmds.py implements patch support for repos 2018-03-09 09:59:07 +01:00
libkas.py implements patch support for repos 2018-03-09 09:59:07 +01:00
repos.py implements patch support for repos 2018-03-09 09:59:07 +01:00
shell.py implements patch support for repos 2018-03-09 09:59:07 +01:00