-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
rockchip64: bump edge to 6.19
#9067
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
Open
EvilOlaf
wants to merge
7
commits into
armbian:main
Choose a base branch
from
EvilOlaf:rk-6.19
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+59,219
−1
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
8bb4621
set new version, copy patches
EvilOlaf 12aeef4
remove partially upstreamed patches
EvilOlaf 4fdf09b
disable remaining broken, rewrite for first alignment, fix rt5651 aptch
EvilOlaf 04e5201
that one is still broken
EvilOlaf d39fafa
rk3308-acodec is a shitload of work to align again and fix two more p…
EvilOlaf 5e88fca
fix another patch
EvilOlaf 9670a67
Revert repository hack
EvilOlaf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
37 changes: 37 additions & 0 deletions
37
patch/kernel/archive/rockchip64-6.19/0000.patching_config.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| config: # This is file 'patch/kernel/archive/rockchip64-6.13/0000.patching_config.yaml' | ||
|
|
||
| # Just some info stuff; not used by the patching scripts | ||
| name: rockchip64-6.14 | ||
| kind: kernel | ||
| type: mainline # or: vendor | ||
| branch: linux-6.14.y | ||
| last-known-good-tag: v6.14-rc2 | ||
| maintainers: | ||
| - { github: rpardini, name: Ricardo Pardini, email: [email protected], armbian-forum: rpardini } | ||
| - { github: paolosabatino, name: Paolo Sabatino, email: [email protected], armbian-forum: jock } | ||
|
|
||
| # .dts files in these directories will be copied as-is to the build tree; later ones overwrite earlier ones. | ||
| # This is meant to provide a way to "add a board DTS" without having to null-patch them in. | ||
| dts-directories: | ||
| - { source: "dt", target: "arch/arm64/boot/dts/rockchip" } | ||
|
|
||
| # every file in these directories will be copied as-is to the build tree; later ones overwrite earlier ones | ||
| # This is meant as a way to have overlays, bare, in a directory, without having to null-patch them in. | ||
| # @TODO need a solution to auto-Makefile the overlays as well | ||
| overlay-directories: | ||
| - { source: "overlay", target: "arch/arm64/boot/dts/rockchip/overlay" } | ||
|
|
||
| # the Makefile in each of these directories will be magically patched to include the dts files copied | ||
| # or patched-in; overlay subdir will be included "-y" if it exists. | ||
| # No more Makefile patching needed, yay! | ||
| auto-patch-dt-makefile: | ||
| - { directory: "arch/arm64/boot/dts/rockchip", config-var: "CONFIG_ARCH_ROCKCHIP" } | ||
|
|
||
| # configuration for when applying patches to git / auto-rewriting patches (development cycle helpers) | ||
| patches-to-git: | ||
| do-not-commit-files: | ||
| - "MAINTAINERS" # constant churn, drop them. sorry. | ||
| - "Documentation/devicetree/bindings/arm/rockchip.yaml" # constant churn, conflicts on every bump, drop it. sorry. | ||
| do-not-commit-regexes: # Python-style regexes | ||
| - "^arch/([a-zA-Z0-9]+)/boot/dts/([a-zA-Z0-9]+)/Makefile$" # ignore DT Makefile patches, we've an auto-patcher now | ||
|
|
||
Oops, something went wrong.
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.
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.
Fix incorrect version numbers in patching configuration.
The configuration references kernel versions 6.13 and 6.14, but this file is in the rockchip64-6.19 directory and the PR is bumping to 6.19. All version references should be updated to 6.19.
Apply this diff to correct the version numbers:
🤖 Prompt for AI Agents