mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
bitbake: toastergui: remove xhr_datatypeahead and xhr_XXXbuild
We remove the endpoints for XHR on the toastergui application. The endpoints are now replaced with calls to the respective REST endpoints (i.e. projectlayers, projecttargets, projectmachines). (Bitbake rev: 8e7a2c3b125a34fd9d6fa0442ab13290137ecc51) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
88dca45a70
commit
a8be6d4bb1
@@ -40,9 +40,7 @@ URLS = [
|
||||
'toastergui/project/1/importlayer',
|
||||
'toastergui/project/1/targets/',
|
||||
'toastergui/project/1/machines/',
|
||||
'toastergui/xhr_projectbuild/1/',
|
||||
'toastergui/xhr_configvaredit/1',
|
||||
'toastergui/xhr_datatypeahead/1',
|
||||
'toastergui/xhr_importlayer/',
|
||||
'toastergui/xhr_updatelayer/',
|
||||
'toastergui/project/1/buildrequest/1',
|
||||
|
||||
Reference in New Issue
Block a user