Skip to content

Commit 04f678d

Browse files
committed
[Telink] Update Zephyr revision & remove dev changes
1 parent 16abce3 commit 04f678d

File tree

3 files changed

+1
-24
lines changed

3 files changed

+1
-24
lines changed

.github/workflows/chef.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ concurrency:
2828

2929
env:
3030
CHIP_NO_LOG_TIMESTAMPS: true
31-
# Required to Update Zephyr SDK (for developers purpose)
32-
TELINK_ZEPHYR_SDK_DIR: /opt/telink/zephyr-sdk-0.17.0
3331

3432
jobs:
3533
chef_linux:
@@ -107,15 +105,6 @@ jobs:
107105
steps:
108106
- name: Checkout
109107
uses: actions/checkout@v4
110-
- name: Update Zephyr SDK (for developers purpose)
111-
run: |
112-
set -e
113-
cd /opt/telink
114-
rm -rf zephyr-sdk-0.16.1
115-
curl --location https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.0/zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz --output zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz
116-
tar xvf zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz
117-
rm -rf zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz
118-
zephyr-sdk-0.17.0/setup.sh -t riscv64-zephyr-elf
119108
- name: Checkout submodules & Bootstrap
120109
uses: ./.github/actions/checkout-submodules-and-bootstrap
121110
with:

.github/workflows/examples-telink.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ concurrency:
2828

2929
env:
3030
CHIP_NO_LOG_TIMESTAMPS: true
31-
# Required to Update Zephyr SDK (for developers purpose)
32-
TELINK_ZEPHYR_SDK_DIR: /opt/telink/zephyr-sdk-0.17.0
3331

3432
jobs:
3533
telink:
@@ -49,16 +47,6 @@ jobs:
4947
- name: Checkout
5048
uses: actions/checkout@v4
5149

52-
- name: Update Zephyr SDK (for developers purpose)
53-
run: |
54-
set -e
55-
cd /opt/telink
56-
rm -rf zephyr-sdk-0.16.1
57-
curl --location https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.0/zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz --output zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz
58-
tar xvf zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz
59-
rm -rf zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz
60-
zephyr-sdk-0.17.0/setup.sh -t riscv64-zephyr-elf
61-
6250
- name: Checkout submodules & Bootstrap
6351
uses: ./.github/actions/checkout-submodules-and-bootstrap
6452
with:

integrations/docker/images/stage-2/chip-build-telink/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -x \
1818
&& : # last line
1919

2020
# Setup Zephyr
21-
ARG ZEPHYR_REVISION=52c23bb5bfa7b08fb2499fda8c34cbd3418e0c1d
21+
ARG ZEPHYR_REVISION=ce4027fc0768b8509758af2e43f74e3fd2c7d58d
2222
WORKDIR /opt/telink/zephyrproject
2323
RUN set -x \
2424
&& python3 -m pip install --break-system-packages -U --no-cache-dir west \

0 commit comments

Comments
 (0)