-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
change from frank-w's tree to just a git-format-patches from his tree #8850
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
change from frank-w's tree to just a git-format-patches from his tree #8850
Conversation
WalkthroughThe change edits config/sources/families/filogic.conf in the edge branch: explicit KERNELSOURCE and KERNELBRANCH assignments are commented out. KERNEL_MAJOR_MINOR is fixed to 6.16 and KERNELPATCHDIR and LINUXCONFIG are computed from that value and the branch name, so the edge configuration no longer declares kernel source/branch directly. Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
⛔ Files ignored due to path filters (88)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
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 |
…-patches from his tree
2a22df8 to
ba318e8
Compare
|
✅ This PR has been reviewed and approved — all set for merge! |
Description
More or less what it says on the tin, and more specifically what is mentioned in the
series.confpatch series derived from:
git format-patch -o ~/build/armbian-build/patch/kernel/archive/filogic-6.16/patches.armbian/ v6.16.12..6.16.12-rsslrowhere
6.16.12-rsslrowas from taking https://github.com/frank-w/BPI-Router-Linuxbranch:6.16-rsslrothen
git rebase v6.16.12where this tag was from https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.gittag:v6.16.12two patches are then skipped for being empty,
0001&0017How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.