[Buildroot] [PATCH-NEXT v2 1/5] support/download/dl-wrapper: add concept of download post-processing

Arnout Vandecappelle arnout at mind.be
Sun Sep 19 11:55:08 UTC 2021



On 19/09/2021 11:37, Yann E. MORIN wrote:
> Christian, All,
> 
> Can you fixup the patches as you already noticed, and respin a fixed
> up series, please? In the meantime., I've marked this one Changes
> REquested in Patchwork.
> 
> Also, what was still preventing applying this to Buildroot, was a few
> still open questions, the most prominent one I can remember is about
> BR2_PRIMARY_SITE and BR2_BACKUP_SITE.
> 
> Indeed, what we download from the main site is an un-vendored source,
> but what we will get in primary or backup sites are vendored sources.
> 
> Downloading vendored sources from primary or mirror also means that no
> vendoring should be applied afterward, i.e. vendoring should only occur
> on sources downloaded from the main site.
> 
> Did you try that? Can you report on how that eventually played out?

  I guess that's what this piece of code in go-post-process is about:

# Already vendored tarball, nothing to do
if tar tf ${output} | grep -q "^[^/]*/vendor" ; then
	exit 0
fi


  Regards,
  Arnout


[snip]


More information about the buildroot mailing list