Skip to content
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

[Task]: Convert recent (2024.01+) u-boot null-patches into dt/ and defconfig/ bare patches #7772

Open
rpardini opened this issue Feb 1, 2025 · 1 comment
Labels
Task/To-Do Project management: To-Do or task(s) someone is working on

Comments

@rpardini
Copy link
Member

rpardini commented Feb 1, 2025

Task description

The Armbian patching utility supports adding files directly instead of requiring null-patches (patches that add complete files). Null-patches are unwieldy, forcing developers to generate patches for no reason.

We have such setup for many kernels, but also for the vendor rk35xx u-boot, as can be seen in patch/u-boot/legacy/u-boot-radxa-rk35xx/0000.patching_config.yaml (and patch/u-boot/legacy/u-boot-radxa-rk35xx/defconfig and patch/u-boot/legacy/u-boot-radxa-rk35xx/dt folders).

Let's replicate this setup (1 .yaml configuration file and 2 folders, one for DTS and one for defconfig) so we can get rid of null patches for the mainline u-boot as well.

Let's begin with the most recent u-boot (v2025.01) and work our way back; that way when new contributions begin they've a good example to follow.

@rpardini rpardini added the Task/To-Do Project management: To-Do or task(s) someone is working on label Feb 1, 2025
Copy link
Contributor

github-actions bot commented Feb 1, 2025

Jira ticket: AR-2599

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task/To-Do Project management: To-Do or task(s) someone is working on
Development

No branches or pull requests

1 participant