From 15dd3fb016ccad876b4a3b0218b1e71d88935312 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 20 Apr 2022 12:29:29 +0200 Subject: [PATCH] docs: Document the Yocto version Oniro is based on Fixes https://gitlab.eclipse.org/eclipse/oniro-core/oniro/-/issues/442 Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- docs/yocto-build-system/oniro-build-arch.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/yocto-build-system/oniro-build-arch.rst b/docs/yocto-build-system/oniro-build-arch.rst index bd825fdd..6632c18c 100644 --- a/docs/yocto-build-system/oniro-build-arch.rst +++ b/docs/yocto-build-system/oniro-build-arch.rst @@ -36,4 +36,16 @@ ranging from RTOSes to Linux. required for compiling |main_project_name| images. The architecture supports plugging various kernels. +One of the core aims of |main_project_name| is to provide a stable foundation +for product development. In doing so, the project tries its best to align all +the included components to their respective LTS (long-term support) versions. +The build system is one of the core components used in Oniro and its version +adheres to the same principle. + +The current version of the projects uses ``kirkstone`` version of Yocto +project, the build system of choice in |main_project_name|. This ensures that +all the Yocto layers brought in are either on their respective +``kirkstone`` branch/version or, in the absence of that, on a +``kirkstone-compatible`` branch/version. + .. image:: assets/oniro-arch.png -- GitLab