Repository for generating "ehmry" depot index.
Go to file
Ehmry - a853c0d5e0 Update
- Automatic package versions
- Generate Makefile for creating signed packages
- Build with x86_64 variant by default
- Add Nim example
- Runtime schema fixes
2019-04-27 19:57:37 +02:00
app/hello-world Update 2019-04-27 19:57:37 +02:00
build-x86_64 Update 2019-04-27 19:57:37 +02:00
errata Update 2019-04-27 19:57:37 +02:00
nim Update 2019-04-27 19:57:37 +02:00
README.md Initial commit 2019-03-07 18:22:51 +01:00
Tupfile Update 2019-04-27 19:57:37 +02:00
Tupfile.ini Initial commit 2019-03-07 18:22:51 +01:00
Tuprules.tup Update 2019-04-27 19:57:37 +02:00
index.xml Update 2019-04-27 19:57:37 +02:00

README.md

This is a super-repository skeleton containing a Tup build system for Genode components and packages. It requires a Genode SDK to be present and the PKG_CONFIG_PATH variable to be set appropriately, most likely to /opt/genode-sdk-x86_64/pkgconfig. See http://github.com/ehmry/genode/releases for an SDK. A the pkg-config tool and copy of the Genode toolchain is required as well, see https://genode.org/download/tool-chain.

To use this build-system, edit the tup.config to match your depot user and PGP key as well as the version of the SDK. Unfortunately the build-system lacks any knowledge about what packages are available in external depots, so external package versions must be explicitly stated in archives file templates or within tup.config. All archives files are treated as a template by convention and and @...@ string will be replaced by a corresponding CONFIG_... value defined in tup.config.

Please refer to the the Tup documentation for details on how the build-system works.

See http://github.com/ehmry/genode-ehmry as an example.