{"id":20505060,"url":"https://github.com/lynix/linux-aarch64-lts","last_synced_at":"2026-03-14T05:20:34.493Z","repository":{"id":136294939,"uuid":"609946640","full_name":"lynix/linux-aarch64-lts","owner":"lynix","description":"aarch64 LTS Kernel package for Arch Linux ARM","archived":false,"fork":false,"pushed_at":"2026-02-06T18:03:53.000Z","size":568,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-07T10:40:56.122Z","etag":null,"topics":["aarch64","archlinuxarm","linux"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lynix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-05T17:51:19.000Z","updated_at":"2026-02-06T18:03:56.000Z","dependencies_parsed_at":"2025-12-02T23:03:41.875Z","dependency_job_id":null,"html_url":"https://github.com/lynix/linux-aarch64-lts","commit_stats":null,"previous_names":[],"tags_count":183,"template":false,"template_full_name":null,"purl":"pkg:github/lynix/linux-aarch64-lts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix%2Flinux-aarch64-lts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix%2Flinux-aarch64-lts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix%2Flinux-aarch64-lts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix%2Flinux-aarch64-lts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lynix","download_url":"https://codeload.github.com/lynix/linux-aarch64-lts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix%2Flinux-aarch64-lts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29365252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aarch64","archlinuxarm","linux"],"created_at":"2024-11-15T19:43:00.914Z","updated_at":"2026-02-12T11:51:03.477Z","avatar_url":"https://github.com/lynix.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# linux-aarch64-lts\n\n**aarch64 LTS Kernel package for [Arch Linux ARM](https://archlinuxarm.org)**\n\n---\n\n## Motivation\n\nThis repository aims at providing a kernel package for aarch64 that\nfollows the latest LTS branch while staying as close to upstream Arch\npackaging as possible.\n\nIt is maintained as a separate project as pull requests on\n[archlinuxarm/PKGBUILDs](https://github.com/archlinuxarm/PKGBUILDs) have\nall been ignored.\n\n\n## Usage\n\nIn order to make use of the kernel package provided by this repository there are\nfour options:\n\n### Build Natively\n\nSimply run `makepkg` from within this directory on the target device to build\nnatively:\n\n    $ makepkg -s -r\n\n### Emulated Native Build using Docker and QEMU\n\nIn _builder_ there is a `Dockerfile` and a wrapper script that enable QEMU binfmt\nemulation based cross-platform builds using Docker.\n\nThe build container itself can be built using\n\n    $ docker build --pull -t aarch64-lts-builder:latest --platform linux/arm64 builder\n\nafter which the package build process can be started using the wrapper script:\n\n    $ ./builder/aarch64-makepkg.sh -C -c\n\n### Cross Compilation\n\nOn an x86_64 Arch Linux host one can install `aarch64-linux-gnu-gcc` and use the\nfollowing to cross-compile the package without modification:\n\n    $ CARCH=aarch64 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- makepkg -s -r\n\nThis may be considered somewhat unclean (even when done in a clean chroot) but\nhas the advantage of reducing build time drastically compared to emulated\nnative builds (due to the lack of binfmt emulation).\n\n### Using Pre-Built Packages via Pacman Repository\n\nIn order to include this as a repository add the following block in\n`pacman.conf`:\n\n    [linux-aarch64-lts]\n    SigLevel = Optional\n    Server = https://github.com/lynix/linux-aarch64-lts/releases/latest/download\n\n:warning: **Please note:** I can only test this package on an *Odroid C4*\nand a Hetzner cloud VM as those are the only aarch64 machines I have at hand.\n\nUse at your own risk on other platforms!\n\n\n## Migrating from *linux-aarch64*\n\nPlease consider the following differences when migrating from the official\n*linux-aarch64* package:\n\n * file names for kernel and initrd follow upstream Arch packaging, e.g. `/boot/vmlinuz-linux-aarch64-lts` instead of `/boot/Image`\n * no support for ChromeBooks\n\n\n## Contributions\n\nPull requests are generally welcome and appreciated.\n\nHowever I try to keep the number of patches against kernel sources low, so\nplease understand that I won't accept everything (e.g. patches for niche SBCs\nthat are not supported by mainline).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flynix%2Flinux-aarch64-lts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flynix%2Flinux-aarch64-lts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flynix%2Flinux-aarch64-lts/lists"}