summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
AgeCommit message (Expand)Author
2022-05-27gnu: linux-libre 4.9: Update to 4.9.316....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.316. (linux-libre-4.9-pristine-source): Update hash. Leo Famulari
2022-05-27gnu: linux-libre 4.14: Update to 4.14.281....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.281. (linux-libre-4.14-pristine-source): Update hash. Leo Famulari
2022-05-27gnu: linux-libre 4.19: Update to 4.19.245....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.245. (linux-libre-4.19-pristine-source): Update hash. Leo Famulari
2022-05-27gnu: linux-libre 5.4: Update to 5.4.196....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.196. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari
2022-05-27gnu: linux-libre 5.10: Update to 5.10.118....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.118. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2022-05-27gnu: linux-libre 5.15: Update to 5.15.43....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.43. (linux-libre-5.15-pristine-source): Update hash. Leo Famulari
2022-05-27gnu: linux-libre: Update to 5.17.11....* gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.11. (linux-libre-5.17-pristine-source): Update hash. Leo Famulari
2022-05-26gnu: linux-libre: Do not call 'configuration-file' on non-Linux targets....Starting from commit b55310603f0df7d5ae02d47cb8d4be58bf1d41ca, a command like: guix build linux-libre -s i586-gnu -n would crash on a wrong-type-arg error in 'kernel-config' because it was getting #f as the 'arch' argument. This commit fixes it. * gnu/packages/linux.scm (make-linux-libre*)[inputs]: Check whether 'platform-linux-architecture' returns #f, as is the case for example on i586-gnu, before calling CONFIGURATION-FILE. Ludovic Courtès
2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/....* gnu/platform.scm: * gnu/platforms/arm.scm: * gnu/platforms/hurd.scm: * gnu/platforms/mips.scm: * gnu/platforms/powerpc.scm: * gnu/platforms/riscv.scm: * gnu/platforms/s390.scm: * gnu/platforms/x86.scm: Move to guix/. * Makefile.am: * doc/guix.texi (Porting to a New Platform): * etc/release-manifest.scm: * gnu/ci.scm: * gnu/image.scm: * gnu/local.mk: * gnu/packages/bioinformatics.scm: * gnu/packages/bootstrap.scm: * gnu/packages/cross-base.scm: * gnu/packages/instrumentation.scm: * gnu/packages/linux.scm: * gnu/system/image.scm: * gnu/system/images/hurd.scm: * gnu/system/images/novena.scm: * gnu/system/images/pine64.scm: * gnu/system/images/pinebook-pro.scm: * gnu/system/images/rock64.scm: * guix/scripts/build.scm: * guix/scripts/system.scm: * guix/self.scm: Update (gnu platform...) to (guix platform...). Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret
2022-05-22gnu: Add iotop, now in C....* gnu/packages/linux.scm (iotop): New public variable. Tobias Geerinckx-Rice
2022-05-22gnu: iotop: Rename to iotop-python....This package is in maintenance mode, and is slower whilst having fewer features than the C implementation added in a following commit. * gnu/packages/linux.scm (iotop-python): New variable name of… (iotop): …this removed variable. Tobias Geerinckx-Rice
2022-05-22gnu: iotop: Update to 0.6-0.a14256a....* gnu/packages/linux.scm (iotop): Update to 0.6-0.a14256a. [source]: Build from Git. Tobias Geerinckx-Rice
2022-05-22gnu: libite: Don't build static library....* gnu/packages/linux.scm (libite)[arguments]: Add "--disable-static" to #:configure-flags. Tobias Geerinckx-Rice
2022-05-22gnu: libite: Update to 2.5.2....* gnu/packages/linux.scm (libite): Update to 2.5.2. Tobias Geerinckx-Rice
2022-05-22gnu: libnfnetlink: Update to 1.0.2....* gnu/packages/linux.scm (libnfnetlink): Update to 1.0.2. Tobias Geerinckx-Rice
2022-05-22gnu: libinih: Update to 55....* gnu/packages/linux.scm (libinih): Update to 55. Tobias Geerinckx-Rice
2022-05-22gnu: jitterentropy-rngd: Update to 1.2.7....* gnu/packages/linux.scm (jitterentropy-rngd): Update to 1.2.7. Tobias Geerinckx-Rice
2022-05-22gnu: fakeroot: Update to 1.28....* gnu/packages/linux.scm (fakeroot): Update to 1.28. Tobias Geerinckx-Rice
2022-05-22gnu: psmisc: Update to 23.5....* gnu/packages/linux.scm (psmisc): Update to 23.5. Tobias Geerinckx-Rice
2022-05-24gnu: cpuid: Update to 20220224....* gnu/packages/linux.scm (cpuid): Update to 20220224. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan
2022-05-22gnu: acpi-call-linux-module: Update hash because of upstream retag....The old hash was for commit 9f1c0b5d046bdfdec769809435257647fd475473, 6 commits behind commit fe9dc95a83a95e4826c1a7c809d41c2f16de40a6, to which the ‘v1.2.2’ tag now points. No functional changes; only to the README, VERSION file, and an example. * gnu/packages/linux.scm (acpi-call-linux-module): Update hash. Josselin Poiret via Guix-patches via
2022-05-22gnu: haveged: Update to 1.9.18....* gnu/packages/linux.scm (haveged): Update to 1.9.18. Tobias Geerinckx-Rice
2022-05-22linux: Remove system->linux-architecture procedure....* gnu/packages/linux.scm (system->linux-architecture): Remove it. (make-linux-libre-headers*, make-linux-libre*): Adapt them. * guix/build-system/linux-module.scm (system->arch): Adapt it. * gnu/packages/instrumentation.scm (uftrace): Ditto. * gnu/packages/cross-base.scm (cross-kernel-headers): Ditto. * gnu/packages/bioinformatics.scm (ncbi-vdb): Ditto. * doc/guix.texi (Porting to a new platform): Update it. Mathieu Othacehe
2022-05-15gnu: btrfs-progs: Fix cross-compilation....* gnu/packages/linux.scm (btrfs-progs)[arguments]: Add "--disable-python" support to #:configure-flags. [inputs]: Move eudev here… [native-inputs]: …from here. Reported by Pavel Shlyak <p.shlyak@pantherx.org>. Tobias Geerinckx-Rice
2022-05-20gnu: linux-libre 4.9: Update to 4.9.315....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.315. (linux-libre-4.9-pristine-source): Update hash. Leo Famulari
2022-05-20gnu: linux-libre 4.14: Update to 4.14.280....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.280. (linux-libre-4.14-pristine-source): Update hash. Leo Famulari
2022-05-20gnu: linux-libre 4.19: Update to 4.19.244....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.244. (linux-libre-4.19-pristine-source): Update hash. Leo Famulari
2022-05-20gnu: linux-libre 5.4: Update to 5.4.195....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.195. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari
2022-05-20gnu: linux-libre 5.10: Update to 5.10.117....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.117. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2022-05-20gnu: linux-libre 5.15: Update to 5.15.41....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.41. (linux-libre-5.15-pristine-source): Update hash. Leo Famulari
2022-05-20gnu: linux-libre: Update to 5.17.9....* gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.9. (linux-libre-5.17-pristine-source): Update hash. Leo Famulari
2022-05-16gnu: linux-libre 4.9: Update to 4.9.314....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.314. (linux-libre-4.9-pristine-source): Update hash. Leo Famulari
2022-05-16gnu: linux-libre 4.14: Update to 4.14.279....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.279. (linux-libre-4.14-pristine-source): Update hash. Leo Famulari
2022-05-16gnu: linux-libre 4.19: Update to 4.19.243....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.243. (linux-libre-4.19-pristine-source): Update hash. Leo Famulari
2022-05-16gnu: linux-libre 5.4: Update to 5.4.194....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.194. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari
2022-05-16gnu: linux-libre 5.10: Update to 5.10.116....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.116. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2022-05-16gnu: linux-libre 5.15: Update to 5.15.40....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.40. (linux-libre-5.15-pristine-source): Update hash. Leo Famulari
2022-05-16gnu: linux-libre: Update to 5.17.8....* gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.8. (linux-libre-5.17-pristine-source): Update hash. Leo Famulari
2022-05-15gnu: efibootmgr: Update to new upstream location....* gnu/packages/linux.scm (efibootmgr)[source, home-page]: Update to new upstream URI. Efraim Flashner
2022-05-15gnu: efibootmgr: Fix cross compiling....Fixes <https://issues.guix.gnu.org/55373>. * gnu/packages/linux.scm (efibootmgr)[arguments]: When cross-compiling add make-flags to find and use the correct binaries and libraries. Efraim Flashner
2022-05-15gnu: efivar: Use correct compiler when cross compiling....* gnu/packages/linux.scm (efivar)[arguments]: Adjust make-flags to set CC and not CC_FOR_BUILD. Efraim Flashner
2022-05-14gnu: linux-libre 4.9: Update to 4.9.313....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.313. (linux-libre-4.9-pristine-source, deblob-scripts-4.9): Update hashes. Leo Famulari
2022-05-14gnu: linux-libre 4.14: Update to 4.14.278....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.278. (linux-libre-4.14-pristine-source, deblob-scripts-4.14): Update hashes. Leo Famulari
2022-05-14gnu: linux-libre 4.19: Update to 4.19.242....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.242. (linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes. Leo Famulari
2022-05-14gnu: linux-libre 5.4: Update to 5.4.193....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.193. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari
2022-05-14gnu: linux-libre 5.10: Update to 5.10.115....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.115. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2022-05-14gnu: linux-libre 5.15: Update to 5.15.39....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.39. (linux-libre-5.15-pristine-source): Update hash. Leo Famulari
2022-05-14gnu: linux-libre: Update to 5.17.7....* gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.7. (linux-libre-5.17-pristine-source): Update hash. Leo Famulari
2022-05-11gnu: linux-libre 5.4: Update to 5.4.192....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.192. (linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes. Leo Famulari
2022-05-11gnu: linux-libre 5.10: Update to 5.10.114....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.114. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes. Leo Famulari