From b4e241cc2f8d7f5437f2f91e15d23b8ad4bf69af Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Mon, 21 Jun 2021 15:11:26 +0100 Subject: [PATCH] docs/machines-and-flavours: Document the Smart Panel Blueprint jobs Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- docs/ci/machines-and-flavours.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/ci/machines-and-flavours.rst b/docs/ci/machines-and-flavours.rst index df68057d..b00cc340 100644 --- a/docs/ci/machines-and-flavours.rst +++ b/docs/ci/machines-and-flavours.rst @@ -157,3 +157,23 @@ This job extends `.build-freertos` job from the manifest repository and builds 32bit ARMv5 micro-controller virtual machine. The cache for this job is publicly available. + +blueprint-smartpanel-zephyr +........................... + +This job extends `.build-zephyr` job from the manifest repository and builds +the Smart Panel Blueprint - the Zephyr side of it. + +.. note:: + The cache for this job is not public, pending legal review of any firmware + that may be included. + +blueprint-smartpanel-linux +.......................... + +This job extends `.build-linux` job from the manifest repository and builds +the Smart Panel Blueprint - the Linux side of it. + +.. note:: + The cache for this job is not public, pending legal review of any firmware + that may be included. -- GitLab