~ruther/guix-local

ref: 1cac3de66076dea19cfe0d8027c9f3c61e2f0c2e guix-local/gnu/packages/linux.scm -rw-r--r-- 52.3 KiB
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.
a94546ec — Ludovic Courtès 11 years ago
gnu: linux-libre: Add i686 and x86_64 full-blown configs.

Thanks to Jason Self <jself@gnu.org> for the kernel configs.

* gnu/packages/linux.scm (kernel-config): New procedure.
  (linux-libre)[build-phase]: Copy it to .config.  Reduce the list of
  things appended to .config.
  [native-inputs]: Add "kconfig" input.
* gnu/packages/linux-libre-i686.conf,
  gnu/packages/linux-libre-x86_64.conf: New files, from
  <http://jxself.org/x86-32.txt> and <http://jxself.org/x86-64.txt>.
* Makefile.am (KCONFIGS): New variable.
  (nobase_dist_guilemodule_DATA): Add it.
ac47a7c2 — Ludovic Courtès 11 years ago
gnu: linux-libre: Use the GNU + Freedo boot logo.

* gnu/packages/linux.scm (%boot-logo-patch): New variable.
  (linux-libre)[build-phase]: Apply it.
  [native-inputs]: Add it.
426adbe8 — Ludovic Courtès 11 years ago
gnu: glib: Add "bin" output.

Fixes <http://bugs.gnu.org/17853>.

* gnu/packages/glib.scm (glib)[outputs]: Add "bin".
  (gobject-introspection)[native-inputs]: New field.
* gnu/packages/avahi.scm (avahi)[native-inputs]: Add glib:bin.
* gnu/packages/gnome.scm (brasero, libgnome-keyring, evince,
  gsettings-desktop-schemas, libnotify, gtkglext): Likewise.
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base,
  gst-plugins-base-0.10): Likewise.
* gnu/packages/gtk.scm (atk, pango, gdk-pixbuf, gtk+-2, gtk+):
  Likewise.
* gnu/packages/linux.scm (udev): Likewise.
* gnu/packages/pdf.scm (poppler): Likewise.
528b6a3d — Ludovic Courtès 11 years ago
gnu: kmod: Honor $LINUX_MODULE_DIRECTORY.

* gnu/packages/patches/kmod-module-directory.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (kmod)[origin]: Use it.
d7d42d6b — Andreas Enge 11 years ago
gnu: Add udev.

* gnu/packages/linux.scm (udev): New variable.
* gnu/packages/patches/udev-gir-libtool.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
e062d542 — Andreas Enge 11 years ago
gnu: Add kmod.

* gnu/packages/linux.scm (kmod): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
f513527a — Ludovic Courtès 11 years ago
Merge branch 'core-updates'
ed4a8816 — Ludovic Courtès 11 years ago
gnu: linux-libre: Upgrade to 3.15.

* gnu/packages/linux.scm (linux-libre): Upgrade to 3.15.
c8f60748 — Ludovic Courtès 11 years ago
gnu: kbd: Patch buggy makefile.

* gnu/packages/linux.scm (kbd)[source]: Add 'modules' and 'snippet'
  fields.
872c69d0 — Ludovic Courtès 11 years ago
Merge branch 'master' into core-updates
d3bbe992 — Ludovic Courtès 11 years ago
system: Tell module-init-tools where to look for modules.

* gnu/packages/linux.scm (module-init-tools)[source](patches): New
  field.
* gnu/packages/patches/module-init-tools-moduledir.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/system.scm (etc-directory): Add #:kernel parameter.  Set
  'LINUX_MODULE_DIRECTORY' in bashrc.
  (operating-system-etc-directory): Pass #:kernel to 'etc-directory'.
d8bb353c — Ludovic Courtès 11 years ago
gnu: linux-libre: Build the e1000e driver (Intel ethernet NIC driver.)

* gnu/packages/linux.scm (linux-libre): Add CONFIG_E1000E=m.
5a6a3ba4 — Ludovic Courtès 11 years ago
gnu: util-linux: Remove dependency on Perl.

* gnu/packages/linux.scm (util-linux)[source](patches): New field.
* gnu/packages/patches/util-linux-perl.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
bd663902 — Ludovic Courtès 11 years ago
gnu: fuse: Allow use of 'fusermount' taken from $PATH.

* gnu/packages/linux.scm (fuse) <set-file-names>: Set FUSERMOUNT_DIR in
  lib/Makefile.
db288efa — Ludovic Courtès 11 years ago
gnu: Add sshfs-fuse.

* gnu/packages/linux.scm (sshfs-fuse): New variable.
Next