-
8000
-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
orangepi5pro: Fix uboot compilation #8181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe change updates the assignment of the Possibly related PRs
Suggested reviewers
Tip ⚡️ Faster reviews with caching
Enjoy the performance boost—your workflow just got faster. 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
config/boards/orangepi5pro.csc (1)
56-56
: Verify patch directory correctness and unify quoting styleThe change simplifies
BOOTPATCHDIR
from"legacy/u-boot-orangepi5-rk3588"
to"legacy"
. Please ensure that:
- The
legacy
directory actually exists in the U-Boot patch repository (e.g., under yourpatches/
hierarchy) and contains all required patches—otherwise the build may silently succeed but miss critical fixes.- For consistency with the surrounding assignments (
BOOTSOURCE
andBOOTBRANCH
use single quotes), consider switching to single quotes:- BOOTPATCHDIR="legacy" + BOOTPATCHDIR='legacy'
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
patch/u-boot/legacy/board_orangepi5pro/fix-noble-build.patch
is excluded by!patch/**
📒 Files selected for processing (1)
config/boards/orangepi5pro.csc
(1 hunks)
Description
Addresses #8172 or tries to at least.
This needs testing before merge.
How Has This Been Tested?
Checklist:
Please delete options that are not relevant.