yocto-bsp: Add missing format specifier in bblayers error message
authorBastien JAUNY <bastien.jauny@gmail.com>
Wed, 13 Nov 2013 19:21:14 +0000 (20:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Nov 2013 14:20:28 +0000 (14:20 +0000)
commitec60e79028a81a655f595650b8676994b085e0bc
tree23dc3d11531e39b16dc73a9332daf1038b8148e7
parentc36f1275b5928eb9a37f344819ccbbb669f24535
yocto-bsp: Add missing format specifier in bblayers error message

If the build environment is misconfigured (e.g. a bad path
for a layer in bblayers.conf) the yocto-bsp script crashes with a
standard python error, not very explicit.  This fixes the problem.

Signed-off-by: Bastien JAUNY <bastien.jauny@gmail.com>
(From meta-yocto rev: 4a8e80b812eebdc1c9570b5d88aa0f3b34824b68)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/bsp/kernel.py