Skip to content
Snippets Groups Projects
  1. Dec 19, 2022
  2. Dec 08, 2022
  3. Dec 07, 2022
  4. Dec 06, 2022
  5. Nov 28, 2022
  6. Nov 23, 2022
  7. Nov 21, 2022
  8. Nov 18, 2022
  9. Nov 11, 2022
  10. Nov 10, 2022
  11. Nov 09, 2022
  12. Nov 07, 2022
  13. Oct 26, 2022
  14. Oct 18, 2022
  15. Oct 14, 2022
  16. Oct 05, 2022
  17. Sep 30, 2022
  18. Sep 28, 2022
  19. Sep 27, 2022
    • GitBot's avatar
      Integrate meta-seconorth-distro/refactor_DISTRO_FEATURES_removal · e4125c36
      GitBot authored
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@c738078b
      
      seconorth-wayland: Refactor DISTRO_FEATURES:remove
      
      The Yocto system for appending and removing items form lists executes
      the removal as a last step. After a removal an item cannot be
      appended.
      
      For the DISTRO_FEATURES this means that the once removed "x11" item
      cannot be appended in later steps or dependent layers.
      
      This can be circumvented by the introduction of intermediate variables
      or by using such variables.
      
      For example poky defines DISTRO_FEATURES as follows
      ```
      DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}"
      ```
      To remove an item from the DISTRO_FEATURES you can instead remove it
      form one of the variables i.e. the DISTRO_FEATURES_DEFAULT variable.
      
      Thus remove the `bluetooth` and `x11` items from the
      DISTRO_FEATURES_DEFAULT to be able to re-add them to DISTRO_FEATURES
      later.
      e4125c36
    • GitBot's avatar
      Integrate gitlab-ci/check-if-ci-enabled · 5fc9e4d0
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@c831d1da
      
      get_integration_sources: check if CI is enabled
      
      Trying to query CI variables on a project which does not have the CI
      feature enabled leads to an HTTP 403 (forbidden) error.
      Check whether CI is enabled using the "jobs_enabled" flag.
      5fc9e4d0
  20. Sep 23, 2022
  21. Sep 22, 2022
  22. Sep 21, 2022
  23. Sep 20, 2022
  24. Sep 16, 2022
  25. Sep 15, 2022
    • GitBot's avatar
      Integrate meta-seconorth-machine/add-devicetree-links-again · ec9bece7
      GitBot authored
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-machine@3b1155bf
      
      kernel:dtb: Create devicetree links named like the original dtb names in deploy folder
      
      In the rootfs/boot folder the devicetrees are named like the kernel
      sources, in the deploy folder they get a long postfix. For CI deploy
      step and the usage of the dtb name during installation the original
      names are needed in the deploy folder too.
      This patch takes a snippet from the kernel-devicetree.bbclass to enable
      it again, because the yocto way to enable it, also brings links to the
      kernel image inside the rootfs, which does not work for us, because of
      the fat filessystem on the boot partition.
      
      BCS 746-001026
      ec9bece7
  26. Sep 14, 2022
Loading