guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: iucode-tool: Limit to Intel compatible architectures.


From: Efraim Flashner
Subject: 01/02: gnu: iucode-tool: Limit to Intel compatible architectures.
Date: Tue, 9 Jan 2018 16:17:20 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 513dc568ca36d065f618f06c677db6d82240e9ff
Author: Efraim Flashner <address@hidden>
Date:   Tue Jan 9 22:46:04 2018 +0200

    gnu: iucode-tool: Limit to Intel compatible architectures.
    
    * gnu/packages/linux.scm (iucode-tool)[supported-systems]: New field.
---
 gnu/packages/linux.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index fb5e1cc..08498d5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2014, 2015, 2016, 2017 Mark H Weaver <address@hidden>
 ;;; Copyright © 2015 Federico Beffa <address@hidden>
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <address@hidden>
-;;; Copyright © 2015, 2016, 2017 Efraim Flashner <address@hidden>
+;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Christopher Allan Webber <address@hidden>
 ;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2016, 2017 Alex Kost <address@hidden>
@@ -2445,6 +2445,8 @@ It works with most newer systems.")
      "@command{iucode_tool} is a utility to work with microcode packages for
 Intel processors.  It can convert between formats, extract specific versions,
 create a firmware image suitable for the Linux kernel, and more.")
+    ;; cpuid.h is available for i686, x86_64, and ia64.
+    (supported-systems '("i686-linux" "x86_64-linux"))
     (license license:gpl2+)))
 
 (define-public i2c-tools



reply via email to

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