1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-08 03:21:35 +00:00
Files
meta-arm/meta-atp/recipes-devtools/gem5/gem5-aarch64-dtb.bbappend
T
Adrián Herrera Arcila e695d0ee25 atp: fix machine overrides in recipes
Ensure meta-atp recipes are only performed if a compatible machine is
selected.

Signed-off-by: Adrián Herrera Arcila <adrian.herrera@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
2022-11-21 10:45:34 -05:00

6 lines
208 B
Plaintext

do_compile:prepend:gem5-atp-arm64() {
# Export datadir paths for baremetal_atp.py script
export GEM5_DATADIR="${STAGING_DATADIR_NATIVE}/gem5"
export ATP_DATADIR="${STAGING_DATADIR_NATIVE}/gem5"
}