summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/projectapp.js
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/projectapp.js')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/projectapp.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/projectapp.js b/bitbake/lib/toaster/toastergui/static/js/projectapp.js
index e9b07c7848..8e3499a94c 100644
--- a/bitbake/lib/toaster/toastergui/static/js/projectapp.js
+++ b/bitbake/lib/toaster/toastergui/static/js/projectapp.js
@@ -571,6 +571,12 @@ projectApp.controller('prjCtrl', function($scope, $modal, $http, $interval, $loc
571 "\">select targets</a> you want to build.", "alert-success"); 571 "\">select targets</a> you want to build.", "alert-success");
572 }); 572 });
573 573
574 _cmdExecuteWithParam("/layerimported", function (layer) {
575 $scope.displayAlert($scope.zone2alerts,
576 "You have imported <strong>" + layer +
577 "</strong> and added it to your project.", "alert-success");
578 });
579
574 _cmdExecuteWithParam("/targetbuild=", function (targets) { 580 _cmdExecuteWithParam("/targetbuild=", function (targets) {
575 var oldTargetName = $scope.targetName; 581 var oldTargetName = $scope.targetName;
576 $scope.targetName = targets.split(",").join(" "); 582 $scope.targetName = targets.split(",").join(" ");