]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: toaster: Move project context variables to common scope
authorMichael Wood <michael.g.wood@intel.com>
Fri, 10 Apr 2015 17:15:03 +0000 (18:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 May 2015 16:42:05 +0000 (17:42 +0100)
commited26a06a07a75c8039f2a9b251b350331c7474aa
treeebb2d88d75b51a856322c0a26ab89570a9954276
parent4b59ba1bbb61fe60f500ad742a6515227b22397d
bitbake: toaster: Move project context variables to common scope

We have a bunch of context data which are used in multiple pages so it
makes more sense to have this in a single place libtoaster.ctx that's
accessible from each page rather than request it from every page.

(Bitbake rev: 4ef2774a2f683929c700550a9acc7b8f6074195b)

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/toaster/toastergui/static/js/base.js
bitbake/lib/toaster/toastergui/static/js/importlayer.js
bitbake/lib/toaster/toastergui/static/js/layerdetails.js
bitbake/lib/toaster/toastergui/static/js/libtoaster.js
bitbake/lib/toaster/toastergui/static/js/machines.js
bitbake/lib/toaster/toastergui/templates/base.html
bitbake/lib/toaster/toastergui/templates/importlayer.html
bitbake/lib/toaster/toastergui/templates/layerdetails.html
bitbake/lib/toaster/toastergui/templates/layers_dep_modal.html
bitbake/lib/toaster/toastergui/templates/machines.html