generated from timoschneider/yocto-template
Initial commit
This commit is contained in:
12
scripts/setup-paths.sh
Normal file
12
scripts/setup-paths.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# ---- Configuration -------------------------------------------------
|
||||
YOCTO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
BUILD_DIR="${1:-build}"
|
||||
|
||||
CACHE_BASE="${YOCTO_ROOT}/.cache/yocto"
|
||||
DL_DIR="${CACHE_BASE}/downloads"
|
||||
SSTATE_DIR="${CACHE_BASE}/sstate"
|
||||
|
||||
POKY_DIR="${YOCTO_ROOT}/poky"
|
||||
# -------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user