1. 18 Jan, 2023 1 commit
  2. 09 Jan, 2023 1 commit
  3. 04 Jan, 2023 4 commits
  4. 15 Dec, 2022 1 commit
    • Jon Mason's avatar
      CI: define DEFAULT_TAG and CPU_REQUEST · c32c4043
      Jon Mason authored
      
      DEFAULT_TAG and CPU_REQUEST are being used to help with internal Gitlab
      pipeline setups know which type of machines to run on, but has no value
      outside of Arm Corp.  Gitlab CI allows for variables to be overridden
      by default.  So, we can give it a default value of NULL/empty and have
      everything work internally and externally by default.
      Signed-off-by: default avatarJon Mason <jon.mason@arm.com>
      c32c4043
  5. 14 Dec, 2022 3 commits
  6. 21 Nov, 2022 2 commits
  7. 24 Oct, 2022 1 commit
  8. 19 Oct, 2022 1 commit
  9. 05 Oct, 2022 1 commit
  10. 04 Oct, 2022 1 commit
  11. 30 Sep, 2022 1 commit
    • Jon Mason's avatar
      CI: Remove uniquely zephyr machines · 8d041078
      Jon Mason authored
      
      Remove microbit-v1, qemu-cortex-a53, qemu-cortex-m3, and qemu-cortex-r5
      from CI (and the tree in general).  These machines are part of the
      meta-zephyr CI now and keeping them here is redundant.  However, keeping
      zephyr builds for machines that also have TF-M.
      Signed-off-by: default avatarJon Mason <jon.mason@arm.com>
      8d041078
  12. 31 Aug, 2022 1 commit
  13. 27 Jul, 2022 1 commit
  14. 22 Jul, 2022 1 commit
  15. 19 Jul, 2022 1 commit
  16. 24 Jun, 2022 1 commit
  17. 23 May, 2022 1 commit
  18. 11 May, 2022 1 commit
  19. 06 May, 2022 1 commit
  20. 22 Apr, 2022 2 commits
  21. 04 Apr, 2022 1 commit
  22. 01 Apr, 2022 1 commit
  23. 31 Mar, 2022 1 commit
  24. 28 Mar, 2022 1 commit
  25. 23 Mar, 2022 1 commit
  26. 10 Mar, 2022 1 commit
  27. 24 Feb, 2022 2 commits
  28. 11 Feb, 2022 1 commit
  29. 29 Jan, 2022 1 commit
  30. 24 Jan, 2022 2 commits
    • Ross Burton's avatar
      CI: fix check-layer indeterminism · d2c5a5d2
      Ross Burton authored
      
      yocto-check-layers is very greedy when searching for layers, and will
      find the test layers in Bitbake if given the chance, for example:
      
      bitbake/lib/layerindexlib/tests/testdata/layer4
      
      This layer has the collection name openembedded-layer and is only
      compatible with Sumo.  The selection of layer from collection name is
      not deterministic, so it's possible that this layer is selected which
      then fails the check as it isn't compatible.
      
      Solve this by restricting the dependency layers in meta-arm to just
      meta-arm/meta-*, so it doesn't recurse into meta-arm/work/poky/bitbake.
      Signed-off-by: default avatarRoss Burton <ross.burton@arm.com>
      Signed-off-by: default avatarJon Mason <jon.mason@arm.com>
      d2c5a5d2
    • Ross Burton's avatar
      arm-bsp: remove Corstone 700 · 92490b7f
      Ross Burton authored
      
      Corstone 700 is end-of-life, so remove it from meta-arm master.
      
      It will remain in the stable branches for existing users, but new users
      are encouraged to use Corstone 1000 instead.
      Signed-off-by: default avatarRoss Burton <ross.burton@arm.com>
      Signed-off-by: default avatarJon Mason <jon.mason@arm.com>
      92490b7f
  31. 20 Jan, 2022 1 commit