~ruther/guix-local

ref: c00a9fbfef75d2fc08485f8158ec331bfa99d5ec guix-local/gnu/packages/linux.scm -rw-r--r-- 61.4 KiB
647cfda8 — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates
74dde9e9 — Jason Self 11 years ago
gnu: linux-libre: Update to 3.16.1.

* gnu/packages/linux.scm (linux-libre): Update to version 3.16.1.
66269d47 — Ludovic Courtès 11 years ago
gnu: lvm2: Upgrade, use udev, improve synopsis and description.

* gnu/packages/linux.scm (lvm2): New variable.
* gnu/packages/lvm.scm: Remove.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove it.
* gnu/packages/cryptsetup.scm: Adjust accordingly.
c8c85ed7 — Jason Self 11 years ago
gnu: linux-libre: Update to 3.16.

* gnu/packages/linux.scm (linux-libre): Update to version 3.16.
0b28f158 — Mark H Weaver 11 years ago
gnu: linux-libre: Update to 3.15.9.

* gnu/packages/linux.scm (linux-libre): Update to 3.15.9.
b087d413 — Mark H Weaver 11 years ago
gnu: Add xsensors.

* gnu/packages/linux.scm (xsensors): New variable.
30016044 — Mark H Weaver 11 years ago
gnu: Add lm-sensors.

* gnu/packages/patches/lm-sensors-hwmon-attrs.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (lm-sensors): New variable.
8ceaf72c — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates
087f67b6 — Jason Self 11 years ago
gnu: linux-libre: Update to 3.15.8.

* gnu/packages/linux.scm (linux-libre): Update to version 3.15.8.
1b13df50 — Jason Self 11 years ago
gnu: linux-libre: Update to 3.15.7.

* gnu/packages/linux.scm (linux-libre): Update to version 3.15.7.
33690ffd — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates
4a8b4c25 — Ludovic Courtès 11 years ago
gnu: kmod: Install symlinks for 'insmod', 'modprobe', etc.

* gnu/packages/linux.scm (kmod)[arguments]: Add 'install-modprobe&co'
  phase.
428a62f2 — Jason Self 11 years ago
gnu: linux-libre: Update to 3.15.6.

* gnu/packages/linux.scm (linux-libre): Update to version 3.15.6.
000f7559 — David Thompson 11 years ago
gnu: Add wireless-tools.

* gnu/packages/linux.scm (wireless-tools): New variable.
f2cdcafb — Ludovic Courtès 11 years ago
gnu: kbd: Make sure unicode_{start,stop} work as expected.

* gnu/packages/linux.scm (kbd): Patch 'src/unicode_{start,stop}' to use
  'tty'.
  <phases>: Add 'post-install' phase.
88a1976c — Jason Self 11 years ago
gnu: linux-libre: Update to 3.15.5.

* gnu/packages/linux.scm (linux-libre): Update to version 3.15.5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c3cf9d36 — Ludovic Courtès 11 years ago
Merge branch 'bug-17853'
cda3d81e — Ludovic Courtès 11 years ago
gnu: linux-libre: Remove '--strip-all' argument.

* gnu/packages/linux.scm (linux-libre)[arguments]: Remove
  #:strip-flags, which led to unloadable modules.  This reverts
  commit 9ca7eaa1.
  [build-phase]: Add INSTALL_MOD_STRIP=1.
1650dd8a — Ludovic Courtès 11 years ago
gnu: linux-libre: Fallback to 'defconfig' when there's no config file.

* gnu/packages/linux.scm (kernel-config): Return #f rather than error
  out in the default case.
  (linux-libre)[native-inputs]: Add "kconfig" input only when
  'kernel-config' returns true.
  [build-phase]: Adjust accordingly.
9ca7eaa1 — Ludovic Courtès 11 years ago
gnu: linux-libre: Strip everything with '--strip-all'.

* gnu/packages/linux.scm (linux-libre)[arguments]: Add #:strip-flags.
Next