]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: toaster: use force_bytes to display non-ascii project names
authorSujith H <sujith.h@gmail.com>
Tue, 8 Mar 2016 18:09:02 +0000 (18:09 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Mar 2016 22:45:16 +0000 (22:45 +0000)
commitcc74a8ae26a7728828a3442ba441b1676bc2c8a1
tree5a8ce987f308378274a7bc5caa51996eb1234106
parentaebc22dbfade9a107f1a05e42bf7fe3887c15ae8
bitbake: toaster: use force_bytes to display non-ascii project names

When user enters a non-ascii character in the project
name of toaster, the build doesn't get triggered.
Use force_bytes to fix this.

Also deal with non-ascii project names when logging the
build request in runbuilds.

[YOCTO #9071]

(Bitbake rev: b6141c4d170885d3bdf63074afcb1e41fde0a8f0)

Signed-off-by: Sujith H <sujith.h@gmail.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py
bitbake/lib/toaster/bldcontrol/models.py
bitbake/lib/toaster/orm/models.py