Commit Graph

15078 Commits

Author SHA1 Message Date
s1341
1e1d29c2af treewide: Support aarch64-android using minimal prebuilt components
This PR adds a new aarch64 android toolchain, which leverages the
existing crossSystem infrastructure and LLVM builders to generate a
working toolchain with minimal prebuilt components.

The only thing that is prebuilt is the bionic libc. This is because it
is practically impossible to compile bionic outside of an AOSP tree. I
tried and failed, braver souls may prevail. For now I just grab the
relevant binaries from https://android.googlesource.com/.

I also grab the msm kernel sources from there to generate headers. I've
included a minor patch to the existing kernel-headers derivation in
order to expose an internal function.

Everything else, from binutils up, is using stock code. Many thanks to
@Ericson2314 for his help on this, and for building such a powerful
system in the first place!

One motivation for this is to be able to build a toolchain which will
work on an aarch64 linux machine. To my knowledge, there is no existing
toolchain for an aarch64-linux builder and an aarch64-android target.
2021-05-11 15:39:08 +00:00
Alyssa Ross
4a8dbecd16 netbsd: 8.0 -> 9.1
Notes:

- compat: Needs a header from common merged with it's wrapper.

- librt: Needs the jemalloc sources.

- libc: install libc_pic.a

  This was the behaviour on NetBSD 8.0, and ld.elf_so (in its current
  configuration) requires it.  We could also have disabled PIC in
  ld.elf_so.

- sys: fix build

  We use a more recent version of binutils than NetBSD 9.1 does, so we
  need to backport a patch from CURRENT.

Co-authored-by: John Ericson <John.Ericson@Obsidian.Systems>
2021-05-09 18:56:20 +00:00
Jan Tojnar
dd78ce1c53
Merge branch 'staging-next' into staging 2021-05-08 20:59:05 +02:00
github-actions[bot]
6d46d8a9b9
Merge master into staging-next 2021-05-08 18:22:46 +00:00
fortuneteller2k
1611dbe7fd cryptodev: 1.11 -> 1.12 2021-05-08 10:06:52 -07:00
Martin Weinelt
9651084620 Merge remote-tracking branch 'origin/master' into staging-next 2021-05-08 14:43:43 +02:00
Jan Tojnar
468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
github-actions[bot]
3494be8365
Merge staging-next into staging 2021-05-08 06:20:08 +00:00
github-actions[bot]
e21fb16f9a
Merge master into staging-next 2021-05-08 06:20:05 +00:00
Silvan Mosberger
08d94fd2b0
Merge pull request #114374 from oxalica/lib/platform-support-check
lib.meta: introduce `availableOn` to check package availability on given platform
2021-05-08 03:54:36 +02:00
github-actions[bot]
2c85188911
Merge staging-next into staging 2021-05-08 00:46:53 +00:00
github-actions[bot]
b4416b52c5
Merge master into staging-next 2021-05-08 00:46:50 +00:00
Guillaume Girol
a81b23c454
Merge pull request #121528 from symphorien/libsepolstatic
libsepol: fix static build
2021-05-07 20:50:27 +00:00
Domen Kožar
8ecb0344a0
Merge pull request #121720 from samueldr/feature/arm-stage-1-modules
installer images: Add available modules to stage-1 on ARM platforms
2021-05-07 22:01:09 +02:00
John Ericson
a3e54cb582 Merge remote-tracking branch 'upstream/staging-next' into staging 2021-05-06 15:48:25 -04:00
John Ericson
470640e7fe treewide: Do a number of no-op cleanups for cross and darwin
I am taking the non-invasive parts of #110914 to hopefully help out with #111988.

In particular:

 - Use `lib.makeScopeWithSplicing` to make the `darwin` package set have
   a proper `callPackage`.

 - Adjust Darwin `stdenv`'s overlays keeping things from the previous
   stage to not stick around too much.

 - Expose `binutilsNoLibc` / `darwin.binutilsNoLibc` to hopefully get us
   closer to a unified LLVM and GCC bootstrap.
2021-05-06 11:17:26 -04:00
github-actions[bot]
c63e69cd89
Merge staging-next into staging 2021-05-06 12:23:32 +00:00
Maximilian Bosch
a50b9e6c23
Merge pull request #113716 from Ma27/wpa_multiple
wpa_supplicant: allow both imperative and declarative networks
2021-05-06 11:01:35 +02:00
Jan Tojnar
d9f177eb4d
Merge branch 'staging-next' into staging
The transmission conflict was non-trivial:
- libbrotli added to apparmor rules <1bdda029cd>
- apparmor rules rewritten <b280e64078>

Chosen the rewrite and verified that brotli is part of the rule set generated by `apparmorRulesFromClosure`.
2021-05-06 08:42:50 +02:00
github-actions[bot]
202eb5ddf5
Merge staging-next into staging 2021-05-05 18:24:02 +00:00
Maximilian Bosch
8e72457f86
Merge pull request #121266 from blanky0230/tuxedo-keyboard-update
tuxedo-keyboard: 2019-08-26 -> v3.0.5
2021-05-05 19:48:49 +02:00
Mario Rodas
4901ca4ff5 lxc: 4.0.8 -> 4.0.9 2021-05-05 04:20:00 +00:00
Sandro
562dac79e1
Merge pull request #121498 from Atemu/update/linux_lqx
linux_lqx: 5.11.16 -> 5.11.18
2021-05-05 23:22:43 +02:00
Samuel Dionne-Riel
7264c049c7 linux/common-config.nix: Configure for armv7l-linux too 2021-05-04 19:42:12 -04:00
Samuel Dionne-Riel
595a50fd07 linux/common-config.nix: Enable FB_SIMPLE on AArch64 2021-05-04 19:42:12 -04:00
Atemu
cfb29088b4 linux_lqx: 5.11.16 -> 5.11.18 2021-05-04 15:13:54 +02:00
github-actions[bot]
5e177b16b1
Merge staging-next into staging 2021-05-03 18:25:49 +00:00
Tethys Svensson
a376d4944c
busybox: Add a fix for CVE-2021-28831 (#121578) 2021-05-03 19:01:09 +02:00
Sandro
c94b0cdc51
Merge pull request #120966 from r-ryantm/auto-update/cifs-utils
cifs-utils: 6.12 -> 6.13
2021-05-03 16:55:17 +02:00
github-actions[bot]
b7e3cd0993
Merge staging-next into staging 2021-05-03 06:22:31 +00:00
Austin Seipp
b3676834ca
Merge pull request #121544 from petabyteboy/feature/bpftools
bpftools: build bpf_asm, bpf_dbg
2021-05-03 00:46:37 -05:00
Milan Pässler
c4bd0719e3
bpftools: build bpf_asm, bpf_dbg
I needed some other bpf-related tools located in the kernel source tree,
so I hijacked the bpftool package, renamed it to bpftools and added
those programs.
2021-05-03 00:59:50 +02:00
github-actions[bot]
0e4580d4d0
Merge staging-next into staging 2021-05-02 18:24:58 +00:00
Mario Rodas
fb5a9e4095
Merge pull request #121466 from marsam/update-lxc
lxc: 4.0.7 -> 4.0.8
2021-05-02 12:55:16 -05:00
Atemu
1b10b0d579 kernel: clarify license 2021-05-02 14:44:54 +00:00
Guillaume Girol
eadff09e4b libsepol: precise license 2021-05-02 12:00:00 +00:00
Guillaume Girol
b7a9718783 libsepol: fix static build 2021-05-02 20:51:51 +02:00
github-actions[bot]
e6037ce5fe
Merge staging-next into staging 2021-05-02 00:58:46 +00:00
R. RyanTM
7326c917e4 lxcfs: 4.0.7 -> 4.0.8 2021-05-01 22:46:06 +00:00
thomas.blank
52365fe35a
tuxedo-keyboard: 2019-08-26 -> v3.0.5 2021-05-02 00:05:31 +02:00
github-actions[bot]
49721bed32
Merge staging-next into staging 2021-05-01 18:26:21 +00:00
Luke Granger-Brown
1e9f225a7a
Merge pull request #120633 from r-ryantm/auto-update/android-udev-rules
android-udev-rules: 20210302 -> 20210425
2021-05-01 13:57:27 +01:00
Luke Granger-Brown
55b33802be
Merge pull request #120647 from r-ryantm/auto-update/conky
conky: 1.12.1 -> 1.12.2
2021-05-01 13:53:50 +01:00
Alyssa Ross
29271ef915 netbsd.libedit: fix build 2021-05-01 12:46:18 +00:00
github-actions[bot]
5c9b6baa63
Merge staging-next into staging 2021-05-01 06:21:43 +00:00
Mario Rodas
aad3e1bf6f lxc: 4.0.7 -> 4.0.8 2021-05-01 04:20:00 +00:00
Mario Rodas
b6ee21af06
Merge pull request #121295 from marsam/update-lxc
lxc: 4.0.6 -> 4.0.7
2021-04-30 22:29:22 -05:00
John Ericson
5de0e93838
Merge pull request #121277 from alyssais/netbsd-libcurses
netbsd.libcurses: fix build
2021-04-30 22:31:34 -04:00
github-actions[bot]
ef6416a6ba
Merge staging-next into staging 2021-05-01 00:54:32 +00:00