diff mbox series

[whinlatter] arm-bsp/docs:corstone1000: Update copyright and host tool versions

Message ID 20260123125540.41390-1-michael.safwat@arm.com
State New
Headers show
Series [whinlatter] arm-bsp/docs:corstone1000: Update copyright and host tool versions | expand

Commit Message

Michael Safwat Jan. 23, 2026, 12:55 p.m. UTC
Update Corstone-1000 documentation to reflect 2026 copyright and
current supported host environment.

Signed-off-by: Michael Safwat <michael.safwat@arm.com>
---
 meta-arm-bsp/documentation/corstone1000/conf.py    |  6 +++---
 .../documentation/corstone1000/user-guide.rst      | 14 +++++++-------
 2 files changed, 10 insertions(+), 10 deletions(-)
diff mbox series

Patch

diff --git a/meta-arm-bsp/documentation/corstone1000/conf.py b/meta-arm-bsp/documentation/corstone1000/conf.py
index 0202e574..7603d14e 100644
--- a/meta-arm-bsp/documentation/corstone1000/conf.py
+++ b/meta-arm-bsp/documentation/corstone1000/conf.py
@@ -1,4 +1,4 @@ 
-# SPDX-FileCopyrightText: <text>Copyright 2020-2024 Arm Limited and/or its
+# SPDX-FileCopyrightText: <text>Copyright 2020-2024, 2026 Arm Limited and/or its
 # affiliates <open-source-office@arm.com></text>
 #
 # SPDX-License-Identifier: MIT
@@ -26,8 +26,8 @@  sys.path.append(os.path.dirname(__file__))
 
 # -- Project information -----------------------------------------------------
 
-project = 'corstone1000'
-copyright = '2020-2024, Arm Limited'
+project = 'Corstone-1000'
+copyright = '2020-2026, Arm Limited'
 author = 'Arm Limited'
 
 
diff --git a/meta-arm-bsp/documentation/corstone1000/user-guide.rst b/meta-arm-bsp/documentation/corstone1000/user-guide.rst
index ddea8931..5240e2b6 100644
--- a/meta-arm-bsp/documentation/corstone1000/user-guide.rst
+++ b/meta-arm-bsp/documentation/corstone1000/user-guide.rst
@@ -18,17 +18,17 @@  for more information.
 Prerequisites
 -------------
 
-This guide assumes that your host machine is running Ubuntu 20.04 LTS ( with ``sudo`` rights), with at least
+This guide assumes that your host machine is running Ubuntu 24.04 LTS ( with ``sudo`` rights), with at least
 32GB of free disk space and 16GB of RAM as minimum requirement.
 
 The following prerequisites must be available on the host system:
 
-- Git 1.8.3.1 or greater.
-- Python 3.8.0 or greater.
-- GNU Tar 1.28 or greater.
-- GNU Compiler Collection 8.0 or greater.
-- GNU Make 4.0 or greater.
-- tmux.
+- Git 2.39.2 or greater.
+- Python 3.11.2 or greater.
+- GNU Tar 1.34 or greater.
+- GNU Compiler Collection 12.2 or greater.
+- GNU Make 4.3 or greater.
+- tmux 3.3 or greater.
 
 Please follow the steps described in the Yocto mega manual: