Jan Tojnar
8646063dd2
fwupd: 1.5.3 → 1.5.5
...
- https://github.com/fwupd/fwupd/releases/tag/1.5.4
- https://github.com/fwupd/fwupd/releases/tag/1.5.5
2021-02-01 21:27:05 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
zowoq
31f5dd3f36
treewide: editorconfig fixes
...
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
16d91ee628
pkgs/os-specific: stdenv.lib -> lib
2021-01-17 23:26:08 +07:00
Jörg Thalheim
231b166b12
Merge pull request #108573 from LumiGuide/fix-armstubs
...
raspberrypi-armstubs: fix native compilation on armv7l
2021-01-12 06:11:46 +00:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Yorick van Pelt
d6e97555bd
raspberrypi-armstubs: fix native compilation on armv7l
2021-01-06 11:17:10 +01:00
Samuel Dionne-Riel
7f23d3e519
raspberrypi-armstubs: init at 2020-10-08
2020-12-31 18:20:49 +01:00
TredwellGit
db860c86f9
firmwareLinuxNonfree: 2020-11-18 -> 2020-12-18
2020-12-29 19:08:06 -05:00
Drew Risinger
979a1e109f
raspberrypi-tools: remove in favor of libraspberrypi
...
These packages were duplicated, and often weren't being updated in sync.
The only difference between them was the lack of pkg-config in
libraspberrypi, which is easily fixable.
2020-12-27 17:01:02 +01:00
Drew Risinger
924d461587
raspberrypifw: use stdenvNoCC
...
This only copies unfree redistributables, don't need a compiler for
that.
2020-12-27 17:01:02 +01:00
Drew Risinger
860cb184ec
raspberrypifw: 20201022 -> 20201201
2020-12-27 17:01:02 +01:00
Drew Risinger
a128c9c7ec
raspberrypiWirelessFirmware: 2019-08-16 -> 2020-12-01
2020-12-27 17:01:02 +01:00
Florian Klink
b1fb82e979
raspberrypi-tools: fix build on x86_64-linux
...
This allows using tools such as dtmerge on x86_64-linux.
2020-12-27 03:29:25 +01:00
Eduard Bopp
81f4bca15c
rtl8761b-firmware: init at rtk1395
...
Also included the firmware under enableRedistributableFirmware.
2020-12-21 00:22:53 +01:00
Jan Tojnar
113a866cac
fwupd: 1.5.2 → 1.5.3
...
https://blogs.gnome.org/hughsie/2020/12/08/fwupd-1-5-3/
2020-12-09 02:40:36 +01:00
Jan Tojnar
e0296b2d12
fwupd: 1.5.1 → 1.5.2
...
https://blogs.gnome.org/hughsie/2020/11/23/fwupd-1-5-2/
2020-12-09 02:40:36 +01:00
Sandro
3a5fe2eaf5
Merge pull request #103778 from lblasc/sof-firmware-16
...
sof-firmware: 1.5.1 -> 1.6
2020-12-02 02:17:05 +01:00
Shea Levy
926ae8885d
system76-firmware: 1.0.18 -> 1.0.20
2020-11-29 11:29:26 -05:00
Luka Blaskovic
8b1717c266
sof-firmware: 1.5.1 -> 1.6
...
https://github.com/thesofproject/sof/releases/tag/v1.6
2020-11-21 15:29:32 +00:00
TredwellGit
d7695d13ff
firmwareLinuxNonfree: 2020-10-22 -> 2020-11-18
2020-11-19 09:40:32 +00:00
Jan Tojnar
23b939cfc3
fwupd: Fix build
...
Few new files are trying to be installed to /etc.
Fixes: https://github.com/NixOS/nixpkgs/issues/103365
2020-11-11 01:07:27 +01:00
Jan Tojnar
3a5ba30c13
fwupd: 1.4.6 → 1.5.1
...
* https://github.com/fwupd/fwupd/releases/tag/1.5.0
* https://github.com/fwupd/fwupd/releases/tag/1.5.1
* The changelog mentions removed dependency on efivar but we still need the package because it also contains efiboot required dependency. https://github.com/fwupd/fwupd/pull/2485
* Blacklist options were renamed.
* Test firmware was moved to a separate repo. We need to install it or some tests will be skipped. https://github.com/fwupd/fwupd/pull/2330
* Initially, there was an option to configure dbx but in the end, it was removed in favour of bespoke dbxtool. https://github.com/fwupd/fwupd/pull/2061 , https://github.com/fwupd/fwupd/pull/2318 , https://github.com/fwupd/fwupd/pull/2329
* Fwupd now checks hashes of plug-ins and will complain loudly that it is tainted when “invalid” plug-in is loaded (during testing).
* Installed tests complain about not being able to access cdn, even though we are not setting CI_NETWORK env var. We need a patch to fix that.
2020-11-09 22:50:17 +01:00
TredwellGit
7ff16d8155
firmwareLinuxNonfree: 2020-09-18 -> 2020-10-22
2020-11-06 18:28:28 +00:00
Janne Heß
1829a89f84
raspberrypifw: 1.20200902 -> 1.20201022
2020-10-26 11:30:36 +01:00
Ben Siraphob
683a87dbeb
treewide: remove periods from end of package descriptions
2020-10-17 08:22:31 -07:00
Janne Heß
9a966e84b6
raspberrypifw: 1.20200601 -> 1.20200902
...
Also disable the fixup phase since it only throws errors and remove the
platforms since these are only static files.
2020-10-07 00:41:15 +02:00
Tim Steinbach
5c18896aaf
Merge pull request #98420 from lovesegfault/linux-firmware-bump
...
firmwareLinuxNonFree: 2020-05-19 -> 2020-09-18
2020-10-01 08:53:11 -04:00
Shea Levy
55dc3b76f0
system76-firmware: 1.0.17 -> 1.0.18
2020-09-28 13:10:46 -04:00
Bernardo Meurer
2f112a7e56
firmwareLinuxNonFree: 2020-05-19 -> 2020-09-18
2020-09-26 16:06:02 -07:00
Shea Levy
b694eb6e6a
firmware-manager: Init at 0.1.1
2020-09-23 06:01:05 -04:00
Shea Levy
f43c02c7ff
system76-firmware: Init at 1.0.17
2020-09-22 20:14:29 -04:00
Jan Tojnar
31081be0d9
fwupd: 1.4.5 → 1.4.6
...
https://github.com/fwupd/fwupd/releases/tag/1.4.6
Also drop some unneeded dependencies.
2020-09-12 13:28:52 +02:00
Jan Tojnar
f9fbbd519e
fwupd: clean up
...
* reorder attributes to match standard
* do not use package aliases
* add some comments
* fix license (https://github.com/fwupd/fwupd/issues/526 )
2020-09-12 13:28:52 +02:00
Anders Kaseorg
51632d5310
fwupd: Add upstream patch to fix build with systemd 246
...
Fixes #96663 .
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-08-30 13:53:26 -07:00
R. RyanTM
35735ac930
fwupd: 1.4.4 -> 1.4.5
2020-08-03 19:34:54 +02:00
Samuel Dionne-Riel
c62d060648
Merge pull request #89717 from SquircleSpace/rpi4-8gb
...
Support Raspberry Pi 4 (8 GB)
2020-06-16 13:26:20 -04:00
Ada Avery
df9950ed7b
raspberrypifw: 1.20190925 -> 1.20200601
2020-06-16 14:19:07 -03:00
Ada Avery
cd0cfb2ed1
raspberrypi-tools: 2018-10-03 -> 2020-5-28
2020-06-16 14:19:00 -03:00
Jan Tojnar
7c20a53506
Merge pull request #90539 from r-ryantm/auto-update/fwupd
2020-06-16 16:43:33 +02:00
Jan Tojnar
0f0bcec11c
fwupd: Add passthru consistency test
...
We need to keep the passthru.filesInstalledToEtc and passthru.defaultBlacklistedPlugins in sync with the package contents so let's add a test to enforce that.
2020-06-16 11:20:55 +02:00
R. RyanTM
bfa1712590
fwupd: 1.4.2 -> 1.4.4
2020-06-15 22:16:05 +00:00
Even Brenden
0b1eb52866
sof-firmware: 1.4.2 -> 1.5.1
2020-06-14 22:59:29 +02:00
Ricardo M. Correia
ec4d914143
fwupd: fix configuration on aarch64
...
The fwupd service was failing on aarch64 with:
fwupd: Failed to load engine: Failed to load remotes: failed to load /etc/fwupd/remotes.d/dell-esrt.conf: No such file or directory
The /etc/fwupd/remotes.d/dell-esrt.conf symlink existed but it pointed to a non-existent file.
2020-06-02 14:23:20 +02:00
James Ravn
46f2bf63a4
firmwareLinuxNonfree: 2020-01-22 -> 2020-05-19
2020-06-01 14:16:22 +01:00
Jan Tojnar
19952035d4
Merge pull request #88506 from r-ryantm/auto-update/fwupd
2020-05-27 21:43:35 +02:00
R. RyanTM
9dcffdecb6
fwupd: 1.4.1 -> 1.4.2
2020-05-21 11:13:59 +00:00
zowoq
a5cbd4fa35
fwupdate: remove
...
https://github.com/rhboot/fwupdate
This project is no longer supported.
All code has been merged directly into the fwupd project.
Please switch to that.
2020-05-19 08:57:27 +10:00
Vladimír Čunát
54eb2d1018
Merge branch 'staging-next'
...
Status on Hydra for linuxes seems good enough:
https://hydra.nixos.org/eval/1585703?filter=linux&compare=1585482&full=#tabs-now-fail
2020-05-06 08:20:05 +02:00