diff options
author | Mylène Josserand <mylene.josserand@free-electrons.com> | 2017-04-12 22:03:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-13 10:54:10 +0100 |
commit | 04f3423a2af3a39b02043ca2bf6ec0c8f7b899a9 (patch) | |
tree | 430432411e4bd5cbc5279a696f0bbde734d20aa0 /meta/classes/logging.bbclass | |
parent | 11747280b5ca478e9594eae769903e5f6f8f55e2 (diff) | |
download | poky-04f3423a2af3a39b02043ca2bf6ec0c8f7b899a9.tar.gz |
meta: classes: Add building dir to uImage creation
On the do_uboot_mkimage task from kernel-uimage.bbclass, in case
KEEPUIMAGE is different than the default "yes" value, the uboot-mkimage
command fails because the path of the created uImage does not exist.
On this task, we are under the BUILDDIR so there is no folder arch/<ARCH>/boot.
Add the ${B} (for kernel build directory) as prefix to this folder fixes the problem.
(From OE-Core rev: e5a6ee0d0655827d06a6030380277ee61a6db0ef)
Signed-off-by: Mylène Josserand <mylene.josserand@free-electrons.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/logging.bbclass')
0 files changed, 0 insertions, 0 deletions