L4Re/departure

README.txt

228:cba174322825
2021-12-28 Paul Boddie Moved function definition.
     1 This is a collection of L4Re packages for providing and using filesystems and
     2 related components.
     3 
     4 This directory (dstest) should be installed within the pkg directory in the
     5 L4Re distribution.
     6 
     7 To make the test programs available to L4Re, add the following line to the
     8 L4Re conf/Makeconf.boot file:
     9 
    10 MODULE_SEARCH_PATH += $(L4DIR_ABS)/pkg/dstest/conf
    11 
    12 It may also be necessary to add the following line as well:
    13 
    14 BOOTSTRAP_SEARCH_PATH += $(L4DIR_ABS)/pkg/dstest/conf
    15 
    16 This removes any need to copy program configuration files and associated
    17 resources to the L4Re distribution itself.
    18 
    19 The program module lists in the conf subdirectory can either be appended to
    20 the L4Re conf/modules.list file, or a specific .list file can be copied to the
    21 conf/modules.list location (potentially after taking a backup copy).