release-targets: add radxa-dragon-q8b with ufs extension#354
Merged
Conversation
Contributor
WalkthroughThis change appends new target definitions for the radxa-dragon-q8b board to four UEFI-based build matrices in the standard support manual target file: minimal-stable-debian-uefi, minimal-stable-ubuntu-current-uefi, desktop-stable-ubuntu-gnome-uefi, and desktop-stable-ubuntu-cinnamon-uefi. Each new entry specifies BRANCH: vendor and ENABLE_EXTENSIONS: "ufs", alongside existing radxa-dragon-q6a entries. Estimated code review effort: 1 (Trivial) | ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The Radxa Dragon Q8B (BOARDFAMILY sc8280xp, KERNEL_TARGET=vendor) can run from a UFS module, alongside microSD and NVMe. Provide a UFS-aligned image variant for it by enabling the ufs extension (BRANCH: vendor) in the same four standard-support blocks that already carry radxa-dragon-q6a and radxa-nio-12l. This only adds the -ufs variant, the regular microSD image is unaffected.
1e8f55f to
54d46d1
Compare
igorpecovnik
approved these changes
Jul 8, 2026
|
✅ This PR has been reviewed and approved — all set for merge! |
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.
The Radxa Dragon Q8B (BOARDFAMILY sc8280xp, KERNEL_TARGET=vendor) can run from a UFS module, alongside microSD and NVMe.
This enables the ufs extension for q8b (BRANCH: vendor) in the same four standard-support blocks that already carry radxa-dragon-q6a and radxa-nio-12l: Debian minimal, Ubuntu current minimal, Ubuntu GNOME and Ubuntu Cinnamon.
It only adds the -ufs image variant, the regular microSD image is unaffected. The board image itself is already in the repo from the earlier board-image commit.