summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
Commit message (Collapse)AuthorAge
* gnu: corefreq: Update to 1.90.1.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/linux.scm (corefreq): Update to 1.90.1.
* gnu: linux-libre 5.10: Update to 5.10.119.Leo Famulari2022-05-31
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.119. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.15: Update to 5.15.44.Leo Famulari2022-05-31
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.44. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.17.12.Leo Famulari2022-05-31
| | | | | * gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.12. (linux-libre-5.17-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.316.Leo Famulari2022-05-27
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.316. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.281.Leo Famulari2022-05-27
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.281. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.245.Leo Famulari2022-05-27
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.245. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.196.Leo Famulari2022-05-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.196. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.118.Leo Famulari2022-05-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.118. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.15: Update to 5.15.43.Leo Famulari2022-05-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.43. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.17.11.Leo Famulari2022-05-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.11. (linux-libre-5.17-pristine-source): Update hash.
* gnu: linux-libre: Do not call 'configuration-file' on non-Linux targets.Ludovic Courtès2022-05-26
| | | | | | | | | | | | | | 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.
* Move (gnu platform) and (gnu platforms ...) to guix/.Josselin Poiret2022-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* gnu: Add iotop, now in C.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/linux.scm (iotop): New public variable.
* gnu: iotop: Rename to iotop-python.Tobias Geerinckx-Rice2022-05-22
| | | | | | | | 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.
* gnu: iotop: Update to 0.6-0.a14256a.Tobias Geerinckx-Rice2022-05-22
| | | | | * gnu/packages/linux.scm (iotop): Update to 0.6-0.a14256a. [source]: Build from Git.
* gnu: libite: Don't build static library.Tobias Geerinckx-Rice2022-05-22
| | | | | * gnu/packages/linux.scm (libite)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: libite: Update to 2.5.2.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/linux.scm (libite): Update to 2.5.2.
* gnu: libnfnetlink: Update to 1.0.2.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/linux.scm (libnfnetlink): Update to 1.0.2.
* gnu: libinih: Update to 55.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/linux.scm (libinih): Update to 55.
* gnu: jitterentropy-rngd: Update to 1.2.7.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/linux.scm (jitterentropy-rngd): Update to 1.2.7.
* gnu: fakeroot: Update to 1.28.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/linux.scm (fakeroot): Update to 1.28.
* gnu: psmisc: Update to 23.5.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/linux.scm (psmisc): Update to 23.5.
* gnu: cpuid: Update to 20220224.Greg Hogan2022-05-24
| | | | | | * gnu/packages/linux.scm (cpuid): Update to 20220224. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: acpi-call-linux-module: Update hash because of upstream retag.Josselin Poiret via Guix-patches via2022-05-22
| | | | | | | | | | 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.
* gnu: haveged: Update to 1.9.18.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/linux.scm (haveged): Update to 1.9.18.
* linux: Remove system->linux-architecture procedure.Mathieu Othacehe2022-05-22
| | | | | | | | | | * 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.
* gnu: btrfs-progs: Fix cross-compilation.Tobias Geerinckx-Rice2022-05-15
| | | | | | | | | * 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>.
* gnu: linux-libre 4.9: Update to 4.9.315.Leo Famulari2022-05-20
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.315. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.280.Leo Famulari2022-05-20
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.280. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.244.Leo Famulari2022-05-20
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.244. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.195.Leo Famulari2022-05-20
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.195. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.117.Leo Famulari2022-05-20
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.117. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.15: Update to 5.15.41.Leo Famulari2022-05-20
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.41. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.17.9.Leo Famulari2022-05-20
| | | | | * gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.9. (linux-libre-5.17-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.314.Leo Famulari2022-05-16
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.314. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.279.Leo Famulari2022-05-16
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.279. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.243.Leo Famulari2022-05-16
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.243. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.194.Leo Famulari2022-05-16
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.194. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.116.Leo Famulari2022-05-16
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.116. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.15: Update to 5.15.40.Leo Famulari2022-05-16
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.40. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.17.8.Leo Famulari2022-05-16
| | | | | * gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.8. (linux-libre-5.17-pristine-source): Update hash.
* gnu: efibootmgr: Update to new upstream location.Efraim Flashner2022-05-15
| | | | | * gnu/packages/linux.scm (efibootmgr)[source, home-page]: Update to new upstream URI.
* gnu: efibootmgr: Fix cross compiling.Efraim Flashner2022-05-15
| | | | | | | 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.
* gnu: efivar: Use correct compiler when cross compiling.Efraim Flashner2022-05-15
| | | | | * gnu/packages/linux.scm (efivar)[arguments]: Adjust make-flags to set CC and not CC_FOR_BUILD.
* gnu: linux-libre 4.9: Update to 4.9.313.Leo Famulari2022-05-14
| | | | | * 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.
* gnu: linux-libre 4.14: Update to 4.14.278.Leo Famulari2022-05-14
| | | | | * 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.
* gnu: linux-libre 4.19: Update to 4.19.242.Leo Famulari2022-05-14
| | | | | * 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.
* gnu: linux-libre 5.4: Update to 5.4.193.Leo Famulari2022-05-14
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.193. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.115.Leo Famulari2022-05-14
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.115. (linux-libre-5.10-pristine-source): Update hash.