]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: bin/toaster Add ability to specify port and address to bind to
authorMichael Wood <michael.g.wood@intel.com>
Thu, 21 Apr 2016 13:22:05 +0000 (14:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Apr 2016 09:30:32 +0000 (10:30 +0100)
commitef3c88a57313947feb5ef08c4fea6fd110cde1e7
treeb4a83f9857ff548be8492fb7a80c77dc4290c99f
parent4c0b1b9c2af70838dbcf5a676ec679f9f0c488a5
toaster: bin/toaster Add ability to specify port and address to bind to

Allow binding to a specified address and port to start the django
development server on.
Remove the assumption that you want to bind to 0.0.0.0 and set the
default to localhost.
Add some additional help text after Toaster webserver has started

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bin/toaster