diff options
author | Michael Wood <michael.g.wood@intel.com> | 2015-12-07 18:43:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-10 13:29:18 +0000 |
commit | 8b1d0438bc1dd6aeea37fb039897f8c3e023f5ce (patch) | |
tree | 76838708ffac0d0b066aea907337f0eb6c686aab /bitbake/lib/toaster/toastergui/templates | |
parent | 32048fa71f596c31cfc3b9c75ed0af098e711ff4 (diff) | |
download | poky-8b1d0438bc1dd6aeea37fb039897f8c3e023f5ce.tar.gz |
bitbake: toaster: libtoaster Add createCustomRecipe method
This adds the function to call the ReSt API to create a custom image
recipe.
(Bitbake rev: 03e7949f538733f682a05d0c318cf2f4cd64cbf5)
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: brian avery <avery.brian@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index e56bb34e38..6994bcc9ad 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html | |||
@@ -45,6 +45,7 @@ | |||
45 | machinesTypeAheadUrl: {% url 'xhr_machinestypeahead' project.id as paturl%}{{paturl|json}}, | 45 | machinesTypeAheadUrl: {% url 'xhr_machinestypeahead' project.id as paturl%}{{paturl|json}}, |
46 | 46 | ||
47 | projectBuildsUrl: {% url 'projectbuilds' project.id as pburl %}{{pburl|json}}, | 47 | projectBuildsUrl: {% url 'projectbuilds' project.id as pburl %}{{pburl|json}}, |
48 | xhrCustomRecipeUrl : "{% url 'xhr_customrecipe' %}", | ||
48 | projectId : {{project.id}}, | 49 | projectId : {{project.id}}, |
49 | {% else %} | 50 | {% else %} |
50 | projectId : undefined, | 51 | projectId : undefined, |