]> code.ossystems Code Review - openembedded-core.git/commit
uboot-sign: do_concat_dtb(): cd to $B
authorGeorge McCollister <george.mccollister@gmail.com>
Mon, 8 Aug 2016 15:29:47 +0000 (10:29 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Aug 2016 09:45:33 +0000 (10:45 +0100)
commit6dca3dee34b587157d0d49c590a177ff1dabb374
tree7bd19ac0c2c72051f85507846442538bbe989547
parent94e3f427bbeb005d8443e9d822c3182f280df470
uboot-sign: do_concat_dtb(): cd to $B

Prior to running oe_runmake make sure $B is the cwd. This is required
due to bitbake commit 67a7b8b021badc17d8fdf447c250e79d291e75f7
"build: don't use $B as the default cwd for functions".

Without this change, do_concat_dtb fails with:
| ERROR: oe_runmake failed
| make: *** No targets specified and no makefile found.  Stop.

Signed-off-by: George McCollister <george.mccollister@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/uboot-sign.bbclass