Home
last modified time | relevance | path

Searched refs:PROJECT_SPECIFIC_CALLBACK (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuildimport.py557 project.set_variable(Project.PROJECT_SPECIFIC_CALLBACK,project_callback)
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py1561 callback = project.get_variable(Project.PROJECT_SPECIFIC_CALLBACK)
1584 project.set_variable(Project.PROJECT_SPECIFIC_CALLBACK,'')
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py364 PROJECT_SPECIFIC_CALLBACK = 'INTERNAL_PROJECT_SPECIFIC_CALLBACK' variable in Project