Emery Hemingway
c6f3dfc3ec
Add some ANSI C procedures to base-common
...
This is for the convenience of language runtimes.
2020-02-15 16:02:30 +01:00
Emery Hemingway
11ff9a1dc5
Add base-hw Tup rules
2020-02-13 12:13:16 +01:00
Emery Hemingway
e0b84beafa
Tup: LLVM adjustments
2020-02-13 12:13:16 +01:00
Emery Hemingway
da0c9da996
Minor code adjustments for LLVM
2020-02-11 13:47:26 +01:00
Emery Hemingway
fa5b9a9002
Tup: create ld.lib.so libraries when in a Nix build
2020-01-29 21:35:18 +01:00
Emery Hemingway
71e1a286e5
Nix: update flake
2020-01-29 18:45:57 +01:00
Emery Hemingway
196c340aa9
Tup: build more of gems
2020-01-29 16:26:29 +01:00
Emery Hemingway
200d82b4f5
core: simplify unprefixed LOG service
...
The special "platform" label is now "unlabeled".
2020-01-29 12:29:36 +01:00
Emery Hemingway
5d4e72c874
core: add platform logging service
...
If the root child requests a LOG service with the label "platform" then
return a LOG session that logs messages directly to kernel. This is to
allow a remote test controller to recognize messages produced by an
privileged local test harness.
2020-01-22 17:26:28 +01:00
Norman Feske
7c4568fb5a
core: avoid use of C array as buffer in Log_root
2020-01-22 17:10:03 +01:00
Emery Hemingway
b20ca5f254
Revert "Core: exit with child exit value"
...
Not actually useful, and causes a null deference on NOVA.
2020-01-22 17:10:03 +01:00
Emery Hemingway
4287419392
Add Nix flake for dev-shell
2020-01-21 13:36:05 +01:00
Emery Hemingway
42f93ce3da
Move Nix expressions to genodepkgs
2020-01-17 17:17:34 +01:00
Emery Hemingway
59caa85840
Tup: mv ld-lova.lib.so from out/bin to out/lib
2020-01-17 17:17:21 +01:00
Emery Hemingway
f902a21213
Remove NOVA submodule
2020-01-17 17:17:21 +01:00
Emery Hemingway
ee7773567a
Nix apps moved to genodepkgs
2020-01-17 17:17:21 +01:00
Emery Hemingway
a1e84f0485
Convert README to Markdown
2020-01-17 13:54:46 +01:00
Emery Hemingway
9e1e1186dc
Synchronize NOVA revision with genodelabs/staging
...
Also make the "makeFlags" attr compatible with dev-shell.
2020-01-16 13:09:56 +01:00
Emery Hemingway
292bd3f579
Nix: Add nova-image app
2020-01-15 16:42:10 +01:00
Emery Hemingway
18c0e21996
Remove version information from builds
...
This causes spurious rebuilds.
2020-01-15 16:42:10 +01:00
Emery Hemingway
e45088704c
Restore base tests
2020-01-15 16:42:10 +01:00
Emery Hemingway
8c8606b375
Skip strip in nova-iso, explicit mkisofs
2020-01-14 15:12:53 +01:00
Emery Hemingway
c812fdf629
Add component exit to tests
...
This makes it possible to detect successful test runs in a general way.
2020-01-14 11:43:38 +01:00
Emery Hemingway
6463f84741
Nix flake: use Github url for Nixpkgs
2020-01-14 11:43:38 +01:00
Emery Hemingway
b8e25c82da
Nix: source code filtering
2020-01-14 11:43:26 +01:00
Emery Hemingway
955e95272c
Tup: fix base-nova build
2020-01-14 11:33:00 +01:00
Emery Hemingway
4235b5ab9b
Nix app for building NOVA ISOs
2020-01-14 11:33:00 +01:00
Emery Hemingway
97e01182ca
Nix: package NOVA kernel
...
This package moved here from Genodepkgs.
2020-01-14 11:31:23 +01:00
Emery Hemingway
90c4d291b4
Nix flake: build packages at Hydra
2020-01-08 14:50:49 +01:00
Emery Hemingway
d8074773d1
Add missing os test Tupfiles
2020-01-08 09:55:01 +01:00
Emery Hemingway
3fb87d9ea0
base-linux: use pkg-config for libraries from base repo
...
Tup output groups must not be used across the repositories, they will come
up empty in Nix builds, and libraries will not be fully linked.
2020-01-07 18:19:02 +01:00
Emery Hemingway
969180525f
Use patched binary toolchain from Genode Labs
...
- Fetch and patch GCC distribution
- Pass Tup config as a file
- Fold out and dev outputs
- Remove shellHook code for compatibility with dev-shell
- Tweak Tup Nix conditionals
- Add Tupfile.ini
- Remove custom setup-hook
2020-01-05 20:32:08 +01:00
Emery Hemingway
bab7a572fe
Refactor flake to expose x86_64-linux-x86_64-genode as x86_64-linux
2019-12-26 15:33:09 +05:30
Emery Hemingway
32f8b603cb
Use cross-compile pairs in Flake
2019-12-02 16:30:36 +01:00
Emery Hemingway
94266a7bb0
Add hydraJobs
2019-11-29 15:50:13 +01:00
Emery Hemingway
24deef9495
Use #!/usr/bin/env ... shebangs
2019-11-28 15:07:24 +01:00
Emery Hemingway
54776f36eb
VFS/pipe: add Tupfile
2019-11-28 14:04:14 +01:00
Emery Hemingway
3dc909bb24
nic_stress: do not bind reference to stack allocated parameter
2019-11-28 13:56:20 +01:00
Emery Hemingway
d650a7b0e0
VFS/terminal: variable-sized object may not be initialized
2019-11-28 13:51:21 +01:00
Emery Hemingway
63c4974587
vfs server: fix File_system namespace warnings
2019-11-28 13:49:20 +01:00
Emery Hemingway
0797619d29
FetchGit Nixpkgs from nix-shell
2019-11-28 13:38:29 +01:00
Emery Hemingway
3d68a520cb
Tag release 19.11
...
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEsIWqvdxEKaxX80hspyRgNBfs1rcFAl3fpmAACgkQpyRgNBfs
1rcezQ//ZoYChufO6m2CByuPUbITql12b6oyOjmvcw16NW+Nsf2EodwMeCk/9yyM
kWIxqOtXp1yFPGNf8ebEkTu5YXYMkHrUds4V6nQ4nQnyk7VnQmR3XTnqP8Sr27Hp
fHi7Dddjxufexeyb6bwis04mK4PeFWXk/D6H4nh6ZeaR30g/GQ+Wt4N64a+HcQ1g
kLMKuLlooOoq0L9q8IVLAtQoKNR1LP6x0FKGH8B6elwns8rXna2fRSlCB+W7qLwl
K/pQadaIkwQNj8TEXuQxdGOR1GIrTbUz9ExS6U1yPXjqK06CunDZqsn+Cv5G7p+5
ybMaViXwDGilZjhNLTjAbPhqhoOVu+yDB5gwzKiYt6/gTKP8N+VUpXKhGpzu/0ya
wEt2b/43vmPm1NsBQQFU6vmjyW0W0iOl+a1tetv/qFo4mzQNesbVlu6t91b0EAjp
C0JzZj9UHj/QkKgLIPkWMVWyz+VtODUeFhMLV6+86wzFmqSNhbaL0K/1LvX3AHZR
5M/sjMRdtRL9U7Xv/LTn/Sgisk5wT2wfI9dpkAZALZjm22751mSTv9XhdLC/+XpA
0F7cfSg36DphYsyPmSQ9+Q79rpU+bvuuTbqAsLdYcflMaW4bsIOd4j5Lk3adIPbN
EE0uu+CD1GbqpKy+vLr+2EIlYpVNRTQKLklmkmhb+ZBuvUo00cU=
=4dhl
-----END PGP SIGNATURE-----
Merge tag '19.11'
Tag release 19.11
2019-11-28 13:21:13 +01:00
Emery Hemingway
dd07e99ef6
Nix flake
2019-11-28 13:17:35 +01:00
Christian Helmuth
8cf7aaad65
version: 19.11
2019-11-28 11:49:10 +01:00
Norman Feske
25a8ef3b7c
News item for version 19.11
2019-11-28 11:44:29 +01:00
Norman Feske
b18a56c2c4
Release notes for version 19.11
2019-11-28 11:44:29 +01:00
Christian Helmuth
9d42e3f69b
release notes: fix example in 19.08 input section
2019-11-28 11:44:29 +01:00
Christian Helmuth
11ef8e1ff2
depot: update recipe hashes
2019-11-28 09:06:39 +01:00
Christian Helmuth
1deab4a67f
Disable noux_tool_chain_auto on foc/imx7d_sabre
...
The bootstrapper always fails with
fatal: could not find free RAM region for modules
in this scenario.
2019-11-28 09:06:27 +01:00
Christian Helmuth
f23c70e068
sculpt_manager: use Codepoint::valid()
2019-11-28 09:06:26 +01:00