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

coolpi-cm5: fix uboot patch dir #7600

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

amazingfate
Copy link
Contributor

Description

Coolpi cm5 is using mainline u-boot with BOOTPATCHDIR unset because it doesn't want patches. And the uboot patch dir fallback to u-boot-rockchip64, which has a lot of patches for rockchip64 families.
Now we declare a fake patch dir for uboot to pass build.

I find the two boards affected by command:

git grep "unset BOOTPATCHDIR"

How 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.

  • ./compile.sh uboot BOARD=coolpi-genbook BRANCH=edge DEB_COMPRESS=xz
  • ./compile.sh uboot BOARD=coolpi-cm5 BRANCH=edge DEB_COMPRESS=xz

Checklist:

Please delete options that are not relevant.

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

@github-actions github-actions bot added size/small PR with less then 50 lines Needs review Seeking for review Hardware Hardware related like kernel, U-Boot, ... labels Dec 22, 2024
@igorpecovnik igorpecovnik added 02 Milestone: First quarter release Ready to merge Reviewed, tested and ready for merge Bugfix Pull request is fixing a bug and removed Needs review Seeking for review labels Dec 22, 2024
@igorpecovnik igorpecovnik merged commit bd7da30 into armbian:main Dec 22, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
02 Milestone: First quarter release Bugfix Pull request is fixing a bug Hardware Hardware related like kernel, U-Boot, ... Ready to merge Reviewed, tested and ready for merge size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

2 participants