Merge pull request #89356 from wizeman/u/fix-fwupd
fwupd: fix configuration on aarch64
This commit is contained in:
commit
fa29c1002d
@ -247,7 +247,6 @@ stdenv.mkDerivation rec {
|
|||||||
"fwupd/ata.conf"
|
"fwupd/ata.conf"
|
||||||
# "fwupd/daemon.conf" # already created by the module
|
# "fwupd/daemon.conf" # already created by the module
|
||||||
"fwupd/redfish.conf"
|
"fwupd/redfish.conf"
|
||||||
"fwupd/remotes.d/dell-esrt.conf"
|
|
||||||
"fwupd/remotes.d/lvfs-testing.conf"
|
"fwupd/remotes.d/lvfs-testing.conf"
|
||||||
"fwupd/remotes.d/lvfs.conf"
|
"fwupd/remotes.d/lvfs.conf"
|
||||||
"fwupd/remotes.d/vendor.conf"
|
"fwupd/remotes.d/vendor.conf"
|
||||||
@ -262,6 +261,8 @@ stdenv.mkDerivation rec {
|
|||||||
"pki/fwupd-metadata/GPG-KEY-Linux-Foundation-Metadata"
|
"pki/fwupd-metadata/GPG-KEY-Linux-Foundation-Metadata"
|
||||||
"pki/fwupd-metadata/GPG-KEY-Linux-Vendor-Firmware-Service"
|
"pki/fwupd-metadata/GPG-KEY-Linux-Vendor-Firmware-Service"
|
||||||
"pki/fwupd-metadata/LVFS-CA.pem"
|
"pki/fwupd-metadata/LVFS-CA.pem"
|
||||||
|
] ++ stdenv.lib.optionals haveDell [
|
||||||
|
"fwupd/remotes.d/dell-esrt.conf"
|
||||||
];
|
];
|
||||||
|
|
||||||
# BlacklistPlugins key in fwupd/daemon.conf
|
# BlacklistPlugins key in fwupd/daemon.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user