diff --git a/.ostc-ci/machines-and-flavours.yaml b/.ostc-ci/machines-and-flavours.yaml index d11bd1d84cd3c90042e586e913579587773239d7..49210caea4ac60d5e31d053b1985b35a136319dc 100644 --- a/.ostc-ci/machines-and-flavours.yaml +++ b/.ostc-ci/machines-and-flavours.yaml @@ -67,6 +67,11 @@ linux-stm32mp1-av96: variables: MACHINE: stm32mp1-av96 +linux-raspberrypi4-64: + extends: .build-linux + variables: + MACHINE: raspberrypi4-64 + zephyr-qemu-x86: extends: .build-zephyr variables: diff --git a/docs/ci/machines-and-flavours.rst b/docs/ci/machines-and-flavours.rst index b321d869471a21125aa5f0b9638b45ade6ce952a..9f3be0f2995d6ad618b6d606470135a89406abc3 100644 --- a/docs/ci/machines-and-flavours.rst +++ b/docs/ci/machines-and-flavours.rst @@ -93,6 +93,19 @@ architecture. The cache for this job is not public, pending legal review of any firmware that may be included. +linux-raspberrypi4-64 +..................... + +This job extends `.build-linux` job from the manifest repository and builds +``allscenarios-image-base-tests`` and ``allscenarios-image-extra-tests`` using +the Linux flavour of All Scenarios OS and ``MACHINE=raspberrypi4-64``. This job +checks that All Scenarios OS software can be built for the Raspberry Pi 4B +development board, which contains the BCM2711 SoC, which implements 64bit ARMv8 +architecture. + +The cache for this job is not public, pending legal review of any firmware that +may be included. + zephyr-qemu-x86 ...............