Commit Graph

68 Commits

Author SHA1 Message Date
Ratchanan Srirattanamet
8f144732d4 raspberrypi-firmware: 1.20230405 -> stable_20231123 2023-12-30 19:34:05 +07:00
Bernardo Meurer
f4e0f22a2b
raspberrypifw: 1.20230106 -> 1.20230405 2023-05-04 14:03:29 -04:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Jamie Magee
0060dbd720
raspberrypi-armstubs: 2021-11-01 -> unstable-2022-07-11 2023-01-08 11:14:58 -08:00
Jamie Magee
42b10e9e5c
raspberrypifw: 1.20221028 -> 1.20230106 2023-01-08 11:07:47 -08:00
Florian Brandes
c02cb0fd58
raspberrypi-firmware: 1.20220331 -> 1.20221028
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-11-06 23:24:03 +01:00
Bernardo Meurer
4cb5e8a914 raspberrypifw: mark as broken on Darwin 2022-04-21 14:57:43 -07:00
Bernardo Meurer
d4eb5c68f2 raspberrypifw: 1.20220118 -> 1.20220331 2022-04-21 14:10:07 -07: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
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
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
Bernardo Meurer
f4dcb9768e
raspberrypi-armstubs: 2020-10-08 -> 2021-07-05 2021-08-05 09:59:10 -07:00
Bernardo Meurer
8a4a84ec58
raspberrypifw: 1.20210303 -> 1.20210727 2021-08-05 09:59:08 -07:00
Michael Weiss
3e01d42024
maintainers: remove tavyc
Their last commit was dcc84d8 from 2017.
Thank you for your contributions.
2021-04-22 11:34:25 +02:00
Martin Weinelt
c067f62fb9
raspberrypifw: 1.20210201 -> 1.20210303 2021-04-05 05:55:24 +02:00
Martin Weinelt
82dadb9f06
raspberrypifw: 1.20201201 -> 1.20210201 2021-02-18 05:51:47 +01: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
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
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
Janne Heß
1829a89f84
raspberrypifw: 1.20200902 -> 1.20201022 2020-10-26 11:30:36 +01: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
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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Edmund Wu
0266449187
raspberrypifw: 1.20190819 -> 1.20190925 2019-10-01 08:43:15 -04:00
Thomas Kerber
cc5baf2d86
Various: Add support for raspberry pi 4. 2019-09-17 04:05:16 +01:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Frederik Rietdijk
fe9a3e3e63 Merge staging-next into staging 2019-08-17 09:39:23 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
duck
0f2f44c470
raspberrypi-firmware: Update version to 1.20190620+1 2019-06-26 23:28:38 +01:00
Ben Wolsieffer
a68213ae8a raspberrypifw: 1.20181112 -> 1.20190401 2019-05-03 18:12:13 -04:00
Ben Wolsieffer
f554d4e40f raspberrypifw: 1.20180919 -> 1.20181112 2018-12-17 02:01:13 +00:00
Ben Wolsieffer
964ae43b53 raspberrypi-tools: 2018-02-05 -> 2018-10-03 2018-10-07 21:55:04 -04:00
Ben Wolsieffer
ec1aa05a27 raspberrypifw: 1.20180817 -> 1.20180919 2018-10-07 21:55:04 -04:00
Tuomas Tynkkynen
14fbea9111 raspberrypifw: 1.20180619 -> 1.20180817 2018-09-14 16:15:28 +03:00
Lluís Batlle i Rossell
66d7126255 Take me (viric) out of most maintenance
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
Tuomas Tynkkynen
7b25471fb1 raspberrypifw: 1.20180417 -> 1.20180619 2018-07-12 17:04:07 +03:00
Tuomas Tynkkynen
85952d850e raspberrypifw: 1.20180328 -> 1.20180417 2018-06-01 13:48:54 +03:00