Skip to content
Snippets Groups Projects
  1. Mar 12, 2021
  2. Mar 11, 2021
  3. Mar 10, 2021
  4. Mar 09, 2021
  5. Mar 08, 2021
  6. Mar 05, 2021
  7. Mar 04, 2021
  8. Mar 03, 2021
  9. Mar 01, 2021
    • Stefan Schmidt's avatar
      openharmony-linux: disable not used DISTRO_FEATURES · 455f8ae1
      Stefan Schmidt authored
      
      In order to control what we ship and being responsible for, as well as
      reducing the image size, we start with disabling DISTRO_FEATURES we
      inherited from Poky. These are simply default values Poky uses to show
      what Yocto/OE can do. They have currently no use for us and we can still
      bring them back when the use cases arises.
      
      Before:
      build tasks: 5795 (26m)
      du -cs tmp/deploy/images/stm32mp1-av96/openharmony-image-extra-stm32mp1-av96-20210301211000.rootfs.tar.xz
      46624
      
      After:
      build tasks: 5159 (24m)
      du -cs tmp/deploy/images/stm32mp1-av96/openharmony-image-extra-stm32mp1-av96-20210301215709.rootfs.tar.xz
      43420
      
      Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
      455f8ae1
    • Andrei Gherzan's avatar
      systemd: Avoid musl warning · 1a00d8b5
      Andrei Gherzan authored
      As part of our investigation and support, musl integration in the
      project is fully supported (subject to the project's scope and QA
      processes).
      
      Upstream also carried out the relevant analysis and nothing 'known' is
      broken: https://www.openwall.com/lists/musl/2019/11/08/6
      
      
      
      That being said, we clean up the build logs of the respective warning.
      
      Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
      1a00d8b5
Loading