From e09cb4017a6c8dcb94d38c154f5bf77225e25445 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Mon, 9 Jun 2014 12:05:26 +0100 Subject: bitbake: toaster: initial bldcontrol application The build features of Toaster will be contained into a separate application, as to modularize the Toaster project and provide multiple options for deployment. This patch adds the application as a barebone Django application in the Toaster project. (Bitbake rev: 08556b79b7b2af08aaeedf8733b1b8996f387c4e) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/bldcontrol/views.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 bitbake/lib/toaster/bldcontrol/views.py (limited to 'bitbake/lib/toaster/bldcontrol/views.py') diff --git a/bitbake/lib/toaster/bldcontrol/views.py b/bitbake/lib/toaster/bldcontrol/views.py new file mode 100644 index 0000000000..60f00ef0ef --- /dev/null +++ b/bitbake/lib/toaster/bldcontrol/views.py @@ -0,0 +1 @@ +# Create your views here. -- cgit v1.2.3-54-g00ecf