qemu: Enable QEMU package support in .config for Rockchip devices#26797
qemu: Enable QEMU package support in .config for Rockchip devices#26797davidandreoletti wants to merge 1 commit into
Conversation
|
@yousong Unclear to me if mipsel / riscv64 issues are related to PR changes or long standing issues with OpenWRT build system. Would you mind reviewing the PR please ? |
|
Nitpick: Its OpenWrt not OpenWRT |
|
@BKPepe Got it! |
34b80a9 to
3cb9aa2
Compare
3cb9aa2 to
76a56cc
Compare
76a56cc to
f0687aa
Compare
f0687aa to
26f4da7
Compare
26f4da7 to
3d61671
Compare
openwrt-ai
left a comment
There was a problem hiding this comment.
Reviewed 1 new commit.
The functional change is correct: adding TARGET_rockchip to QEMU_DEPS_IN_HOST enables the host-side QEMU packages (qemu-img / qemu-nbd / qemu-system-* / firmware / keymaps) for the arm64 rockchip target, consistent with the existing armsr_armv8 and sunxi entries. The PKG_RELEASE bump 2 -> 3 is appropriate. All 14 CI checks are green.
Commit checks
- nit: The commit subject
rockchip: enable qemu package support in .config for Rockchip devicesuses a target name as the prefix. In openwrt/packages the convention is<package>: <change>; since this commit only modifiesutils/qemu/Makefile,qemu:would be the expected prefix.
Generated by Claude Code
OpenWRT's .config support declaring qemu-* packages as part of the Rockchip devices OpenWRT images. Maintainer: @yousong Compile tested: snapshot Run tested: NanoPi R4S Signed-off-by: David Andreoletti <david.andreoletti.dev@gmail.com>
3d61671 to
17cf08b
Compare
|
@yousong Would you like to review this PR ? The build log fails only for the i386 target due to a checksum mismatch in the openwrt sdk downloaded. |
📦 Package Details
Maintainer:
@yousong
Description:
OpenWrt's .config now support declaring qemu-* packages as part of the Rockchip devices OpenWRT images.
🧪 Run Testing Details
✅ Formalities