[bitbake-devel] [PATCH v3 0/2] fetch/git: fix per-branch unpacking

David Vincent freesilicon at gmail.com
Wed Feb 21 09:41:37 UTC 2018


2017-11-13 16:24 GMT+01:00 David Vincent <freesilicon at gmail.com>:
> Create branches for each user-supplied name when running checkout and
> set start point of branch to the resolved revision.
> Also, update documentation to better describe this functionality.
>
> Changes in v2:
>   - clarify commit message
>   - update documentation
>
> Changes in v3:
>   - rebase on current master
>
> David Vincent (2):
>   fetch/git: fix per-branch unpacking
>   bitbake-user-manual: update git fetcher
>
>  .../bitbake-user-manual-fetching.xml               | 34 ++++++++++++++++++++--
>  lib/bb/fetch2/git.py                               | 12 ++++----
>  lib/bb/tests/fetch.py                              | 28 ++++++++++++++++++
>  3 files changed, 67 insertions(+), 7 deletions(-)
>
> --
> 2.13.6
>

Ping anyone ?

Is there anything about this patch that makes it unacceptable for inclusion ?
Sorry to insist but this patch is really needed when using feature branches in
a Yocto-like Linux kernel. Without it, it is not possible to merge the correct
version of the feature branch (always the tip is merged without checking the
provided SRCREV).

Please, make any remarks to improve this series.

Best regards,
David



More information about the bitbake-devel mailing list