1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

bitbake: toaster: Remove old bldviewer application

The SimpleUI is obsolete and not maintained. It should be deleted as
there is no use to it.

[YOCTO #7709]

(Bitbake rev: 10b7c359613629bf6e3465234512990ba4742c48)

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Wood
2015-05-12 15:29:45 +01:00
committed by Richard Purdie
parent c5a16235b8
commit ec8bd70b27
22 changed files with 0 additions and 7962 deletions
-2
View File
@@ -32,8 +32,6 @@ from django.contrib import admin
admin.autodiscover()
urlpatterns = patterns('',
# the api-s are not auto-discoverable
url(r'^api/1.0/', include('bldviewer.api')),
# Examples:
# url(r'^toaster/', include('toaster.foo.urls')),