mirror of
https://github.com/flatcar/scripts.git
synced 2026-04-22 05:52:09 +02:00
overlay profiles: accept license linux-fw-redistributable
Add a license linux-fw-redistributable to ACCEPT_LICENSE, to be able to build coreos-firmware as needed by linux-firmware of Gentoo.
This commit is contained in:
parent
ac5c5e6d15
commit
f34f840d4d
@ -62,10 +62,12 @@ USE="${USE} bindist"
|
||||
#
|
||||
# netperf - license for net-analyzer/netperf
|
||||
# no-source-code - license for sys-kernel/coreos-firmware
|
||||
# linux-fw-redistributable - license for sys-kernel/coreos-firmware
|
||||
# freedist - license for sys-kernel/coreos-kernel
|
||||
# BSD-2-Clause-Patent - license for sys-firmware/edk2-aarch64
|
||||
# intel-ucode - license for sys-firmware/intel-microcode
|
||||
ACCEPT_LICENSE="${ACCEPT_LICENSE} netperf no-source-code freedist BSD-2-Clause-Patent intel-ucode"
|
||||
ACCEPT_LICENSE="${ACCEPT_LICENSE} netperf no-source-code
|
||||
linux-fw-redistributable freedist BSD-2-Clause-Patent intel-ucode"
|
||||
|
||||
# Favor our own mirrors over Gentoo's
|
||||
GENTOO_MIRRORS="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user