From 513dc568ca36d065f618f06c677db6d82240e9ff Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 9 Jan 2018 22:46:04 +0200 Subject: 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(-) (limited to 'gnu/packages') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index fb5e1ccbbb..08498d5d13 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2014, 2015, 2016, 2017 Mark H Weaver ;;; Copyright © 2015 Federico Beffa ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer -;;; Copyright © 2015, 2016, 2017 Efraim Flashner +;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner ;;; Copyright © 2016 Christopher Allan Webber ;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice ;;; Copyright © 2016, 2017 Alex Kost @@ -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 -- cgit v1.2.3