]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
scripts/yocto-bsp: Fixed typo in parameter that was causing exception
authorHumberto Ibarra <humberto.ibarra.lopez@intel.com>
Thu, 9 Jun 2016 16:01:40 +0000 (11:01 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jun 2016 22:38:24 +0000 (23:38 +0100)
commitaae5c2c39f64be87152b2e5470b50681c0f54670
tree93a1b386cc1bd5f624bf18f6659e1b4456694fbd
parent49f02f3344617f8b077edf61e8f5ead05e8405eb
scripts/yocto-bsp: Fixed typo in parameter that was causing exception

There is a typo in the logging parameters, "filname" is being used instead
of "filename". This didn't cause issues before since python 2 didn't
validate unused parameters but with python >= 3.4.3 an exception is
thrown. This patch fixes this parameter name.

[Yocto #9736]

Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/yocto-bsp