From 2dd696f5446d0a0e754a3deee338921d4069431d Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 16 Feb 2021 16:57:26 -0600 Subject: [PATCH] sdk: Move to SDK 0.12.3 Update ci and docs to reference SDK 0.12.3. Update to SDK 0.12.3 as it includes fixes for support ARM Cortex-M55. Signed-off-by: Kumar Gala --- .buildkite/daily.yml | 4 ++-- .buildkite/pipeline.yml | 4 ++-- doc/getting_started/index.rst | 12 ++++++------ doc/getting_started/installation_linux.rst | 14 +++++++------- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.buildkite/daily.yml b/.buildkite/daily.yml index 9b654e4bfc1..ba54d7f68b0 100644 --- a/.buildkite/daily.yml +++ b/.buildkite/daily.yml @@ -3,14 +3,14 @@ steps: - .buildkite/run.sh env: ZEPHYR_TOOLCHAIN_VARIANT: "zephyr" - ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.12.2" + ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.12.3" parallelism: 400 timeout_in_minutes: 210 retry: manual: true plugins: - docker#v3.5.0: - image: "zephyrprojectrtos/ci:v0.11.13" + image: "zephyrprojectrtos/ci:v0.11.15" propagate-environment: true volumes: - "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors" diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 10e070173db..990332ced36 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -3,14 +3,14 @@ steps: - .buildkite/run.sh env: ZEPHYR_TOOLCHAIN_VARIANT: "zephyr" - ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.12.2" + ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.12.3" parallelism: 20 timeout_in_minutes: 180 retry: manual: true plugins: - docker#v3.5.0: - image: "zephyrprojectrtos/ci:v0.11.13" + image: "zephyrprojectrtos/ci:v0.11.15" propagate-environment: true volumes: - "/var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors" diff --git a/doc/getting_started/index.rst b/doc/getting_started/index.rst index 8eea26eab2c..37286495435 100644 --- a/doc/getting_started/index.rst +++ b/doc/getting_started/index.rst @@ -292,14 +292,14 @@ to build Zephyr applications. .. code-block:: bash cd ~ - wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.12.2/zephyr-sdk-0.12.2-x86_64-linux-setup.run + wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.12.3/zephyr-sdk-0.12.3-x86_64-linux-setup.run - #. Run the installer, installing the SDK in :file:`~/zephyr-sdk-0.12.2`: + #. Run the installer, installing the SDK in :file:`~/zephyr-sdk-0.12.3`: .. code-block:: bash - chmod +x zephyr-sdk-0.12.2-x86_64-linux-setup.run - ./zephyr-sdk-0.12.2-x86_64-linux-setup.run -- -d ~/zephyr-sdk-0.12.2 + chmod +x zephyr-sdk-0.12.3-x86_64-linux-setup.run + ./zephyr-sdk-0.12.3-x86_64-linux-setup.run -- -d ~/zephyr-sdk-0.12.3 .. note:: It is recommended to install the Zephyr SDK at one of the following locations: @@ -312,7 +312,7 @@ to build Zephyr applications. * ``/usr/zephyr-sdk[-x.y.z]`` * ``/usr/local/zephyr-sdk[-x.y.z]`` - where ``[-x.y.z]`` is optional text, and can be any text, for example ``-0.12.2``. + where ``[-x.y.z]`` is optional text, and can be any text, for example ``-0.12.3``. If installing the Zephyr SDK outside any of those locations, please read: :ref:`zephyr_sdk` @@ -323,7 +323,7 @@ to build Zephyr applications. .. code-block:: bash - sudo cp ~/zephyr-sdk-0.12.2/sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d + sudo cp ~/zephyr-sdk-0.12.3/sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d sudo udevadm control --reload .. group-tab:: macOS diff --git a/doc/getting_started/installation_linux.rst b/doc/getting_started/installation_linux.rst index f64a60f9152..cbfee55e5b6 100644 --- a/doc/getting_started/installation_linux.rst +++ b/doc/getting_started/installation_linux.rst @@ -240,19 +240,19 @@ Follow these steps to install the Zephyr SDK: .. code-block:: console - wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.12.2/zephyr-sdk-0.12.2-x86_64-linux-setup.run + wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.12.3/zephyr-sdk-0.12.3-x86_64-linux-setup.run - (You can change *0.12.2* to another version if needed; the `Zephyr + (You can change *0.12.3* to another version if needed; the `Zephyr Downloads`_ page contains all available SDK releases.) #. Run the installation binary, installing the SDK at - :file:`~/zephyr-sdk-0.12.2`: + :file:`~/zephyr-sdk-0.12.3`: .. code-block:: console cd - chmod +x zephyr-sdk-0.12.2-x86_64-linux-setup.run - ./zephyr-sdk-0.12.2-x86_64-linux-setup.run -- -d ~/zephyr-sdk-0.12.2 + chmod +x zephyr-sdk-0.12.3-x86_64-linux-setup.run + ./zephyr-sdk-0.12.3-x86_64-linux-setup.run -- -d ~/zephyr-sdk-0.12.3 You can pick another directory if you want. If this fails, make sure Zephyr's dependencies were installed as described in `Install Requirements @@ -272,7 +272,7 @@ installed it. * ``/usr/zephyr-sdk[-x.y.z]`` * ``/usr/local/zephyr-sdk[-x.y.z]`` - where ``[-x.y.z]`` is optional text, and can be any text, for example ``-0.12.2``. + where ``[-x.y.z]`` is optional text, and can be any text, for example ``-0.12.3``. If you install the Zephyr SDK outside any of those locations, then it is required to register the Zephyr SDK in the CMake package registry during @@ -283,7 +283,7 @@ installed it. containing multiple Zephyr SDKs, allowing for automatic toolchain selection, for example: ``ZEPHYR_SDK_INSTALL_DIR=/company/tools`` - * ``/company/tools/zephyr-sdk-0.12.2`` + * ``/company/tools/zephyr-sdk-0.12.3`` * ``/company/tools/zephyr-sdk-a.b.c`` * ``/company/tools/zephyr-sdk-x.y.z``