Skip to content

Commit

Permalink
yaml: move common_data inside the build directory
Browse files Browse the repository at this point in the history
All common data should be kept inside the build folder.

Signed-off-by: Ruslan Shymkevych <[email protected]>
  • Loading branch information
rshym committed Nov 1, 2024
1 parent a73c5c5 commit 94dd046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prod-devel-rcar4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ common_data:

# Common configuration options for all yocto-based domains
conf: &COMMON_CONF
- [SSTATE_DIR, "${TOPDIR}/../../../common_data/sstate"]
- [DL_DIR, "${TOPDIR}/../../../common_data/downloads"]
- [SSTATE_DIR, "${TOPDIR}/../common_data/sstate"]
- [DL_DIR, "${TOPDIR}/../common_data/downloads"]

# Skip warning about missing "virtualization" distro feature
- [SKIP_META_VIRT_SANITY_CHECK, "1"]
Expand Down

0 comments on commit 94dd046

Please sign in to comment.