forked from lgsvl/superflore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bitbake: generate SRC_URI with git fetcher instead of unstable github…
… archives * fixes: ros/meta-ros#609 * github archives are regenerated from time to time with different checksums fetch them with git instead * this allows to simplify the generation quite a bit * there won't be any issues with top-level directory being named differently than ${BP}, because all recipes will use just S = ${WORKDIR}/git * instead of fetching all the archives when generating recipes we'll just run "git ls-remote" for them and cache the results (this means that if the tag actually moves, then the recipe will still point to the old SRCREV) * this is very specific to exact structure of typical ros package fetched from generated github archive, but AFAIK this change doesn't make it worse, the generation was already failing for some packages like: Tarball requested for repo 'tablet_socket_msgs', but I can't parse git URL 'https://gitlab.com/autowarefoundation/autoware.ai-ros-releases/messages-release.git'. Falling back on git clone for repo 'tablet_socket_msgs'. !!!! Failed generating installer for tablet_socket_msgs! 'tar' !!!! 84.4%: Failed to generate installer for package 'tablet_socket_msgs'! Signed-off-by: Martin Jansa <[email protected]>
- Loading branch information
1 parent
24ac6a8
commit 3ec64fd
Showing
3 changed files
with
74 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters