Skip to content

Conversation

@abdel-unxp
Copy link

PKGBUILD is wrong for aarch64 linux kernel:
The linux source code is downloaded as tgz and then patches are applied
with git apply.
It is not allowed to do so, and doing so lead to unapplied patches
without throwing error. So lots of the patches are not applied.

This patch use patch comand instead of git aply.

Signed-off-by: Abdel Benamrouche abdel@unxp.fr

PKGBUILD is wrong for aarch64 linux kernel:
The linux source code is downloaded as tgz and then patches are applied
with git apply.
It is not allowed to do so, and doing so lead to unapplied patches
without throwing error. So lots of the patches are not applied.

This patch use patch comand instead of git aply.

Signed-off-by: Abdel Benamrouche <abdel@unxp.fr>
@kmihelich kmihelich closed this Dec 16, 2019
@rubenvb
Copy link

rubenvb commented Mar 12, 2020

Why was this PR closed?

@abdel-unxp
Copy link
Author

No idea

@WarheadsSE
Copy link
Contributor

https://github.com/archlinuxarm/PKGBUILDs/blob/master/CONTRIBUTING.md

Pull requests that fail to meet these requirements may be summarily closed without response.

Let me also give you some context on why this PR is not needed: You should not be building the packages from the Git tree itself. Copy the contents of that package to a working folder (we literally tarball the working directories and ship them to the Plugbuild clients), and run makepkg (better yet, makechrootpkg). You will have no issues with git apply then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants