Skip to content
Snippets Groups Projects
  1. Jun 30, 2022
  2. Jun 29, 2022
  3. Jun 28, 2022
  4. Jun 27, 2022
  5. Jun 24, 2022
  6. Jun 22, 2022
  7. Jun 21, 2022
  8. Jun 20, 2022
    • Thierry Escande's avatar
      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
Loading