Hi Veera, Since you are using an explicit “source bitbake/bin/toaster” from the “poky” directory, I am concerned that your environment is not set up.
Here is how I do local build captures: $ cd poky $ . ./oe-init-build-env $ . toaster start $ bitbake core-image-base Open a browser to “localhost:8000” to watch the build and examine the results, and perhaps run additional bitbake build commands. When you are all done and want to stop the server: $ . toaster stop Observe that you need to be in a proper bitbake build environment, and use the toaster “start” and “stop” commands. - David From: [email protected] [mailto:[email protected]] On Behalf Of Brahmmi Boss Sent: Wednesday, January 24, 2018 9:37 PM To: [email protected] Subject: [Toaster] Query regarding toaster setup in local build mode Hi, I am trying to setup toaster in in build mode locally on ubuntu pc.but i got the following errors, please help to resolve the errors. veera@veera-OptiPlex-9020:~/toaster/poky$ source bitbake/bin/toaster The system will start. Syncing... Creating tables ... Installing custom SQL ... Installing indexes ... Installed 0 object(s) from 0 fixture(s) Synced: > django.contrib.staticfiles > django.contrib.humanize > south Not synced (use migrations): - orm (use ./manage.py migrate to migrate these) Running migrations for orm: - Nothing to migrate. - Loading initial data for orm. Installed 0 object(s) from 0 fixture(s) [1]+ Exit 1 python $BBBASEDIR/lib/toaster/manage.py runserver 0.0.0.0:8000<http://0.0.0.0:8000> < /dev/null > ${BUILDDIR}/toaster_web.log 2>&1 Failed start. veera@veera-OptiPlex-9020:~/toaster/poky$ Thanks and Regards veera
-- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
