[Toaster] Query regarding toaster setup

Haridasan, Sujith Sujith_Haridasan at mentor.com
Fri Jun 19 04:08:36 PDT 2015



-----Original Message-----
From: toaster-bounces at yoctoproject.org [mailto:toaster-bounces at yoctoproject.org] On Behalf Of Michael Wood
Sent: 19 June 2015 16:00
To: toaster at yoctoproject.org
Subject: Re: [Toaster] Query regarding toaster setup

On 19/06/15 07:19, Haridasan, Sujith wrote:
> Hi Michael Wood,
>
> Ok as of now I wanted to see how toaster builds a recipe. So I added meta-qt5 layer to the build ( by selecting Yocto master in the intial page where we mention project name).
> Then I triggered the build for qtbase. And below is the log I am getting:
>
> snip
> Verifying the Build Environment. If the local Build Environment is not properly configured, you will be asked to configure it.
>
> Toaster can use a SINGLE predefined configuration file to set up default project settings and layer information sources.
>
>   Toaster will list now the configuration files that it found. Select the number to use the desired configuration file.
>    [1] - /home/sujith/MEL/mytest/poky/meta-yocto/conf/toasterconf.json
>    [2] - 
> /home/sujith/MEL/mytest/_poky_master.toaster_cloned/meta-yocto/conf/to
> asterconf.json
>
>    [0] - Exit without importing any file
>
>   Enter your option: 2
> Importing file: 
> /home/sujith/MEL/mytest/_poky_master.toaster_cloned/meta-yocto/conf/to
> asterconf.json Layer configuration imported. Updating information from 
> the layer sources, please wait.
>   You can re-update any time later by running 
> bitbake/lib/toaster/manage.py lsupdates

The script has accidentally picked up a toasterconf.json that was cloned by toaster it's self[1], so this may cause an issue, but I'm not seeing any build execution error, Alex (CC'd) who works on this area of toaster will be better placed to help.

[1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=7741
(Just submitted a patch for this one)

Even if delete the entire setup and start toaster, I am getting the same result:
sujith at kdekid:~/MEL/mytest/poky$ ./bitbake/bin/toaster
Syncing...
Creating tables ...
Creating table auth_permission
Creating table auth_group_permissions
Creating table auth_group
Creating table auth_user_groups
Creating table auth_user_user_permissions
Creating table auth_user
Creating table django_content_type
Creating table django_session
Creating table django_admin_log
Creating table south_migrationhistory

You just installed Django's auth system, which means you don't have any superusers defined.
Would you like to create one now? (yes/no): yes
Username (leave blank to use 'sujith'): 
Email address: 
Password: 
Password (again): 
Superuser created successfully.
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)

Synced:
 > django.contrib.auth
 > django.contrib.contenttypes
 > django.contrib.messages
 > django.contrib.sessions
 > django.contrib.admin
 > django.contrib.staticfiles
 > django.contrib.humanize
 > south

Not synced (use migrations):
 - orm
 - bldcontrol
(use ./manage.py migrate to migrate these)
Running migrations for orm:
 - Migrating forwards to 0021_auto__chg_field_build_project__chg_field_project_bitbake_version__chg_.
 > orm:0001_initial
 > orm:0002_auto__add_field_build_timespent
 > orm:0003_timespent
 - Migration 'orm:0003_timespent' is marked for no-dry-run.
 > orm:0004_auto__add_field_package_installed_name
 > orm:0005_auto__add_target_image_file__add_target_file__add_field_variablehistor
 > orm:0006_auto__add_field_target_image_size__add_field_target_license_manifest_p
 > orm:0007_auto__add_helptext
 > orm:0008_auto__chg_field_variablehistory_operation__chg_field_recipe_descriptio
 > orm:0009_auto__add_projectvariable__add_projectlayer__add_projecttarget__add_pr
 > orm:0010_auto__add_field_project_branch__add_field_project_short_description__a
 > orm:0011_auto__add_field_projectlayer_dirpath
 > orm:0012_auto__add_field_projectlayer_optional__add_field_projecttarget_task
 > orm:0013_auto__add_release__add_layerversiondependency__add_unique_layerversion
 > orm:0014_auto__chg_field_package_summary__chg_field_layer_summary__chg_field_re
 > orm:0015_auto__add_field_layer_vcs_web_url__add_field_layer_vcs_web_tree_base_u
 > orm:0016_auto__add_field_release_helptext__chg_field_release_branch__add_index_
 > orm:0017_auto__del_toastersettingdefaultlayer__add_releaselayersourcepriority__
 > orm:0018_auto__add_field_layer_version_project
 > orm:0019_auto__add_buildartifact
 > orm:0020_auto__add_field_layer_version_local_path__add_field_recipe_pathflags__
 > orm:0021_auto__chg_field_build_project__chg_field_project_bitbake_version__chg_
 - Loading initial data for orm.
Installed 0 object(s) from 0 fixture(s)
Running migrations for bldcontrol:
 - Migrating forwards to 0008_brarchive.
 > bldcontrol:0001_initial
 > bldcontrol:0002_auto__add_field_buildenvironment_sourcedir__add_field_buildenvironment
 > bldcontrol:0003_auto__add_field_brlayer_dirpath
 > bldcontrol:0004_loadinitialdata
 - Migration 'bldcontrol:0004_loadinitialdata' is marked for no-dry-run.
 > bldcontrol:0005_auto__add_brerror
 > bldcontrol:0006_auto__add_brbitbake
 > bldcontrol:0007_auto__add_field_buildrequest_environment__chg_field_buildrequest_build
 > bldcontrol:0008_brarchive
 - Migration 'bldcontrol:0008_brarchive' is marked for no-dry-run.
 - Loading initial data for bldcontrol.
Installed 0 object(s) from 0 fixture(s)
Toaster needs to know in which directory it can download build log files and other artifacts.
 Toaster suggests "/home/sujith/MEL/mytest/poky/toaster_build_artifacts/".
 Press Enter to select "/home/sujith/MEL/mytest/poky/toaster_build_artifacts/" or type the full path to a different directory: 
Verifying the Build Environment. If the local Build Environment is not properly configured, you will be asked to configure it.

 -- Validation: The checkout directory must be set.
Toaster needs to know in which directory it should check out the layers that will be needed for your builds.
 Toaster suggests "/home/sujith/MEL/mytest". If you select this directory, a layer like "meta-intel" will end up in "/home/sujith/MEL/mytest/meta-intel".
 Press Enter to select "/home/sujith/MEL/mytest" or type the full path to a different directory (must be a parent of current checkout directory): 
Verifying the Build Environment. If the local Build Environment is not properly configured, you will be asked to configure it.

 -- Validation: The build directory must be set.
Toaster needs to know where it your build directory is located.
 The build directory is where all the artifacts created by your builds will be stored. Toaster suggests "/home/sujith/MEL/mytest".
 Press Enter to select "/home/sujith/MEL/mytest" or type the full path to a different directory: /home/sujith/MEL/mytest/build
Build configuration saved
Verifying the Build Environment. If the local Build Environment is not properly configured, you will be asked to configure it.

Toaster can use a SINGLE predefined configuration file to set up default project settings and layer information sources.

 Toaster will list now the configuration files that it found. Select the number to use the desired configuration file.
  [1] - /home/sujith/MEL/mytest/poky/meta-yocto/conf/toasterconf.json

  [0] - Exit without importing any file

 Enter your option: 1
Importing file: /home/sujith/MEL/mytest/poky/meta-yocto/conf/toasterconf.json
Layer configuration imported. Updating information from the layer sources, please wait.
 You can re-update any time later by running bitbake/lib/toaster/manage.py lsupdates
Fetching branches
Fetching layer information
Fetching machine information
Fetching target information
Starting webserver...
Webserver address:  http://0.0.0.0:8000/
Starting browser...
Toaster is now running. You can stop it with Ctrl-C
2015-06-19 16:28:18,975 DEBUG runbuilds: starting build My Toaster Project (Release master (master), BBV master (Branch: master)) in progress, environment BuildEnvironment object
2015-06-19 16:28:18,978 DEBUG localhostbecontroller, our git repos are {(u'git://git.openembedded.org/meta-openembedded', u'master'): [(u'meta-ruby',
                                                                 u'meta-ruby')],
 (u'git://git.yoctoproject.org/poky.git', u'master'): [('bitbake',
                                                        u'bitbake'),
                                                       (u'openembedded-core',
                                                        u'meta'),
                                                       (u'meta-yocto',
                                                        u'meta-yocto'),
                                                       (u'meta-yocto-bsp',
                                                        u'meta-yocto-bsp')],
 (u'git://github.com/meta-qt5/meta-qt5.git', u'master'): [(u'meta-qt5', u'')]}
2015-06-19 16:28:18,996 DEBUG localhostbecontroller: giturl git://git.yoctoproject.org/poky.git:master checking out in current directory /home/sujith/MEL/mytest/_poky_master.toaster_cloned
2015-06-19 16:28:18,996 DEBUG localhostbecontroller git-copying /home/sujith/MEL/mytest/poky to /home/sujith/MEL/mytest/_poky_master.toaster_cloned
2015-06-19 16:28:19,347 DEBUG localhostbecontroller: checking out commit master to /home/sujith/MEL/mytest/_poky_master.toaster_cloned 
2015-06-19 16:28:21,393 DEBUG localhostbecontroller: selected poky dir name /home/sujith/MEL/mytest/_poky_master.toaster_cloned
2015-06-19 16:28:21,394 DEBUG localhostbecontroller: localdirpath expected '/home/sujith/MEL/mytest/_poky_master.toaster_cloned/bitbake'
2015-06-19 16:28:21,394 DEBUG localhostbecontroller: localdirpath expected '/home/sujith/MEL/mytest/_poky_master.toaster_cloned/meta'
2015-06-19 16:28:21,394 DEBUG localhostbecontroller: localdirpath expected '/home/sujith/MEL/mytest/_poky_master.toaster_cloned/meta-yocto'
2015-06-19 16:28:21,394 DEBUG localhostbecontroller: localdirpath expected '/home/sujith/MEL/mytest/_poky_master.toaster_cloned/meta-yocto-bsp'
2015-06-19 16:28:21,394 DEBUG localhostbecontroller: giturl git://git.openembedded.org/meta-openembedded:master checking out in current directory /home/sujith/MEL/mytest/_meta-openembedded_master.toaster_cloned
2015-06-19 16:28:21,394 DEBUG localhostbecontroller: cloning git://git.openembedded.org/meta-openembedded:master in /home/sujith/MEL/mytest/_meta-openembedded_master.toaster_cloned

sujith at kdekid:~/MEL/mytest$ tail -f /home/sujith/MEL/mytest/build/toaster_ui.log
    core-image-minimal
    core-image-sato
    meta-toolchain
    adt-installer
    meta-ide-support

You can also run generated qemu images with a command like 'runqemu qemux86'
Bitbake server started on demand as needed, use bitbake -m to shut it down
NOTE: ToasterUI waiting for events
ERROR: Command execution failed: 
^C
sujith at kdekid:~/MEL/mytest$


> Fetching branches
> Fetching layer information
> Fetching machine information
> Fetching target information
> Starting webserver...
> Webserver address:  http://0.0.0.0:8000/ Starting browser...
> Toaster is now running. You can stop it with Ctrl-C
> 2015-06-18 21:27:45,761 DEBUG runbuilds: starting build My Toaster 
> Project (Release master (master), BBV master (Branch: master)) in 
> progress, environment BuildEnvironment object
> 2015-06-18 21:27:45,765 DEBUG localhostbecontroller, our git repos are {(u'git://git.openembedded.org/meta-openembedded', u'master'): [(u'meta-ruby',
>                                                                   u'meta-ruby')],
>   (u'git://git.yoctoproject.org/poky.git', u'master'): [('bitbake',
>                                                          u'bitbake'),
>                                                         (u'openembedded-core',
>                                                          u'meta'),
>                                                         (u'meta-yocto',
>                                                          u'meta-yocto'),
>                                                         (u'meta-yocto-bsp',
>                                                          u'meta-yocto-bsp')],
>   (u'git://github.com/meta-qt5/meta-qt5.git', u'master'): 
> [(u'meta-qt5', u'')]}
> 2015-06-18 21:27:45,789 DEBUG localhostbecontroller: giturl 
> git://git.yoctoproject.org/poky.git:master checking out in current 
> directory /home/sujith/MEL/mytest/_poky_master.toaster_cloned
> 2015-06-18 21:27:45,793 DEBUG localhostbecontroller: checking out 
> commit master to /home/sujith/MEL/mytest/_poky_master.toaster_cloned
> 2015-06-18 21:27:47,020 DEBUG localhostbecontroller: selected poky dir 
> name /home/sujith/MEL/mytest/_poky_master.toaster_cloned
> 2015-06-18 21:27:47,021 DEBUG localhostbecontroller: localdirpath expected '/home/sujith/MEL/mytest/_poky_master.toaster_cloned/bitbake'
> 2015-06-18 21:27:47,021 DEBUG localhostbecontroller: localdirpath expected '/home/sujith/MEL/mytest/_poky_master.toaster_cloned/meta'
> 2015-06-18 21:27:47,021 DEBUG localhostbecontroller: localdirpath expected '/home/sujith/MEL/mytest/_poky_master.toaster_cloned/meta-yocto'
> 2015-06-18 21:27:47,021 DEBUG localhostbecontroller: localdirpath expected '/home/sujith/MEL/mytest/_poky_master.toaster_cloned/meta-yocto-bsp'
> 2015-06-18 21:27:47,021 DEBUG localhostbecontroller: giturl 
> git://git.openembedded.org/meta-openembedded:master checking out in 
> current directory 
> /home/sujith/MEL/mytest/_meta-openembedded_master.toaster_cloned
> 2015-06-18 21:27:47,024 DEBUG localhostbecontroller: checking out 
> commit master to 
> /home/sujith/MEL/mytest/_meta-openembedded_master.toaster_cloned
> 2015-06-18 21:27:48,441 DEBUG localhostbecontroller: localdirpath expected '/home/sujith/MEL/mytest/_meta-openembedded_master.toaster_cloned/meta-ruby'
> 2015-06-18 21:27:48,441 DEBUG localhostbecontroller: giturl 
> git://github.com/meta-qt5/meta-qt5.git:master checking out in current 
> directory /home/sujith/MEL/mytest/_meta-qt5_master.toaster_cloned
> 2015-06-18 21:27:48,444 DEBUG localhostbecontroller: checking out 
> commit master to 
> /home/sujith/MEL/mytest/_meta-qt5_master.toaster_cloned
> 2015-06-18 21:27:50,252 DEBUG localhostbecontroller: localdirpath expected '/home/sujith/MEL/mytest/_meta-qt5_master.toaster_cloned/'
> 2015-06-18 21:27:50,253 DEBUG localhostbecontroller: current layer list [u'/home/sujith/MEL/mytest/_poky_master.toaster_cloned/meta',
>   u'/home/sujith/MEL/mytest/_poky_master.toaster_cloned/meta-yocto',
>   u'/home/sujith/MEL/mytest/_poky_master.toaster_cloned/meta-yocto-bsp',
>   u'/home/sujith/MEL/mytest/_meta-openembedded_master.toaster_cloned/meta-ruby',
>   u'/home/sujith/MEL/mytest/_meta-qt5_master.toaster_cloned']
> 2015-06-18 21:27:50,335 DEBUG localhostbecontroller: running the 
> listener at /home/sujith/MEL/mytest/poky/bitbake/bin/bitbake
> 2015-06-18 21:27:50,335 DEBUG localhostbecontroller: starting builder 
> bash -c "source /home/sujith/MEL/mytest/_poky_master.toaster_cloned/oe-init-build-env /home/sujith/MEL/mytest/build 2>&1 >toaster_server.log && bitbake --read /home/sujith/MEL/mytest/build/conf/toaster-pre.conf --postread /home/sujith/MEL/mytest/build/conf/toaster.conf --server-only -t xmlrpc -B 0.0.0.0:0 2>&1 >>toaster_server.log "
>
> 2015-06-18 21:27:50,829 DEBUG localhostbecontroller: Found bitbake 
> server port 46170
>
> 2015-06-18 21:27:50,831 DEBUG localhostbecontroller: Waiting bitbake 
> server to start
> 2015-06-18 21:27:51,332 DEBUG localhostbecontroller: Waiting bitbake 
> server to start
> 2015-06-18 21:27:51,834 DEBUG localhostbecontroller: Waiting bitbake 
> server to start
> 2015-06-18 21:27:52,335 DEBUG localhostbecontroller: Waiting bitbake 
> server to start
> 2015-06-18 21:27:52,836 DEBUG localhostbecontroller: Started bitbake 
> server
> 2015-06-18 21:27:52,864 DEBUG runbuilds: Build launched, exiting. 
> Follow build logs at /home/sujith/MEL/mytest/build/toaster_ui.log
>
> The toaster_ui.log is as follows:
> sujith at kdekid:~/MEL/mytest$ tail -f /home/sujith/MEL/mytest/build/toaster_ui.log
>      core-image-minimal
>      core-image-sato
>      meta-toolchain
>      adt-installer
>      meta-ide-support
>
> You can also run generated qemu images with a command like 'runqemu qemux86'
> Bitbake server started on demand as needed, use bitbake -m to shut it 
> down
> NOTE: ToasterUI waiting for events
> ERROR: Command execution failed:
>
> When I grep for bitbake this is the following output:
> sujith at kdekid:~/MEL/mytest$ ps -ef | grep bitbake
> sujith    4820  1481  0 Jun18 ?        00:01:28 python /home/sujith/MEL/mytest/_poky_master.toaster_cloned/bitbake/bin/bitbake --read /home/sujith/MEL/mytest/build/conf/toaster-pre.conf --postread /home/sujith/MEL/mytest/build/conf/toaster.conf --server-only -t xmlrpc -B 0.0.0.0:0
> sujith   11030  2866  0 11:49 pts/8    00:00:00 grep --color=auto bitbake
> sujith   22830  2097  0 Jun18 pts/7    00:00:28 /bin/sh ./bitbake/bin/toaster
> sujith   22892 22830  0 Jun18 pts/7    00:00:00 python ./bitbake/bin/../lib/toaster/manage.py runserver 0.0.0.0:8000
> sujith   22900 22892  2 Jun18 pts/7    00:24:00 /usr/bin/python ./bitbake/bin/../lib/toaster/manage.py runserver 0.0.0.0:8000
> sujith   23788  1481  0 Jun18 ?        00:01:22 python /home/sujith/MEL/mytest/_poky_master.toaster_cloned/bitbake/bin/bitbake --read /home/sujith/MEL/mytest/build/conf/toaster-pre.conf --postread /home/sujith/MEL/mytest/build/conf/toaster.conf --server-only -t xmlrpc -B 0.0.0.0:0
> sujith   23789  1481  0 Jun18 pts/7    00:00:00 /bin/sh -c bash -c "source /home/sujith/MEL/mytest/_poky_master.toaster_cloned/oe-init-build-env-memres -1 /home/sujith/MEL/mytest/build && DATABASE_URL=sqlite3:///home/sujith/MEL/mytest/poky/toaster.sqlite /home/sujith/MEL/mytest/poky/bitbake/bin/bitbake --observe-only -u toasterui --remote-server=0.0.0.0:-1 -t xmlrpc"
> sujith   23790 23789  0 Jun18 pts/7    00:00:00 bash -c source /home/sujith/MEL/mytest/_poky_master.toaster_cloned/oe-init-build-env-memres -1 /home/sujith/MEL/mytest/build && DATABASE_URL=sqlite3:///home/sujith/MEL/mytest/poky/toaster.sqlite /home/sujith/MEL/mytest/poky/bitbake/bin/bitbake --observe-only -u toasterui --remote-server=0.0.0.0:-1 -t xmlrpc
> sujith   23832 23790  0 Jun18 pts/7    00:04:43 python /home/sujith/MEL/mytest/poky/bitbake/bin/bitbake --observe-only -u toasterui --remote-server=0.0.0.0:-1 -t xmlrpc
> sujith at kdekid:~/MEL/mytest$
>
>
> Any hint what could have been going wrong?
>
> Thanks,
> Sujith H
>
>
> -----Original Message-----
> From: toaster-bounces at yoctoproject.org 
> [mailto:toaster-bounces at yoctoproject.org] On Behalf Of Michael Wood
> Sent: 16 June 2015 15:56
> To: toaster at yoctoproject.org
> Subject: Re: [Toaster] Query regarding toaster setup
>
> On 16/06/15 10:50, Haridasan, Sujith wrote:
>> Forgot to attach toasterconf.json file in previous mail. Hence 
>> attaching in the mail.
>>
>> *From:*toaster-bounces at yoctoproject.org
>> [mailto:toaster-bounces at yoctoproject.org] *On Behalf Of *Haridasan, 
>> Sujith
>> *Sent:* 16 June 2015 15:16
>> *To:* toaster at yoctoproject.org
>> *Subject:* [Toaster] Query regarding toaster setup
>>
>> Hi,
>>
> Hi
>> I am new to toaster. I am trying to configure toaster with the layers 
>> already cloned. I created dir
>>
>> mkdir -p $HOME/MEL/mytest
>>
>> cd $HOME/MEL/mytest
>>
>> git clone git://git.yoctoproject.org/poky.git
>>
>> git clone git://github.com/meta-qt5/meta-qt5.git
>>
>> git clone git://github.com/openembedded/meta-oe.git
>>
> I would recommend keeping the toasterconf.json un-modified and using 
> the Import Layer feature in toaster for custom/customised layers. 
> (Under project configuration on the project page select "Import 
> layer")
>
> Toaster will checkout/clone layers for you before building with the provided layer git details. If you're using modified versions of existing layers, maybe import them as local-meta-ruby so as not to confuse them with the upstream versions.
>
> The toasterconf is really just used to bootstrap toaster, to provide some project defaults and current release information to toaster.
>
>
>> I have modified 
>> $HOME/MEL/mytest/poky/meta-yocto/conf/toasterconf.json
>> file with minor assumptions. I have attached toasterconf.json file 
>> along with the mail.
>>
>> I tried executing toaster as follows:
>>
>> sujith at kdekid:~/MEL/mytest/poky$ ./bitbake/bin/toaster
>>
>> Syncing...
>>
>> Creating tables ...
>>
>> Creating table auth_permission
>>
>> Creating table auth_group_permissions
>>
>> Creating table auth_group
>>
>> Creating table auth_user_groups
>>
>> Creating table auth_user_user_permissions
>>
>> Creating table auth_user
>>
>> Creating table django_content_type
>>
>> Creating table django_session
>>
>> Creating table django_admin_log
>>
>> Creating table south_migrationhistory
>>
>> You just installed Django's auth system, which means you don't have 
>> any superusers defined.
>>
>> Would you like to create one now? (yes/no): yes
>>
>> Username (leave blank to use 'sujith'):
>>
>> Email address:
>>
>> Password:
>>
>> Password (again):
>>
>> Superuser created successfully.
>>
>> Installing custom SQL ...
>>
>> Installing indexes ...
>>
>> Installed 0 object(s) from 0 fixture(s)
>>
>> Synced:
>>
>>> django.contrib.auth
>>> django.contrib.contenttypes
>>> django.contrib.messages
>>> django.contrib.sessions
>>> django.contrib.admin
>>> django.contrib.staticfiles
>>> django.contrib.humanize
>>> south
>> Not synced (use migrations):
>>
>> - orm
>>
>> - bldcontrol
>>
>> (use ./manage.py migrate to migrate these)
>>
>> Running migrations for orm:
>>
>> - Migrating forwards to
>> 0021_auto__chg_field_build_project__chg_field_project_bitbake_version__chg_.
>>
>>> orm:0001_initial
>>> orm:0002_auto__add_field_build_timespent
>>> orm:0003_timespent
>> - Migration 'orm:0003_timespent' is marked for no-dry-run.
>>
>>> orm:0004_auto__add_field_package_installed_name
>>> orm:0005_auto__add_target_image_file__add_target_file__add_field_var
>>> iablehistor 
>>> orm:0006_auto__add_field_target_image_size__add_field_target_license
>>> _manifest_p
>>> orm:0007_auto__add_helptext
>>> orm:0008_auto__chg_field_variablehistory_operation__chg_field_recipe
>>> _descriptio 
>>> orm:0009_auto__add_projectvariable__add_projectlayer__add_projecttar
>>> get__add_pr 
>>> orm:0010_auto__add_field_project_branch__add_field_project_short_des
>>> cription__a orm:0011_auto__add_field_projectlayer_dirpath
>>> orm:0012_auto__add_field_projectlayer_optional__add_field_projecttar
>>> get_task 
>>> orm:0013_auto__add_release__add_layerversiondependency__add_unique_l
>>> ayerversion 
>>> orm:0014_auto__chg_field_package_summary__chg_field_layer_summary__c
>>> hg_field_re 
>>> orm:0015_auto__add_field_layer_vcs_web_url__add_field_layer_vcs_web_
>>> tree_base_u 
>>> orm:0016_auto__add_field_release_helptext__chg_field_release_branch_
>>> _add_index_ 
>>> orm:0017_auto__del_toastersettingdefaultlayer__add_releaselayersourc
>>> epriority__ orm:0018_auto__add_field_layer_version_project
>>> orm:0019_auto__add_buildartifact
>>> orm:0020_auto__add_field_layer_version_local_path__add_field_recipe_
>>> pathflags__ 
>>> orm:0021_auto__chg_field_build_project__chg_field_project_bitbake_ve
>>> rsion__chg_
>> - Loading initial data for orm.
>>
>> Installed 0 object(s) from 0 fixture(s)
>>
>> Running migrations for bldcontrol:
>>
>> - Migrating forwards to 0008_brarchive.
>>
>>> bldcontrol:0001_initial
>>> bldcontrol:0002_auto__add_field_buildenvironment_sourcedir__add_fiel
>>> d_buildenvironment bldcontrol:0003_auto__add_field_brlayer_dirpath
>>> bldcontrol:0004_loadinitialdata
>> - Migration 'bldcontrol:0004_loadinitialdata' is marked for no-dry-run.
>>
>>> bldcontrol:0005_auto__add_brerror
>>> bldcontrol:0006_auto__add_brbitbake
>>> bldcontrol:0007_auto__add_field_buildrequest_environment__chg_field_
>>> buildrequest_build
>>> bldcontrol:0008_brarchive
>> - Migration 'bldcontrol:0008_brarchive' is marked for no-dry-run.
>>
>> - Loading initial data for bldcontrol.
>>
>> Installed 0 object(s) from 0 fixture(s)
>>
>> Toaster needs to know in which directory it can download build log 
>> files and other artifacts.
>>
>> Toaster suggests "/home/sujith/MEL/mytest/poky/toaster_build_artifacts/".
>>
>> Press Enter to select
>> "/home/sujith/MEL/mytest/poky/toaster_build_artifacts/" or type the 
>> full path to a different directory:
>>
>> Verifying the Build Environment. If the local Build Environment is 
>> not properly configured, you will be asked to configure it.
>>
>> -- Validation: The checkout directory must be set.
>>
>> Toaster needs to know in which directory it should check out the 
>> layers that will be needed for your builds.
>>
>> Toaster suggests "/home/sujith/MEL/mytest". If you select this 
>> directory, a layer like "meta-intel" will end up in 
>> "/home/sujith/MEL/mytest/meta-intel".
>>
>> Press Enter to select "/home/sujith/MEL/mytest" or type the full path 
>> to a different directory (must be a parent of current checkout
>> directory):
>>
>> Verifying the Build Environment. If the local Build Environment is 
>> not properly configured, you will be asked to configure it.
>>
>> -- Validation: The build directory must be set.
>>
>> Toaster needs to know where is your build directory.
>>
>> The build directory is where all the artifacts created by your builds 
>> will be stored. Type the full path to the directory (for example: "
>> /home/sujith/build")/home/sujith/MEL/mytest/build
>>
>> Build configuration saved
>>
>> Verifying the Build Environment. If the local Build Environment is 
>> not properly configured, you will be asked to configure it.
>>
>> Toaster can use a SINGLE predefined configuration file to set up 
>> default project settings and layer information sources.
>>
>> Toaster will list now the configuration files that it found. Select 
>> the number to use the desired configuration file.
>>
>>    [1] - 
>> /home/sujith/MEL/mytest/poky/meta-yocto/conf/toasterconf.json
>>
>>    [0] - Exit without importing any file
>>
>> Enter your option: 1
>>
>> Importing file:
>> /home/sujith/MEL/mytest/poky/meta-yocto/conf/toasterconf.json
>>
>> Layer configuration imported. Updating information from the layer 
>> sources, please wait.
>>
>> You can re-update any time later by running 
>> bitbake/lib/toaster/manage.py lsupdates
>>
>> Fetching branches
>>
>> Fetching layer information
>>
>> Fetching machine information
>>
>> Fetching target information
>>
>> Starting webserver...
>>
>> Webserver address: http://0.0.0.0:8000/ <http://0.0.0.0:8000/>
>>
>> Starting browser...
>>
>> Toaster is now running. You can stop it with Ctrl-C
>>
>> May I know how can I get meta-qt5 and meta-ruby layer accessible 
>> using toasterconf.json file? Any pointers would be helpful for me to 
>> proceed ahead.
>>
>> Thanks,
>>
>> Sujith H
>>
>>
>>

--
_______________________________________________
toaster mailing list
toaster at yoctoproject.org
https://lists.yoctoproject.org/listinfo/toaster


More information about the toaster mailing list