Hi Jon,

Thank you for your help!

I have added my comments under your patches as I go along.
I think that no changes are required and these can be committed to meta-morello as is.

Adding FVP support could be our next objective.

Pawel


On Fri, 10 Feb 2023 at 11:53, Jon Mason <jdmason@kudzu.us> wrote:
Working off the kirkstone branch of
https://github.com/The-Good-Penguin/meta-morello, I did some cleanups
and was able to add gitlab CI support.  You can see it in action at
https://gitlab.com/jonmason00/meta-morello/-/pipelines/773799653

Many other cleanups are needed, but I was only trying to get Gitlab CI
working.

I see there is a Arm ecosystem FVP for Morello at
https://developer.arm.com/downloads/-/arm-ecosystem-fvps
If FVP support is enabled, it is possible to run testimage as part of
CI.  You can see that being done on meta-arm for corstone500,
corstone1000-fvp, fvp-base, fvp-base-arm32, and fvp-baser-aemv8r64.

Let me know if there are any questions.

Thanks,
Jon

Jon Mason (6):
  conf/machine: Remove MORELLO_RELEASE_VERSION
  musl-morello: Remove unused file
  Change SRVTAG to SRVREV
  kas: Changes necessary to compile the existing system images
  board-firmware: Fix LICENSE warning
  CI: add Gitlab CI support

 .gitlab-ci.yml                                | 78 +++++++++++++++++++
 ci/check-warnings                             | 19 +++++
 ci/jobs-to-kas                                | 16 ++++
 ci/logging.yml                                | 13 ++++
 ci/update-repos                               | 40 ++++++++++
 conf/machine/include/morello-1.5.inc          |  1 -
 conf/machine/include/morello-common.inc       |  6 +-
 conf/machine/morello-linux-glibc.conf         |  1 -
 conf/machine/morello-linux-musl.conf          |  5 +-
 kas/base.yml                                  | 47 +++++------
 .../board-firmware/board-firmware_1.4.bb      |  6 +-
 recipes-core/busybox/busybox-morello.inc      |  4 +-
 ...-morello-1.5.bb => busybox-morello_1.5.bb} |  2 +-
 recipes-core/musl/musl-morello-1.5.inc        |  4 -
 recipes-core/musl/musl-morello-common.inc     | 12 +--
 .../gen-init-cpio/gen-init-cpio-native.bb     |  6 +-
 recipes-kernel/linux/linux-morello.inc        |  4 +-
 ...ux-morello-1.5.bb => linux-morello_1.5.bb} |  6 +-
 .../images/morello-linux-image-musl.bb        |  4 +-
 19 files changed, 220 insertions(+), 54 deletions(-)
 create mode 100644 .gitlab-ci.yml
 create mode 100755 ci/check-warnings
 create mode 100755 ci/jobs-to-kas
 create mode 100644 ci/logging.yml
 create mode 100755 ci/update-repos
 delete mode 100644 conf/machine/include/morello-1.5.inc
 rename recipes-core/busybox/{busybox-morello-1.5.bb => busybox-morello_1.5.bb} (79%)
 delete mode 100644 recipes-core/musl/musl-morello-1.5.inc
 rename recipes-kernel/linux/{linux-morello-1.5.bb => linux-morello_1.5.bb} (57%)

--
2.30.2

_______________________________________________
linux-morello-distros mailing list -- linux-morello-distros@op-lists.linaro.org
To unsubscribe send an email to linux-morello-distros-leave@op-lists.linaro.org