Search Criteria
Package Details: linux-rockchip64 5.10.10-1
Git Clone URL: | https://aur.archlinux.org/linux-rockchip64.git (read-only, click to copy) |
---|---|
Package Base: | linux-rockchip64 |
Description: | The Linux Kernel and modules - AArch64 multi-platform rockchip64 |
Upstream URL: | https://github.com/armbian/build |
Keywords: | aarch64 arm64 armbian armv8 kernel linux rockchip64 |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | redchenjs |
Maintainer: | redchenjs |
Last Packager: | redchenjs |
Votes: | 2 |
Popularity: | 0.58 |
First Submitted: | 2020-11-26 13:22 |
Last Updated: | 2021-01-26 09:32 |
Dependencies (5)
- coreutils (coreutils-git, coreutils-selinux)
- kmod (kmod-nc, kmod-git, kmod-minimal-git)
- linux-firmware (linux-libre-firmware, linux-firmware-git, linux-firmware-iwlwifi-git)
- mkinitcpio>=0.7 (mkinitcpio-git, mkinitcpio-nosystemd, mkinitcpio-nohooks-git)
- crda (crda-git, wireless-regdb-pentest) (optional) – to set the correct wireless channels of your country
Required by (6)
- mozillavpn (requires WIREGUARD-MODULE)
- networkmanager-wireguard (requires WIREGUARD-MODULE)
- networkmanager-wireguard-git (requires WIREGUARD-MODULE)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- wireguard-tools-git (requires WIREGUARD-MODULE)
Sources (4)
- https://beta.armbian.com/pool/main/l/linux-5.10.10-rockchip64/linux-dtb-current-rockchip64_21.02.0-trunk.77_arm64.deb
- https://beta.armbian.com/pool/main/l/linux-5.10.10-rockchip64/linux-headers-current-rockchip64_21.02.0-trunk.77_arm64.deb
- https://beta.armbian.com/pool/main/l/linux-5.10.10-rockchip64/linux-image-current-rockchip64_21.02.0-trunk.77_arm64.deb
- linux.preset
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