-
Notifications
You must be signed in to change notification settings - Fork 1
CROSS_TARGET_SYS_DIR
Peter Saunderson edited this page Jul 26, 2016
·
2 revisions
Home / parallella-yoctobuild / meta-exotic / Design Guide / Glossary / CROSS_TARGET_SYS_DIR
CROSS_TARGET_SYS_DIR
is not a global variable, it is only used in cross compilation. CROSS_TARGET_SYS_DIR
defines where in the file system the cross compiler build products are located (see ArchitectureDependentPaths). The default for this is defined in cross.bbclass and updated in other layers:
- cross.bbclass: CROSS_TARGET_SYS_DIR = "${TARGET_SYS}"
- gcc-cross-initial.inc: CROSS_TARGET_SYS_DIR_append = ".${PN}"