GNU bug report logs -
#39690
[PATCH] gnu: Add pm_pcie_driver.
Previous Next
To reply to this bug, email your comments to 39690 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#39690
; Package
guix-patches
.
(Thu, 20 Feb 2020 14:00:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Danny Milosavljevic <dannym <at> scratchpost.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 20 Feb 2020 14:00:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (pm_pcie_driver): New variable.
---
gnu/packages/linux.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index aff8fd08fc..25dc756e56 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1046,6 +1046,26 @@ module allows the control of the backlight level or luminance property when
supported under @file{/sys/class/backlight/}.")
(license license:gpl2+)))
+(define-public pm_pcie_driver
+ (package
+ (name "pm_pcie_driver")
+ (version "0.3.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri "https://www.passmark.com/downloads/pm_pcie_driver.tar.gz")
+ (sha256
+ (base32
+ "0xxyr7xi3j8v64yixzw01w7hi0c8pvd21wyr3k8fjiilvls2x9iw"))))
+ (build-system linux-module-build-system)
+ (arguments
+ `(#:tests? #f)) ; no tests
+ (home-page "https://www.passmark.com/products/pcie-test-card/index.php")
+ (synopsis "Passmark PCIe test card driver")
+ (description "This package provides a Linux kernel driver for the Passmark
+PCIe test card.")
+ (license license:gpl2+)))
+
;;;
;;; Pluggable authentication modules (PAM).
Information forwarded
to
guix-patches <at> gnu.org
:
bug#39690
; Package
guix-patches
.
(Thu, 20 Feb 2020 14:02:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 39690 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (pm_pcie_driver): New variable.
---
gnu/packages/linux.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index aff8fd08fc..25dc756e56 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1046,6 +1046,26 @@ module allows the control of the backlight level or luminance property when
supported under @file{/sys/class/backlight/}.")
(license license:gpl2+)))
+(define-public pm_pcie_driver
+ (package
+ (name "pm_pcie_driver")
+ (version "2.0.1000")
+ (source
+ (origin
+ (method url-fetch)
+ (uri "https://www.passmark.com/downloads/pm_pcie_driver.tar.gz")
+ (sha256
+ (base32
+ "0xxyr7xi3j8v64yixzw01w7hi0c8pvd21wyr3k8fjiilvls2x9iw"))))
+ (build-system linux-module-build-system)
+ (arguments
+ `(#:tests? #f)) ; no tests
+ (home-page "https://www.passmark.com/products/pcie-test-card/index.php")
+ (synopsis "Passmark PCIe test card driver")
+ (description "This package provides a Linux kernel driver for the Passmark
+PCIe test card.")
+ (license license:gpl2+)))
+
;;;
;;; Pluggable authentication modules (PAM).
Information forwarded
to
guix-patches <at> gnu.org
:
bug#39690
; Package
guix-patches
.
(Thu, 20 Feb 2020 14:28:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 39690 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Danny,
Danny Milosavljevic 写道:
> + (uri
> "https://www.passmark.com/downloads/pm_pcie_driver.tar.gz")
Are you a paying customer? Any chance you could ask your rep for
a versioned link? :o)
> + (license license:gpl2+)))
~/pm_pcie_driver λ grep -Eri "licen|gpl"
pm_pcie_driver.c:MODULE_LICENSE("GPL");
~/pm_pcie_driver λ
Sigh. Assuming for a moment that this is legal: wouldn't it be
gpl2-only, like Linux?
LG otherwise!
Thanks,
T G-R
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#39690
; Package
guix-patches
.
(Thu, 20 Feb 2020 17:02:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 39690 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi T G-R,
On Thu, 20 Feb 2020 15:27:59 +0100
Tobias Geerinckx-Rice <me <at> tobias.gr> wrote:
> Are you a paying customer?
Yes.
> Any chance you could ask your rep for
> a versioned link? :o)
I'll try.
> ~/pm_pcie_driver λ grep -Eri "licen|gpl"
> pm_pcie_driver.c:MODULE_LICENSE("GPL");
> ~/pm_pcie_driver λ
>
> Sigh. Assuming for a moment that this is legal:
>wouldn't it be gpl2-only, like Linux?
Yeah, probably.
Thanks for the review!
[Message part 2 (application/pgp-signature, inline)]
This bug report was last modified 5 years and 113 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.