You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
533 B

  1. #!/bin/bash
  2. # SPDX-License-Identifier: GPL-3.0+
  3. # Copyright (C) 2018, Tom Hiller <thrilleratplay@gmail.com>
  4. ################################################################################
  5. ## VARIABLES
  6. ################################################################################
  7. export COREBOOT_SDK_VERSION="1.50"
  8. export DOCKER_ROOT_DIR="/home/coreboot"
  9. export DOCKER_SCRIPT_DIR="$DOCKER_ROOT_DIR/scripts"
  10. export DOCKER_COMMON_SCRIPT_DIR="$DOCKER_ROOT_DIR/common_scripts"
  11. export DOCKER_COREBOOT_DIR="$DOCKER_ROOT_DIR/cb_build"