Skip to content
  • Thierry Escande's avatar
    6d99481d
    openharmony-3.0: Split source repositories include file · 6d99481d
    Thierry Escande authored
    
    
    This change adds include files containing the list of source
    repositories that are strictly needed for each OpenHarmony v3.0 targets.
    Their filenames are based on the package and machine names for a given
    target.
    
    These files must be included in recipe bb files for each target, before
    the required openharmony-sources-3.0.inc. The inclusion order is
    important because some repositories are cloned inside other repositories
    and can overwrite themselves.
    
    Also, these files must be included using 'include' and not 'require'
    since some combinations of package and machine names don't exist so
    using 'require' would fail for these non-existing files.
    
    Signed-off-by: default avatarThierry Escande <thierry.escande@huawei.com>
    6d99481d
    openharmony-3.0: Split source repositories include file
    Thierry Escande authored
    
    
    This change adds include files containing the list of source
    repositories that are strictly needed for each OpenHarmony v3.0 targets.
    Their filenames are based on the package and machine names for a given
    target.
    
    These files must be included in recipe bb files for each target, before
    the required openharmony-sources-3.0.inc. The inclusion order is
    important because some repositories are cloned inside other repositories
    and can overwrite themselves.
    
    Also, these files must be included using 'include' and not 'require'
    since some combinations of package and machine names don't exist so
    using 'require' would fail for these non-existing files.
    
    Signed-off-by: default avatarThierry Escande <thierry.escande@huawei.com>
Loading