west: update manifest and doc URLs for tl_ repo rename on telink_aliro_baza_zephyr_4.1.0 - #825
Draft
damien0x0023 wants to merge 3 commits into
Conversation
damien0x0023
force-pushed
the
feat-rename_tl_prefix-telink_aliro_baza_zephyr_4.1.0
branch
2 times, most recently
from
August 28, 2026 03:25
0744e3c to
1f2964e
Compare
Prepare for the GitHub repo renames tracked in UTCSH-526 (Rename-01, parent epic UTCSH-525): - zephyr -> tl_zephyr (self references in README / docs) - mcuboot -> tl_mcuboot - openthread -> tl_openthread - xz -> tl_xz openthread_telink_lib references now point to tl_openthread_libs, published first as a placeholder mirror; the original repository is renamed onto that name after ThreadGroup confirmation (UTCSH-533 / Rename-08). Historical release notes are left unchanged (GitHub 301 redirects cover them). Do not merge before the freeze window: CI cloning tl_* URLs fails until the renames are executed (UTCSH-527 / Rename-02, UTCSH-528 / Rename-03). Also sort the tl_ble_sdk west manifest entry and add its MAINTAINERS.yml entry; these pre-existing issues surface now that this branch touches west.yml and would otherwise fail the compliance check. Also documents the Telink specific modifications carried by the renamed fork repositories (tl_mcuboot, tl_openthread, tl_xz, tl_openthread_libs) in the SDK README. Signed-off-by: Damien Ji <yinghao.ji@telink-semi.com>
damien0x0023
force-pushed
the
feat-rename_tl_prefix-telink_aliro_baza_zephyr_4.1.0
branch
from
August 28, 2026 05:22
1f2964e to
367067b
Compare
damien0x0023
marked this pull request as draft
August 28, 2026 06:26
The repository was renamed from "zephyr" to "tl_zephyr", so the actions/checkout step now checks out the code into a directory named "tl_zephyr" instead of "zephyr". This breaks all Telink workflows at the "West setup" step with: FATAL ERROR: can't init: no west.yml found in /home/runner/work/tl_zephyr/zephyr because west init -l zephyr, the manifest "self: path: zephyr" and the build commands all expect a "zephyr" directory in the workspace. Create a "zephyr" symlink pointing to the "tl_zephyr" checkout directory before running west init in all Telink workflows. Signed-off-by: Damien Ji <yinghao.ji@telink-semi.com>
Replace the detailed feature table (which referenced Kconfig symbols like CONFIG_BOOT_IMG_HASH_DIRECTLY_ON_STORAGE, triggering UndefinedKconfig compliance failures) with a concise bullet list of Telink-maintained repositories, each with a brief description and links to both the Telink fork and upstream. Detailed feature documentation lives in the individual module repositories. Only the fork repositories actually referenced by this branch's west manifests are listed (tl_mcuboot, tl_xz, tl_openthread_libs); forks pulled in solely by other SDK branches are omitted. Signed-off-by: Damien Ji <yinghao.ji@telink-semi.com>
damien0x0023
force-pushed
the
feat-rename_tl_prefix-telink_aliro_baza_zephyr_4.1.0
branch
from
August 28, 2026 14:37
9a2642d to
f7cebed
Compare
Collaborator
Author
|
@s07641069 @interfer @serhiiSalamakha |
Collaborator
|
@damien0x0023 it looks like there's mismatch in SPI drivers, so it's not doc/CI related |
s07641069
approved these changes
Sep 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update repository references for the
tl_repo rename, phase 1 (UTCSH-526 / Rename-01, parent epic UTCSH-525).telink-semi/zephyrtelink-semi/tl_zephyrtelink-semi/mcuboottelink-semi/tl_mcuboottelink-semi/openthreadtelink-semi/tl_openthreadtelink-semi/xztelink-semi/tl_xztelink-semi/openthread_telink_libtelink-semi/tl_openthread_libs(placeholder first)Notes:
openthread_telink_libuses a placeholder-first strategy:tl_openthread_libsis published as a mirror snapshot before this PR merges, so the new URL is live immediately; the original repository is renamed onto that name after ThreadGroup confirmation (UTCSH-533 / Rename-08). The west projectnameand localpath(modules/lib/openthread_telink_lib) stay unchanged — only the manifesturlchanges.Changes
west.yml/submanifests/*.yaml: manifest URLs andrepo-pathentries.github/workflows/: CI clone/fetch URLsMerge timing
Warning
Do NOT merge before the freeze window. CI cloning
tl_*.gitURLs fails until the GitHub-side renames are executed (UTCSH-527 / Rename-02, UTCSH-528 / Rename-03). Exception:tl_openthread_libsis already live as a placeholder mirror, so that URL works before the freeze window.Verification
west updatesucceeds with the updated manifestwest updatefetchestl_openthread_libs(placeholder mirror) via the updated submanifesttelink-semi/{zephyr,mcuboot,openthread,xz,openthread_telink_lib}references outside release notesTracking: UTCSH-525 (epic) / UTCSH-526 (Rename-01)