2
0
Fork 0
Commit Graph

328 Commits

Author SHA1 Message Date
Emery Hemingway 0a8d11c368 genodeSources: make shared library references absolute
Use patchelf in a postFixupHook to replace any relative library names
with absolute file-sytsem paths. This ensures that the proper runtime
closures are constructed and makes it easier to route the loader to the
correct ROMs.

This requires that packages built from the Genode depot must specify
runtime dependencies as "buildInputs" in the depot-targets.nix file.
2020-11-07 16:42:48 +01:00
Emery Hemingway e859a030a4 Simplify packages layout 2020-11-07 16:42:48 +01:00
Emery Hemingway e3e1e0f285 WiP! rsync test 2020-11-07 16:42:48 +01:00
Emery Hemingway 2c659c35f5 popt: disable
Autotools is only building a static library that refers to itself as a
runtime dependency.
2020-11-07 16:42:48 +01:00
Emery Hemingway dd24e9bdca cached_fs_rom: do not change dir for "/nix/store/…" ROMs 2020-11-07 16:42:48 +01:00
Emery Hemingway 0aba8e75bc dhall-genode: update for policy diagnostic 2020-11-07 16:42:48 +01:00
Emery Hemingway b951c22a0d Refactor routing
Patch init to simplify routing. Update Dhall library and NixOS modules
accordingly.
2020-11-07 16:42:48 +01:00
Emery Hemingway 52c8cd2eb0 cached_fs_rom: path for symlink traversal 2020-11-07 16:42:48 +01:00
Emery Hemingway 510be88863 execve test 2020-11-07 16:42:31 +01:00
Emery Hemingway ecf6f909a9 Update README 2020-11-01 21:13:37 +01:00
Emery Hemingway b0cd6b04fc Fix dde_bsd ports hash 2020-11-01 20:29:19 +01:00
Emery Hemingway 2489b3fd10 libsodium, libtoxcore 2020-11-01 20:29:19 +01:00
Emery Hemingway 849b39b04b solo5: increase slack in time test 2020-11-01 20:29:19 +01:00
Emery Hemingway ebf3606705 Port NixOS module system
Convert the tests to use the module system from NixOS.
2020-11-01 20:29:19 +01:00
Emery Hemingway 6889fb09c2 Update Nixpkgs flake input 2020-11-01 20:29:19 +01:00
Emery Hemingway a48dc08001 Return to *.lib.so library naming convention 2020-11-01 20:12:04 +01:00
Emery Hemingway df806832d6 Update Nixpkgs fake input 2020-10-28 09:40:20 +01:00
Emery Hemingway f53eb6cd3b Update dhall-genode for policy-route changes 2020-10-23 10:16:24 +02:00
Emery Hemingway 552b18bf8d Add virtio network devices to qemu 2020-10-23 10:16:24 +02:00
Emery Hemingway f9dfdbb995 Take dhall from x86_64-linux nixpkgs 2020-10-23 10:16:24 +02:00
Emery Hemingway 839f66e2de Prepare ports using x86_64-linux nixpkgs 2020-10-23 10:16:24 +02:00
Emery Hemingway 1168611109 Update Genode sources to latest master 2020-10-20 00:08:35 +02:00
Emery Hemingway 7abb698e0f Add Cachix note to README 2020-10-19 14:58:45 +02:00
Emery Hemingway 10823eaced solo5: 0.6.6 -> 0.6.7 2020-10-19 01:16:06 +02:00
Emery Hemingway e207dd7547 rsync: override to disable ACL
Same as the BSDs.
2020-10-19 00:14:50 +02:00
Emery Hemingway 5ed177cba7 Update Nixpkgs input 2020-10-18 23:55:47 +02:00
Emery Hemingway a60ccd13e2 Update nixpkgs input to release-20.09 2020-09-18 12:53:46 +02:00
Emery Hemingway 205fadc83d show_input: 0.1.0 -> 0.2.0 2020-09-02 13:01:53 +02:00
Emery Hemingway c3385aedd0 genodeSources: 20.05 -> 20.08 2020-09-02 13:01:53 +02:00
Emery Hemingway 1f53f25419 Relicense as MIT 2020-08-27 17:15:09 +02:00
Emery Hemingway 22fdb68411 README: move IRC channel 2020-08-23 13:34:48 +02:00
Emery Hemingway 1735376f48 cleanup apps 2020-08-17 14:10:24 +02:00
Emery Hemingway a5f0c3bc3a Revert "Add aarch64-linux to build platforms"
Cannot build on aarch64-linux without a pre-compiled toolchain.
2020-08-15 19:38:25 +02:00
Emery Hemingway f9958ba64b genodeSources: arch-independent ports
Do not apply the fixup phase to ports, patching script shebangs is
infecting the ports with the packages used to prepare the port.

Do not import the package versions from the genodeSources
derivation, this breaks "nix flake list".

Make the selection of packages from buildPackages more explicit.
2020-08-15 18:37:43 +02:00
Emery Hemingway c415f1ea13 Update Nixpkgs revision 2020-08-15 09:26:47 +02:00
Emery Hemingway 1e73ff4793 Add aarch64-linux to build platforms 2020-08-05 10:43:32 +02:00
Emery Hemingway 4f74ff9452 Documentation and cleanup 2020-08-02 16:46:34 +02:00
Emery Hemingway f54b0c7d51 solo5: 0.6.5 -> 0.6.6 2020-07-23 11:49:31 +02:00
Emery Hemingway 2d16e134aa runDhallCommand: actually append extra nativeBuildInputs 2020-07-11 02:44:39 +05:30
Emery Hemingway 8beed15b64 Add current status to README 2020-07-03 20:04:25 +05:30
Emery Hemingway d3a3b8dc7c runDhallCommand: append extra nativeBuildInputs 2020-06-28 12:38:48 +05:30
Emery Hemingway 44184862cc Target overrides for linux hybrid depot packages 2020-06-20 22:12:45 +05:30
Emery Hemingway 9f631d1f2d nixos-module: make vbox log directly to file 2020-06-12 08:14:26 +05:30
Emery Hemingway ad46ca71df Update README 2020-06-11 11:10:39 +05:30
Emery Hemingway c4cba126e2 zlib: collapse library symlinks 2020-06-11 11:10:39 +05:30
Emery Hemingway c91449cf4e libc: add newlocale and freelocale dummies 2020-06-11 11:10:39 +05:30
Emery Hemingway e203c4b57b nixos-module: graphical and fs log 2020-06-11 11:10:39 +05:30
Emery Hemingway 78cf596db3 nixos-module: add nic_router 2020-06-11 11:10:39 +05:30
Emery Hemingway 576c1ca41a nixos-module: ISO support 2020-06-11 11:10:39 +05:30
Emery Hemingway 75c24ca27b nixos-module: build nixos guests with external modulesPath 2020-06-11 11:10:39 +05:30