Home
last modified time | relevance | path

Searched refs:BASE_DIR (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-build-scripts/scripts/
H A Dboot-qemu.sh5 # Can be run by specifying the BASE_DIR and QEMU_ARCH when the script is
11 # Variables BASE_DIR and QEMU_ARCH are both required but can be optionally
45 BASE_DIR=${2:-$HOME}
46 # If BASE_DIR doesn't exist exit, it is required to continue
47 echo "BASE_DIR = $BASE_DIR"
48 if [[ ! -d $BASE_DIR ]]; then
53 # Set the location of the qemu binary relative to BASE_DIR
60 cd "${BASE_DIR}"
/openbmc/u-boot/tools/buildman/
H A Dtest.py98 BASE_DIR = 'base' variable
414 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2,
424 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2,
431 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2,