guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Guixguix source archive branch, master, updated. v0.7-756-g8ee0e71


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.7-756-g8ee0e71
Date: Tue, 11 Nov 2014 21:43:03 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".

The branch, master has been updated
       via  8ee0e719bba39a1a00b2c7fd616260938937588e (commit)
       via  42de960878afb022bbc0bf9e7d31d7e0d8c2bd33 (commit)
       via  906b1b09861e5fcc8ef0b0de8e692d5fea95a976 (commit)
       via  f34c56be3a53c10d9a267331a0a6119c79c815a0 (commit)
       via  1306b0b003a557105d3b27e44052db217c7283d3 (commit)
       via  594340bc79586f6880231b52fc94d100309fec45 (commit)
      from  380f2ab6a42d33525b98887ee4afb04f24beeedc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8ee0e719bba39a1a00b2c7fd616260938937588e
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 11 22:39:08 2014 +0100

    Update NEWS.

commit 42de960878afb022bbc0bf9e7d31d7e0d8c2bd33
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 11 22:28:57 2014 +0100

    system: Shorten the default label for GRUB entries.
    
    * gnu/system.scm (kernel->grub-label): Shorten entry labels.

commit 906b1b09861e5fcc8ef0b0de8e692d5fea95a976
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 11 22:27:24 2014 +0100

    guix system: Decorate GRUB entries of old generations with date and number.
    
    * guix/scripts/system.scm (seconds->string): New procedure.
      (previous-grub-entries)[system->grub-entry]: Add 'number' and 'time'
      parameters.  Adjust call accordingly.

commit f34c56be3a53c10d9a267331a0a6119c79c815a0
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 11 22:42:15 2014 +0100

    activation: Set the firmware search path.
    
    * gnu/build/activation.scm (activate-firmware): New procedure.
    * gnu/system.scm (<operating-system>)[firmware]: New field.
      (directory-union): New procedure.
      (%base-firmware): New variable.
      (operating-system-activation-script): Use 'directory-union', and call
      'activate-firmware'.
    * doc/guix.texi (operating-system Reference): Document 'firmware'.

commit 1306b0b003a557105d3b27e44052db217c7283d3
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 11 21:54:41 2014 +0100

    gnu: cross-base: Apply Qualcomm's patches for Binutils and GCC.
    
    This fixes compilation of the ath9k-htc firmware.  Before that, loading
    it would result in "Target is unresponsive".  The patches come from
    the ath9k-htc firmware source.
    
    * gnu/packages/patches/ath9k-htc-firmware-binutils.patch,
      gnu/packages/patches/ath9k-htc-firmware-gcc.patch: New files.
    * gnu-system.am (dist_patch_DATA): Add them.
    * gnu/packages/cross-base.scm (package-with-patch): New procedure.
      (cross-binutils): Check whether TARGET starts with "xtensa-", and call
      'package-with-patch' when it does.
      (cross-gcc-patches): New procedure.
      (cross-gcc): Use it to add patches.

commit 594340bc79586f6880231b52fc94d100309fec45
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 11 21:41:42 2014 +0100

    services: xorg: Don't pass "-ac" to X.
    
    This had pretty much no effects given "-nolisten tcp".
    
    * gnu/services/xorg.scm (xorg-start-command): Remove "-ac" option.

-----------------------------------------------------------------------

Summary of changes:
 NEWS                                               |    8 +-
 doc/guix.texi                                      |    7 +
 gnu-system.am                                      |    2 +
 gnu/build/activation.scm                           |   10 +
 gnu/packages/cross-base.scm                        |   26 +-
 .../patches/ath9k-htc-firmware-binutils.patch      |28975 ++++++++++++++++++++
 gnu/packages/patches/ath9k-htc-firmware-gcc.patch  |  119 +
 gnu/services/xorg.scm                              |    2 +-
 gnu/system.scm                                     |   32 +-
 guix/scripts/system.scm                            |   24 +-
 10 files changed, 29192 insertions(+), 13 deletions(-)
 create mode 100644 gnu/packages/patches/ath9k-htc-firmware-binutils.patch
 create mode 100644 gnu/packages/patches/ath9k-htc-firmware-gcc.patch


hooks/post-receive
-- 
guix source archive



reply via email to

[Prev in Thread] Current Thread [Next in Thread]