summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/views.py
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-01-14 12:46:53 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-16 08:25:31 +0000
commitce784879f48086ba8d33d7589293afbaf94780a0 (patch)
treefa60501af2055628d6b546d43917bfc9869d1827 /bitbake/lib/toaster/toastergui/views.py
parent025533d90b694ed37278c8f5be85afbd05857971 (diff)
downloadpoky-ce784879f48086ba8d33d7589293afbaf94780a0.tar.gz
bitbake: toaster: layerdetails Remove compatibility setting
Remove the layer compatibility configuration option from the layer details as this is not in the design. (Bitbake rev: c46492f5599da8af16af05ecc2d7aa7a8660416b) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/views.py')
-rwxr-xr-xbitbake/lib/toaster/toastergui/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py
index 7a9d662b31..e414b66480 100755
--- a/bitbake/lib/toaster/toastergui/views.py
+++ b/bitbake/lib/toaster/toastergui/views.py
@@ -2524,7 +2524,6 @@ if toastermain.settings.MANAGED:
2524 context = { 2524 context = {
2525 'layerversion': layer_version, 2525 'layerversion': layer_version,
2526 'layer_in_project' : ProjectLayer.objects.filter(project_id=request.session['project_id'],layercommit=layerid).count(), 2526 'layer_in_project' : ProjectLayer.objects.filter(project_id=request.session['project_id'],layercommit=layerid).count(),
2527 'yocto_compat': Branch.objects.filter(layer_source=layer_version.layer_source),
2528 'machines': machines, 2527 'machines': machines,
2529 'targets': targets, 2528 'targets': targets,
2530 'total_targets': Recipe.objects.filter(layer_version=layer_version).count(), 2529 'total_targets': Recipe.objects.filter(layer_version=layer_version).count(),