From dadc11a52f7048891f9be0118fa19c96c3061547 Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Fri, 5 Dec 2014 17:25:51 +0000 Subject: bitbake: toaster: Importlayer add notify exactly which layers changed This changes when the dependencies are added to the project so that we can know which ones were successfully added by waiting for the server to respond with a list. This is more reliable because we may have specified dependencies which are already in the project. To pass this information to the project page a temporary cookie is used with the values for the notification. (Bitbake rev: 23ca89dc3e0f0ea387649f1e9e8d7d50846048d6) Signed-off-by: Michael Wood Signed-off-by: Richard Purdie --- .../toastergui/templates/layers_dep_modal.html | 48 ++++++++++++++++------ 1 file changed, 35 insertions(+), 13 deletions(-) (limited to 'bitbake/lib/toaster/toastergui/templates') diff --git a/bitbake/lib/toaster/toastergui/templates/layers_dep_modal.html b/bitbake/lib/toaster/toastergui/templates/layers_dep_modal.html index 821bbda296..b03fd0b218 100644 --- a/bitbake/lib/toaster/toastergui/templates/layers_dep_modal.html +++ b/bitbake/lib/toaster/toastergui/templates/layers_dep_modal.html @@ -3,10 +3,10 @@
@@ -18,9 +18,20 @@ -- cgit v1.2.3-54-g00ecf