Commit graph

438 commits

Author SHA1 Message Date
Tom Fitzhenry 413a50ede6 fwupd: 1.7.2 -> 1.7.6
https://github.com/fwupd/fwupd/releases/tag/1.7.3
https://github.com/fwupd/fwupd/releases/tag/1.7.4
https://github.com/fwupd/fwupd/releases/tag/1.7.5
https://github.com/fwupd/fwupd/releases/tag/1.7.6
2022-03-08 13:29:25 +01:00
Samuel Dionne-Riel 0adf99aee4
Merge pull request #156005 from zhaofengli/pi02
Update Raspberry Pi packages
2022-02-24 15:05:23 -05:00
Maciej Krüger 5ecd24b043
firmware-updater: update vendor hash 2022-02-23 15:10:59 +01:00
Maciej Krüger 82646d9499
firmware-updater: fix license 2022-02-23 15:02:42 +01:00
Maciej Krüger 4d900be80b
firmware-updater: init at unstable 2022-02-19 15:07:45 +01:00
R. Ryantm 7e8ba563b3 fwupd-efi: 1.1 -> 1.2 2022-02-12 20:50:30 -08:00
Cole Mickens 51b7e23e8f raspberrypi-fw: use fetchurl to avoid darwin issue
Co-authored-by: Zhaofeng Li <hello@zhaofeng.li>
2022-02-12 00:04:48 -08:00
leo60228 7851f68a68 raspberrypi-wireless-firmware: 2021-06-28 -> 2021-11-02 2022-02-12 00:04:48 -08:00
leo60228 10afc59e3a raspberrypi-armstubs: 2021-07-05 -> 2021-11-01 2022-02-12 00:04:48 -08:00
leo60228 2164279a04 raspberrypifw: 1.20210805 -> 1.20211118
Co-authored-by: Zhaofeng Li <hello@zhaofeng.li>
2022-02-12 00:04:48 -08:00
TredwellGit ece7738b7c linux-firmware: 20211216 -> 20220209 2022-02-11 15:20:17 +00:00
R. RyanTM 1b4808c0d6
system76-firmware: 1.0.31 -> 1.0.32
(#149060)
2022-02-11 00:21:59 +01:00
github-actions[bot] 11cced7438
Merge master into staging-next 2022-01-24 00:01:45 +00:00
Felix Buehler 027d353491 treewide: rename name to pname&version 2022-01-22 18:13:29 +01:00
Bobby Rong edf5e394d3
fwupd: fix aarch64 build
The following changes are introduced in 1.5.6 and the plugin_synaptics option no longer exist:

a75ef53eaf

With meson 0.60 the build will fail.
2022-01-22 22:26:57 +08:00
Bernardo Meurer d72a2e7baf
firmwareLinuxNonfree -> linux-firmware
This renames our `firmwareLinuxNonfree` package to `linux-firmware`.
There is prior art for this in multiple other distros[1][2][3].

Besides making the package more discoverable by those searching for the
usual name, this also brings it in-line with the `kebab-case` we
normally see in `nixpkgs` pnames, and removes the `Nonfree` information
from the name, which I consider redundant given it's present in
`meta.license`.

The corresponding alias has been added, so this shouldn't break
anything.

[1]: https://archlinux.org/packages/core/any/linux-firmware/
[2]: https://src.fedoraproject.org/rpms/linux-firmware
[3]: https://packages.gentoo.org/packages/sys-kernel/linux-firmware
2022-01-10 12:28:03 -03:00
Emilia Bopp 7964ed91b1 maintainers: update personal details 2022-01-04 13:29:54 +01:00
Bobby Rong e83c7692e6
Merge pull request #152240 from r-ryantm/auto-update/sof-firmware
sof-firmware: 1.9.3 -> 2.0
2021-12-27 21:19:22 +08:00
R. Ryantm 5df2206a4d sof-firmware: 1.9.3 -> 2.0 2021-12-26 15:07:19 +00:00
TredwellGit f1edf331df firmwareLinuxNonfree: 20211027 -> 20211216 2021-12-17 23:00:21 +00:00
Henri Menke c802431094
sof-firmware: 1.9.2 -> 1.9.3 2021-12-13 09:55:40 +01:00
Guillaume Girol abab86e212
Merge pull request #147691 from hmenke/sof-firmware
sof-firmware: 1.9 -> 1.9.2
2021-12-04 09:52:39 +00:00
Jan Tojnar f0faf7cf3f
fwupd: 1.7.1 → 1.7.2 (#147032) 2021-12-03 20:59:15 +02:00
Henri Menke 5baed79906
sof-firmware: 1.9 -> 1.9.2 2021-11-28 11:56:58 +01:00
Ryan Burns 2175b157ac treewide: refactor isi686 && isx86_64 -> isx86 2021-11-20 17:50:41 -08:00
Jan Tojnar 1bd0015d44
Merge pull request #133550 from maxeaubrey/fwupd_1.6.3
fwupd-efi: init at 1.1, fwupd: 1.5.12 -> 1.7.1
2021-11-10 13:11:25 +01:00
Maxine Aubrey 0b546fc53f fwupd: 1.5.12 -> 1.7.1
- https://github.com/fwupd/fwupd/releases/tag/1.6.0
- https://github.com/fwupd/fwupd/releases/tag/1.6.1
- https://github.com/fwupd/fwupd/releases/tag/1.6.2
- https://github.com/fwupd/fwupd/releases/tag/1.6.3
- https://github.com/fwupd/fwupd/releases/tag/1.6.4
- https://github.com/fwupd/fwupd/releases/tag/1.7.0
- https://github.com/fwupd/fwupd/releases/tag/1.7.1

Installed tests python not needed since the utility was moved to C code:
9d37e447a1

Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2021-11-05 12:01:46 +01:00
TredwellGit 8c0c31d545 firmwareLinuxNonfree: 2021-09-19 -> 20211027 2021-10-27 18:51:11 +00:00
Maxine Aubrey 2b3c8211f7 fwupd-efi: init at 1.1 2021-10-19 02:20:53 +02:00
Henri Menke ea2e9f64f9
sof-firmware: 1.7 -> 1.9 2021-10-06 11:47:41 +02:00
Artturi f82973a808
Merge pull request #138903 from r-ryantm/auto-update/system76-firmware 2021-10-05 15:30:29 +03:00
Bernardo Meurer 8d30ac220a
Merge pull request #138942 from TredwellGit/firmwareLinuxNonfree
firmwareLinuxNonfree: 2021-08-18 -> 2021-09-19
2021-10-01 06:23:09 +00:00
TredwellGit 892f937370 firmwareLinuxNonfree: 2021-08-18 -> 2021-09-19 2021-09-22 12:59:03 +00:00
R. RyanTM 977b13b1c9 system76-firmware: 1.0.29 -> 1.0.31 2021-09-22 05:47:29 +00:00
github-actions[bot] 697f3593aa
Merge staging-next into staging 2021-09-14 06:02:01 +00:00
R. RyanTM 48d6922748 system76-firmware: 1.0.28 -> 1.0.29 2021-09-13 23:38:52 +00:00
Felix Buehler 540499bf10 os-specific/linux: replace name with pname&version 2021-08-29 11:28:34 +02:00
Jörg Thalheim 237f52b502 b43: fix homepage 2021-08-22 16:07:52 +02:00
Sandro 52c4168699
Merge pull request #122463 from kittywitch/libreelec-dvb-firmware
libreelec-dvb-firmware: init at 1.4.2
2021-08-21 02:23:00 +02:00
Shea Levy 60bbcc0a42
Merge branch 'auto-update/system76-firmware' of https://github.com/r-ryantm/nixpkgs 2021-08-20 13:54:22 -04:00
R. RyanTM 786f825bb0 system76-firmware: 1.0.24 -> 1.0.28 2021-08-19 21:58:54 +00:00
Yurii Matsiuk 3239c7bc8d
firmwareLinuxNonfree: 2021-07-16 -> 2021-08-18 2021-08-18 14:28:40 +02:00
kat witch c054f16ba7
libreelec-dvb-firmware: init at 1.4.2 2021-08-17 03:26:21 +01:00
Arnout Engelen d51f835165 intel2200BGFirmware: less fixed-output derivation
Move some logic out of the fixed-output fetchzip and to a
'regular' derivation
2021-08-16 10:52:00 +02:00
Arnout Engelen 523cf0d817
zd1211-firmware: less fixed-output derivation
Move some logic out of the fixed-output fetchzip and to a
'regular' derivation
2021-08-14 11:20:03 +02:00
Maxine Aubrey 2f3e3c788e
fwupd: 1.5.7 -> 1.5.12
- https://github.com/fwupd/fwupd/releases/tag/1.5.8
- https://github.com/fwupd/fwupd/releases/tag/1.5.9
- https://github.com/fwupd/fwupd/releases/tag/1.5.10
- https://github.com/fwupd/fwupd/releases/tag/1.5.11
- https://github.com/fwupd/fwupd/releases/tag/1.5.12
2021-08-11 16:53:47 +02:00
Bernardo Meurer ca4a093c32
raspberrypifw: 1.20210727 -> 1.20210805 2021-08-06 10:40:45 -07:00
Bernardo Meurer f00890056a
raspberrypi-armstubs: remove unused arguments 2021-08-05 10:05:56 -07:00
Bernardo Meurer b59ab5263d
raspberrypi-armstubs: run pre/post hooks in installPhase 2021-08-05 10:05:55 -07:00
Bernardo Meurer e828b6b431
raspberrypi-armstubs: don't use URI literals in meta 2021-08-05 10:05:54 -07:00