Home
last modified time | relevance | path

Searched refs:get_layers (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dmetadata.py42 info_dict['layers'] = get_layers(data_dict['BBLAYERS'])
92 def get_layers(layers): function
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dtestsdk.py14 from oeqa.utils.metadata import get_layers
22 'LAYERS': get_layers(d.getVar("BBLAYERS"))}
/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/
H A Dmanualexecution.py55 from oeqa.utils.metadata import get_layers
59 layers = get_layers(get_bb_var('BBLAYERS'))
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtestimage.bbclass155 from oeqa.utils.metadata import get_layers
163 'LAYERS': get_layers(d.getVar("BBLAYERS"))}