-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
sunxi-6.11 Switch EDGE to v6.11 #7289
Conversation
@igorpecovnik "xradio" is out of my area of interest and out of a series of patches, so I just turned it off. I had the idea to split the Armbian patches into two or more series. |
Understand. We will need to deal with this sooner or later, but IMO it can wait in this state for another 6 months easily.
@Tonymac32 @paolosabatino perhaps you have any ideas here? Otherwise I think - if this way helps you, go for it. |
This will most likely help other developers to add patches correctly, I hope. |
@igorpecovnik sorry but I have no clever suggestion for that kind of issue, perhaps ex-novo overlays can be put in Those overlays files usually never go in mainline kernel and so should not require to be rebased upon mainline at source level, hence there is no advantage on keeping them as patches |
I'm loving it. > find arch/ -name overlay
arch/arm/boot/dts/allwinner/overlay
arch/arm64/boot/dts/allwinner/overlay What needs to be done additionally? |
Oh! As far as I understand this code, the ability to add two or more overlay folders for different architectures is not provided. |
@The-going AFAIK no, it is not provided; nonetheless it should be safe enough to put all of them, both arm and arm64 overlays, in the same I expect the device tree compiler to make no hassle and compile all of them, since device trees actually are architecture-agnostic. The only drawback is that the final .deb package will contain the overlays for both arm and arm64 targets. Anyway a major advantage is that the overlays are much more easier to modify and maintain. This is what is in use for rockchip64 patch directory I may add that something similar is available for non-mainlined base device trees within the |
9f201c2
to
fccd817
Compare
Igor, I have postponed the division of the Armbian patches into separate series for the future. |
O.K.
I know. It's a lot of work to keep this in order. Thank you! |
Description
How Has This Been Tested?