mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-08 03:21:35 +00:00
e695d0ee25
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>
6 lines
208 B
Plaintext
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"
|
|
}
|