Commit Graph

191 Commits

Author SHA1 Message Date
Norman Feske de1c221bab News item for version 18.08 2018-08-30 12:17:51 +02:00
Norman Feske e869254eb7 Release notes for version 18.08 2018-08-30 12:17:51 +02:00
Norman Feske ba326a7ec8 News item for Sculpt TC 2018-06-13 15:29:52 +02:00
Norman Feske e8acc5eabc News item for version 18.05 2018-05-31 14:50:25 +02:00
Norman Feske e533fe44b0 Release notes for version 18.05 2018-05-31 14:02:21 +02:00
Norman Feske d5a361c180 News item about Sculpt EA 2018-03-08 12:05:05 +01:00
Christian Helmuth 1cb9eeee05 Update doc/components.txt 2018-02-28 13:00:28 +01:00
Norman Feske a9cee58264 News item for version 18.02 2018-02-28 12:59:55 +01:00
Norman Feske ddf2315dff Release notes for version 18.02 2018-02-28 12:59:55 +01:00
Christian Helmuth e552f570eb Adapt doc/depot.txt to current versions 2018-02-28 11:05:05 +01:00
Norman Feske 38aab18392 doc: update GPL to AGPLv3 in contributions.txt 2018-02-09 13:34:23 +01:00
Christian Helmuth a740b066a6 Correct date for FOSDEM 2018 news item 2018-02-09 13:34:17 +01:00
Norman Feske 562325a28b Road map for 2018 2018-02-09 13:34:14 +01:00
Norman Feske 6133977d8b News item for FOSDEM 2018 2018-01-17 12:14:44 +01:00
Norman Feske 2f7217b29f depot: add REBUILD argument to create, build tools
Fixes #2617
2017-12-21 15:01:50 +01:00
Norman Feske a52541de18 depot: move versions to subdirectory
This patch changes the depot layout such that each archive is
represented as a directory that contains the versions of the archive as
subdirectories.

Issue #2610
2017-12-21 15:01:45 +01:00
Josef Söntgen 3f91f7402d doc: adapt getting started to unified builds 2017-12-21 15:01:38 +01:00
Norman Feske 14a6be97cf News item for version 17.11 2017-11-30 15:03:34 +01:00
Norman Feske 799b07f21d Release notes for version 17.11 2017-11-30 15:03:33 +01:00
Alexander Boettcher 44adc3c404 tool: use grub2 instead of grub1 for iso boot
Fixes #2526
2017-11-30 11:23:01 +01:00
Norman Feske 628cfbdab7 News item for version 17.08 2017-08-30 12:41:43 +02:00
Norman Feske 4ae4e745e9 Release notes for version 17.08 2017-08-30 12:41:43 +02:00
Christian Helmuth 46a98abf36 Update doc/components.txt 2017-08-30 10:01:35 +02:00
Norman Feske 3e95a42fae depot: remove bin/<arch>/<api-version> subdir
Fixes #2459
2017-08-28 16:49:37 +02:00
Christian Helmuth 2a35d375fa Fix documentation for extracting the tool chain 2017-06-02 14:36:01 +02:00
Norman Feske 0d79611c03 doc: update commands in depot.txt 2017-05-31 16:29:01 +02:00
Norman Feske 859762404a News item for version 17.05 2017-05-31 15:45:04 +02:00
Norman Feske b7140da265 Release notes for version 17.05 2017-05-31 15:45:04 +02:00
Norman Feske bc2cf29cfe doc: depot documentation 2017-05-31 15:45:04 +02:00
Norman Feske d82bd3ca77 News item about Google Summer of Code 2017-03-15 12:24:41 +01:00
Norman Feske a1de3e468a News item for version 17.02 2017-02-28 14:15:06 +01:00
Norman Feske f63e0e1c87 Release notes for version 17.02 2017-02-28 14:01:24 +01:00
Norman Feske 8b4afe95c1 News item about the license update to AGPLv3 2017-02-28 12:59:24 +01:00
Norman Feske 5b2e909062 doc: update of challenges.txt 2017-02-23 14:54:42 +01:00
Norman Feske 582e4aec02 ports-foc: remove L4Linux
Fixes #2216
2017-01-31 12:01:12 +01:00
Norman Feske 3a6d5b9d1a News item for road map 2017 2017-01-20 16:47:00 +01:00
Norman Feske 6c87c5dbdc Road map for 2017 2017-01-20 16:47:00 +01:00
Norman Feske 7790c7cb67 News item for FOSDEM 2017 2017-01-13 13:07:15 +01:00
Josef Söntgen ecff6f7375 Minor corrections in the 16.11 release notes 2016-12-02 15:18:51 +01:00
Martin Stein 2f0d90e0e1 Minor correction of the release notes 2016-12-01 16:27:00 +01:00
Norman Feske c6d80f926e Release notes for version 16.11 2016-11-30 15:13:58 +01:00
Norman Feske 8f53fcc0c7 Use https in news items 2016-11-30 15:13:58 +01:00
Norman Feske 59e2f9c47a News item for Genode 16.11 2016-11-30 15:13:57 +01:00
Christian Helmuth 77da6ce1a0 doc: precisely differentiate framework and tool chain
Issue #2132
2016-11-30 13:38:07 +01:00
Norman Feske 7bed3967ae ports: GNU build-system support for non-noux pkgs
This patch makes the build-system integration of noux packages usable
for non-Noux targets. It moves the GNU build system wrapper to
ports/mk/gnu_build.mk, which is now included by noux.mk. This way,
non-noux applications can use the same build-system wrapper. So the
porting of individual applications becomes easier.

This change removes the 'NOUX_' prefix use the various build variables
used by the noux-pkg's target.mk files to steer the behaviour of the GNU
build system. E.g., NOUX_CONFIGURE_ARGS is now called CONFIGURE_ARGS.
Note that there is a single exception to this pattern: The formerly
named NOUX_LIBS is now called LDLIBS because the plain LIBS variable is
used by the Genode build system.

Fixes #2094
2016-10-21 12:39:29 +02:00
Norman Feske c54b5faa36 News item for Genode 16.08 2016-08-31 14:15:03 +02:00
Norman Feske 1135846dc4 Release notes for version 16.08 2016-08-31 14:15:03 +02:00
Norman Feske a0e1e2f36a Update doc/components.txt 2016-08-31 14:15:03 +02:00
Emery Hemingway 5dec689b6d remove server/tar_fs
Tar_fs is superseded by the vfs server.

Fixes #2024
2016-07-06 13:02:54 +02:00
Norman Feske 5518b5f5f2 News item for Genode 16.05 2016-05-27 11:36:56 +02:00