Skip to content
  • Thierry Escande's avatar
    b580bf3b
    CI: Add support for OpenHarmony 3.0 build · b580bf3b
    Thierry Escande authored
    
    
    This change adds support for OpenHarmony 3.0 and 3.1 builds by adding
    the OPENHARMONY_VERSION variable to the build matrices.
    
    It is added to conf/auto.conf by the before_script section of the
    .bitbake job.
    
    This is handled differently for the fetch job, as in this case the
    variable OPENHARMONY_VERSION is set after the .bitbake before_script. So
    the before_script appends 'OPENHARMONY_VERSION = ""' to auto.conf and a
    sed substitution is used to set it to the correct value.
    
    Signed-off-by: default avatarThierry Escande <thierry.escande@huawei.com>
    b580bf3b
    CI: Add support for OpenHarmony 3.0 build
    Thierry Escande authored
    
    
    This change adds support for OpenHarmony 3.0 and 3.1 builds by adding
    the OPENHARMONY_VERSION variable to the build matrices.
    
    It is added to conf/auto.conf by the before_script section of the
    .bitbake job.
    
    This is handled differently for the fetch job, as in this case the
    variable OPENHARMONY_VERSION is set after the .bitbake before_script. So
    the before_script appends 'OPENHARMONY_VERSION = ""' to auto.conf and a
    sed substitution is used to set it to the correct value.
    
    Signed-off-by: default avatarThierry Escande <thierry.escande@huawei.com>
Loading