Lines Matching full:dts_root
8 # Finalize the value of DTS_ROOT, so we know where all our
14 # - DTS_ROOT: a deduplicated list of places where devicetree
25 # - APPLICATION_SOURCE_DIR: path to app (added to DTS_ROOT)
26 # - BOARD_DIR: directory containing the board definition (added to DTS_ROOT)
27 # - DTS_ROOT: initial contents may be populated here
28 # - ZEPHYR_BASE: path to zephyr repository (added to DTS_ROOT)
29 # - SHIELD_DIRS: paths to shield definitions (added to DTS_ROOT)
35 zephyr_file(APPLICATION_ROOT DTS_ROOT)
37 # DTS_ROOT always includes the application directory, the board
40 DTS_ROOT
47 # Convert the directories in DTS_ROOT to absolute paths without
54 foreach(dts_dir ${DTS_ROOT})
58 set(DTS_ROOT ${real_dts_root}) variable
60 # Finalize DTS_ROOT.
61 list(REMOVE_DUPLICATES DTS_ROOT)
73 foreach(dts_root ${DTS_ROOT})
81 get_filename_component(full_path ${dts_root}/${dts_root_path} REALPATH)
89 set(DTS_ROOT ${DTS_ROOT} PARENT_SCOPE) variable