summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastermain
diff options
context:
space:
mode:
authorDavid Reyna <David.Reyna@windriver.com>2018-08-26 15:33:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-28 10:32:08 +0100
commit4c41fc3f6eca667a6b09ff1b7701cec9b8b37e3f (patch)
treea9a15e440a8898f4cd290f07338a2522affa3775 /bitbake/lib/toaster/toastermain
parent1035d9decb8e9cfed44e70795d54c1aa6241c070 (diff)
downloadpoky-4c41fc3f6eca667a6b09ff1b7701cec9b8b37e3f.tar.gz
bitbake: toaster: enable project import and merged Toaster settings
Enable the ability to select an existing build directory into Toaster. This opens to the user the backend features of 12823, for command line user compatibility. Enable the ability to select saving Toaster settings in the regular "bblayers.conf" and "local.conf" instead of the default "toaster_bblayers.conf" and "toaster.conf". This opens to the user the backend features of 12821, for command line user compatibility. [YOCTO #12902] (Bitbake rev: 8ce51fbd92ab42365a38e0c1c260bb4979377a89) Signed-off-by: David Reyna <David.Reyna@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastermain')
-rw-r--r--bitbake/lib/toaster/toastermain/management/commands/buildimport.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/bitbake/lib/toaster/toastermain/management/commands/buildimport.py b/bitbake/lib/toaster/toastermain/management/commands/buildimport.py
index 791d528231..9e1cd6d479 100644
--- a/bitbake/lib/toaster/toastermain/management/commands/buildimport.py
+++ b/bitbake/lib/toaster/toastermain/management/commands/buildimport.py
@@ -484,11 +484,8 @@ class Command(BaseCommand):
484 def handle(self, *args, **options): 484 def handle(self, *args, **options):
485 project_name = options['name'] 485 project_name = options['name']
486 project_path = options['path'] 486 project_path = options['path']
487 project_callback = options['callback'] 487 project_callback = options['callback'] if options['callback'] else ''
488 if options['release']: 488 release_name = options['release'] if options['release'] else ''
489 release_name = options['release']
490 else:
491 release_name = ''
492 489
493 # 490 #
494 # Delete project 491 # Delete project