• Alexander Graf's avatar
    Travis: Expose build dir as variable · faec290f
    Alexander Graf authored
    
    
    Some travis QEMU tests can transfer files between the build directory
    and the guest U-Boot instance. For that to work, both need to have access
    to the same directory.
    
    This patch puts the current build path into an environment variable, so
    that the environment generating python scripts can extract it from there
    and read the respective files.
    
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
    Reviewed-by: default avatarTom Rini <trini@konsulko.com>
    faec290f