Lines Matching full:variable
54 def append_value(variable, value): argument
55 if variable in ('EXTRA_DTC_OVERLAY_FILE', 'EXTRA_CONF_FILE'):
58 _err(f'snippet file {pathobj}: {variable}: file not found: {path}')
60 if variable in ('DTS_EXTRA_CPPFLAGS'):
62 _err(f'unknown append variable: {variable}')
64 for variable, value in snippet_data.get('append', {}).items():
65 self.appends[variable].append(append_value(variable, value))
70 for variable, value in settings.get('append', {}).items():
71 self.board2appends[board][variable].append(
72 append_value(variable, value))
139 # Create variable scope for snippets build variables
152 # Common variable appends.''')