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

kernel: fix for 6.14 make clean fail at tools dir due to upstream dir change #7850

Merged
merged 1 commit into from
Feb 22, 2025

Conversation

amazingfate
Copy link
Contributor

Description

I have sent a patch upstream which will get merged to v6.15, but we still need to fix the build issue for 6.14. So I use a hack similar with 9218401 so that we don't need to copy one patch to dirs of all families.

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 kernel BOARD=rock-5-itx BRANCH=edge KERNEL_CONFIGURE=no

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

@amazingfate amazingfate requested a review from a team as a code owner February 20, 2025 10:14
@github-actions github-actions bot added size/small PR with less then 50 lines Needs review Seeking for review Framework Framework components labels Feb 20, 2025
Copy link
Member

@rpardini rpardini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks. kernel ci or such needs to start testing make clean as as well as regular builds -- we have had 2 years of peace but now this kind of failure is happening very frequent...

@amazingfate amazingfate merged commit 94949ae into armbian:main Feb 22, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Framework components Needs review Seeking for review size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

2 participants