mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
bitbake: toaster: Add import layer feature.
This feature allows users to import layers from git into their current project and associate it with the release of the current project and the dependencies for the newly imported layer with existing layers. It will also resolve the child dependencies of the dependencies added. [YOCTO #6595] (Bitbake rev: 017f5c746e894f9d87d927c848386459ea332378) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
13141af708
commit
1605cd37db
@@ -571,6 +571,12 @@ projectApp.controller('prjCtrl', function($scope, $modal, $http, $interval, $loc
|
||||
"\">select targets</a> you want to build.", "alert-success");
|
||||
});
|
||||
|
||||
_cmdExecuteWithParam("/layerimported", function (layer) {
|
||||
$scope.displayAlert($scope.zone2alerts,
|
||||
"You have imported <strong>" + layer +
|
||||
"</strong> and added it to your project.", "alert-success");
|
||||
});
|
||||
|
||||
_cmdExecuteWithParam("/targetbuild=", function (targets) {
|
||||
var oldTargetName = $scope.targetName;
|
||||
$scope.targetName = targets.split(",").join(" ");
|
||||
|
||||
Reference in New Issue
Block a user