renesas-rcar / meta-renesas

MIT License
52 stars 80 forks source link

rcar-gen3: gstreamer, avb-applications: Replace calls for 'git submodule' with 'gitsm' fetcher. #16

Closed lexa closed 1 year ago

lexa commented 5 years ago

Bitbake provides a fetcher which fetches a Git repository with sub-modules, It is called 'gitsm' [1], it inherits from the 'git://' fetcher, augmenting it with fetching of sub-modules.

If gitsm is used, then there is no need to call 'git submodule' manually. Using gitsm has some additional benefits:

[1] https://www.yoctoproject.org/docs/latest/bitbake-user-manual/bitbake-user-manual.html#gitsm-fetcher