Page MenuHomeFreeBSD

net/intel-ixl-kmod restrict to amd64
ClosedPublic

Authored by skozlov on Apr 22 2016, 4:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 28, 3:01 PM
Unknown Object (File)
Mar 9 2024, 5:30 PM
Unknown Object (File)
Mar 9 2024, 5:30 PM
Unknown Object (File)
Mar 9 2024, 5:30 PM
Unknown Object (File)
Mar 9 2024, 5:15 PM
Unknown Object (File)
Jan 7 2024, 2:44 PM
Unknown Object (File)
Dec 20 2023, 1:36 AM
Unknown Object (File)
Nov 24 2023, 4:29 PM
Subscribers

Details

Summary

The intel-ixl-kmod is not suitable for i386 or any arch other than amd64

Test Plan

Poudriere log:


Portlint log: included in poudriere log

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

skozlov retitled this revision from to net/intel-ixl-kmod restrict to amd64.
skozlov updated this object.
skozlov edited the test plan for this revision. (Show Details)
skozlov added a reviewer: Intel Networking.
skozlov set the repository for this revision to rP FreeBSD ports repository.

I'm going to commit the following instead for clarity.

Index: Makefile
===================================================================
--- Makefile	(revision 413782)
+++ Makefile	(working copy)
@@ -24,6 +24,9 @@
 PLIST_FILES=	${KMODDIR}/if_${PORTNAME}_updated.ko \
 		man/man4/${MANPAGENAME}.4.gz
 
+ONLY_FOR_ARCHS=		amd64
+ONLY_FOR_ARCHS_REASON=	Not supported on other architectures, amd64 only.
+
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 1002000
sbruno added a reviewer: sbruno.
This revision is now accepted and ready to land.Apr 22 2016, 4:51 PM

I have no objections, please go ahead and commit your version

This revision was automatically updated to reflect the committed changes.