|
Tasks starting... never finishes 2 messages
Hello, I am using the crops/toaster-container from https://github.com/crops/toaster-container I followed the README for running the container. There is nothing particular about my setup. In the "All B
Hello, I am using the crops/toaster-container from https://github.com/crops/toaster-container I followed the README for running the container. There is nothing particular about my setup. In the "All B
|
By Emile
·
|
|
Checked out Warrior but toaster shows Sumo
Hi, I am relatively new to Yocto/OE and even newer to toaster. I previously set up my project using the command line and I checked out the warrior branches. I imported my project in toaster using the
Hi, I am relatively new to Yocto/OE and even newer to toaster. I previously set up my project using the command line and I checked out the warrior branches. I imported my project in toaster using the
|
By Emile
·
|
|
Multiconfig support for Toaster? 3 messages
Hi all, I have a project using a multiconfig setup. When I'm building an image using one of the defined multiconfigs, and check the content of the toaster created database, then it seems parsing of th
Hi all, I have a project using a multiconfig setup. When I'm building an image using one of the defined multiconfigs, and check the content of the toaster created database, then it seems parsing of th
|
By Merx, Thomas
·
|
|
Database erros due to UTF-8 filenames 3 messages
Hi, I've setup Toaster and a MySQL docker container, all running on Ubuntu 16.04. I am encountering the following database error, when building my Yocto project: ERROR: (1366, "Incorrect string value:
Hi, I've setup Toaster and a MySQL docker container, all running on Ubuntu 16.04. I am encountering the following database error, when building my Yocto project: ERROR: (1366, "Incorrect string value:
|
By Sebert, Holger.ext
·
|
|
Patch: Database errors when building Yocto-Yoe
Hi, during a project build using Toaster and a MySQL database, there are some database errors due to insufficient size of the data fields. This patch includes the necessary changes in the ORM, includi
Hi, during a project build using Toaster and a MySQL database, there are some database errors due to insufficient size of the data fields. This patch includes the necessary changes in the ORM, includi
|
By Sebert, Holger.ext
·
|
|
[PATCH] toaster: Update documentation links to new URLs
From: David Reyna <David.Reyna@...> Update the Toaster documentation links to the new Yocto Project URLs. [YOCTO #14092] Signed-off-by: David Reyna <David.Reyna@...> --- bitbake/lib/toaster/toastergui
From: David Reyna <David.Reyna@...> Update the Toaster documentation links to the new Yocto Project URLs. [YOCTO #14092] Signed-off-by: David Reyna <David.Reyna@...> --- bitbake/lib/toaster/toastergui
|
By Reyna, David
·
|
|
[PATCH] toaster: Enable Gatesgarth branch in place of Zeus
From: David Reyna <David.Reyna@...> Toaster directly supports the last two stable branches of Yocto Project. With "Gatesgarth " being released, it is time to replace "Zeus". [YOCTO #14086] Signed-off-
From: David Reyna <David.Reyna@...> Toaster directly supports the last two stable branches of Yocto Project. With "Gatesgarth " being released, it is time to replace "Zeus". [YOCTO #14086] Signed-off-
|
By Reyna, David
·
|
|
Downloading sources from local server
Hi all, Suppose, we want to fetch sources from local server we set SOURCE_MIRROR_URL ?= <IP> and INHERIT += "own-mirrors" in our local.conf. Now using toaster if I want to fetch sources from local ser
Hi all, Suppose, we want to fetch sources from local server we set SOURCE_MIRROR_URL ?= <IP> and INHERIT += "own-mirrors" in our local.conf. Now using toaster if I want to fetch sources from local ser
|
By jadhavvaibhav377@...
·
|
|
[PATCH] toaster: Update to support Django-3
Update the Toaster code to support both Django-2 and Django-3. - The module 'six' was for Python 2/3 compatibility. That package is both no longer needed and is deprecated on recent hosts, so explicit
Update the Toaster code to support both Django-2 and Django-3. - The module 'six' was for Python 2/3 compatibility. That package is both no longer needed and is deprecated on recent hosts, so explicit
|
By Reyna, David
·
|
|
[bitbake-devel] [dunfell][1.46][PATCH] toaster-requirements.txt: require Django 2.2 3 messages
Is this version supported on all hosts supported by Dunfell? - armin
Is this version supported on all hosts supported by Dunfell? - armin
|
By
akuster808
·
|
|
[master][PATCH] toaster-requirements.txt: require Django 2.2
In commit 9730f95686b2ac72cf1fa513c555f7c7787e2667 Django 2.2 was enabled. Django 1.11 was EOL on April 1, 2020 Signed-off-by: Tim Orling <timothy.t.orling@...> --- toaster-requirements.txt | 2 +- 1 f
In commit 9730f95686b2ac72cf1fa513c555f7c7787e2667 Django 2.2 was enabled. Django 1.11 was EOL on April 1, 2020 Signed-off-by: Tim Orling <timothy.t.orling@...> --- toaster-requirements.txt | 2 +- 1 f
|
By Tim Orling
·
|
|
[dunfell][1.46][PATCH] toaster-requirements.txt: require Django 2.2
In commit 9730f95686b2ac72cf1fa513c555f7c7787e2667 Django 2.2 was enabled. Django 1.11 was EOL on April 1, 2020 Signed-off-by: Tim Orling <timothy.t.orling@...> --- toaster-requirements.txt | 2 +- 1 f
In commit 9730f95686b2ac72cf1fa513c555f7c7787e2667 Django 2.2 was enabled. Django 1.11 was EOL on April 1, 2020 Signed-off-by: Tim Orling <timothy.t.orling@...> --- toaster-requirements.txt | 2 +- 1 f
|
By Tim Orling
·
|
|
toaster-requirements.txt 5 messages
I’m working on CROPS toaster-container again and noticed bitbake/toaster-requirements.txt still bounds Django>1.8,<1.12. Aren’t we intending to be Django>2.2,<2.3 ? If I’m missing something, let me kn
I’m working on CROPS toaster-container again and noticed bitbake/toaster-requirements.txt still bounds Django>1.8,<1.12. Aren’t we intending to be Django>2.2,<2.3 ? If I’m missing something, let me kn
|
By Tim Orling
·
|
|
[zeus] stuck on the 'landing' page 2 messages
Hi folks, I would like to setup of toaster web interface that allows user to build yocto images on their own. To achieve this, I installed a debian-9[1] linux distro in a VM and read this handbook: *
Hi folks, I would like to setup of toaster web interface that allows user to build yocto images on their own. To achieve this, I installed a debian-9[1] linux distro in a VM and read this handbook: *
|
By
David Marec
·
|
|
[PATCH] toaster: support environment-safe manage commands
Directly support the various 'manage' commands from the Toaster executable, so that users do not have to manually set up the required environment and paths. Examples: $ . toaster manage createsuperuse
Directly support the various 'manage' commands from the Toaster executable, so that users do not have to manually set up the required environment and paths. Examples: $ . toaster manage createsuperuse
|
By Reyna, David
·
|
|
[PATCH] toaster: update to Dunfell 3 messages
Toaster needs update to Dunfell [YOCTO #13847] Signed-off-by: David Reyna <David.Reyna@...> --- bitbake/lib/toaster/orm/fixtures/oe-core.xml | 12 ++++++------ bitbake/lib/toaster/orm/fixtures/poky.xml
Toaster needs update to Dunfell [YOCTO #13847] Signed-off-by: David Reyna <David.Reyna@...> --- bitbake/lib/toaster/orm/fixtures/oe-core.xml | 12 ++++++------ bitbake/lib/toaster/orm/fixtures/poky.xml
|
By Reyna, David
·
|
|
Toaster from Scratch
Hi, All explanations about toaster I found on Internet are based on Poky, i.e. they say "source oe-init-build-env" and then "source bitbake/bin/toaster start", I could run this successfully, But now I
Hi, All explanations about toaster I found on Internet are based on Poky, i.e. they say "source oe-init-build-env" and then "source bitbake/bin/toaster start", I could run this successfully, But now I
|
By Mehran Memarnejad
·
|
|
Toaster: transitioning to Django-2.2 soon [YOCTO #13207]
Hi all, I wanted to let people know that I will be transitioning Toaster to Django-2.2 for master and YP-3.1. Recent changes to SQLite-3.26 and Python-3.7 now used in the current hosts have made the D
Hi all, I wanted to let people know that I will be transitioning Toaster to Django-2.2 for master and YP-3.1. Recent changes to SQLite-3.26 and Python-3.7 now used in the current hosts have made the D
|
By Reyna, David
·
|
|
Mailing list platform change November 21st 3 messages
After backing out of the first attempt to migrate we are again moving our lists from Mailman to Groups.io. E-mail to lists will be delayed during the move window on November 21st between 17:00 and 23:
After backing out of the first attempt to migrate we are again moving our lists from Mailman to Groups.io. E-mail to lists will be delayed during the move window on November 21st between 17:00 and 23:
|
By Michael Halstead
·
|
|
Unable to create new project via toaster 2 messages
When connecting to toaster web interface and clicking on ‘New Project’ I get options to enter new project name and then radio check for import command line project and text input to import existing pr
When connecting to toaster web interface and clicking on ‘New Project’ I get options to enter new project name and then radio check for import command line project and text input to import existing pr
|
By Colin Bester
·
|