Searched refs:emit_var (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | data.py | 118 def emit_var(var, o=sys.__stdout__, d = init(), all=False): function 194 emit_var(key, o, d, all and not isfunc) and o.write('\n') 218 emit_var(key, o, d, False) 221 emit_var(func, o, d, False) and o.write('\n') 231 emit_var(dep, o, d, False) and o.write('\n')
|
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | bitbake-getvar | 50 bb.data.emit_var(args.variable, d=d, all=True)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/ |
| H A D | ChangeLog | 26 - data.emit_var() - only call getVar if we need the variable
|