Bug 204748

Summary: [patch] Don't (try to) build otusfw if the user objects to binary blobs
Product: Base System Reporter: Fabian Keil <fk>
Component: kernAssignee: Ed Maste <emaste>
Status: Closed FIXED    
Severity: Affects Some People CC: emaste
Priority: --- Keywords: patch
Version: CURRENTFlags: emaste: mfc-stable11?
emaste: mfc-stable10-
emaste: mfc-stable9-
Hardware: Any   
OS: Any   
Attachments:
Description Flags
sys/modules: Don't (try to) build otusfw if the user objects to binary blobs none

Description Fabian Keil 2015-11-22 16:16:57 UTC
Created attachment 163433 [details]
sys/modules: Don't (try to) build otusfw if the user objects to binary blobs

The otusfw module contains source-less and non-free microcode
but is built and installed even if WITHOUT_SOURCELESS_UCODE is set.

The attached patch fixes this.

Obtained from: ElectroBSD
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-07-25 00:50:17 UTC
A commit references this bug:

Author: emaste
Date: Mon Jul 25 00:49:27 UTC 2016
New revision: 303282
URL: https://svnweb.freebsd.org/changeset/base/303282

Log:
  avoid building otusfw when WITHOUT_SOURCELESS_UCODE set

  PR:		204748
  Submitted by:	Fabian Keil
  Obtained from:	ElectroBSD
  MFC after:	1 week

Changes:
  head/sys/modules/Makefile
Comment 2 Ed Maste freebsd_committer freebsd_triage 2016-08-01 15:44:45 UTC
MFC to stable/11 requested; otusfw not in stable/10 or stable/9
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-08-01 15:50:08 UTC
A commit references this bug:

Author: emaste
Date: Mon Aug  1 15:49:51 UTC 2016
New revision: 303616
URL: https://svnweb.freebsd.org/changeset/base/303616

Log:
  MFC r303282: avoid building otusfw when WITHOUT_SOURCELESS_UCODE set

  PR:		204748
  Approved by:	re (kib)

Changes:
_U  stable/11/
  stable/11/sys/modules/Makefile
Comment 4 Ed Maste freebsd_committer freebsd_triage 2016-08-01 15:54:19 UTC
Merged to stable/11 in advance of 11.0. Thank you for the submission!