Changeset 75701004 in mainline for tools/autotool.py


Ignore:
Timestamp:
2018-06-07T16:07:26Z (6 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
931afbc
Parents:
18ad56a8
Message:

use a TAR as the archive format for populating TMPFS root file system

Also remove the logic of populating a TMPFS file system from the TMPFS
file system driver. A more elegant separation of concerns is to populate
the file system from the client. This is now done by the init task (if
required) and should work universally for any file system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    r18ad56a8 r75701004  
    579579                check_app(["make", "--version"], "Make utility", "preferably GNU Make")
    580580                check_app(["unzip"], "unzip utility", "usually part of zip/unzip utilities")
     581                check_app(["tar", "--version"], "tar utility", "usually part of tar")
    581582
    582583                platform, cc_args, target = get_target(config)
Note: See TracChangeset for help on using the changeset viewer.