Search Criteria
Package Base Details: linux-rockchip64
Git Clone URL: | https://aur.archlinux.org/linux-rockchip64.git (read-only, click to copy) |
---|---|
Keywords: | aarch64 arm64 armbian armv8 kernel linux rockchip64 |
Submitter: | redchenjs |
Maintainer: | redchenjs |
Last Packager: | redchenjs |
Votes: | 2 |
Popularity: | 0.66 |
First Submitted: | 2020-11-26 13:22 |
Last Updated: | 2021-01-19 09:59 |
Latest Comments
redchenjs commented on 2020-12-27 11:55
@Loader009 Thanks, the PKGBUILD has been updated.
Loader009 commented on 2020-12-24 21:20
@redchenjs please check line 68 of PKGBUILD https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=linux-rockchip64#n68
One dot is too much. The following error message appears while building: sed: can't read ../linux.preset: No such file or directory
Removing one dot and the mkinitcpio script will be installed as intended.
redchenjs commented on 2020-12-11 02:19
@Scimmia Thanks! The package has been updated.
Scimmia commented on 2020-12-10 23:43
Packages that require 'linux' should be specifically building against that kernel and will only work with that kernel. Anything else is poor packaging and should be fixed in those packages, not hacked around in the kernel packages.
redchenjs commented on 2020-12-10 23:36
@Scimmia, this package is for ArchlinuxARM (aarch64), so it should not be installed on a x86_64 system. The original ArchlinuxARM PKGBUILD does the same because some packages require
linux
andlinux-headers
to work.https://github.com/archlinuxarm/PKGBUILDs/blob/master/core/linux-aarch64/PKGBUILDScimmia commented on 2020-12-10 16:44
Please see the warning here: https://wiki.archlinux.org/index.php/Kernel/Arch_Build_System#Modifying_the_PKGBUILD