diff options
author | Mike Crowe <mac@mcrowe.com> | 2019-10-21 15:38:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-23 16:30:36 +0100 |
commit | dcf52753abcf494f70323140a5d276228e260c91 (patch) | |
tree | 74c7b4d1319d7d20f5c6467c745d06e393b872fd /meta/classes/image-buildinfo.bbclass | |
parent | 66b6ddf80cc3827ed2ae024ff26c45517bcfecec (diff) | |
download | poky-dcf52753abcf494f70323140a5d276228e260c91.tar.gz |
kernel-devicetree: Cope with non-standard kernel deploy subdirectory
kernel.bbclass installs non-standard kernels (where
KERNEL_PACKAGE_NAME is not "kernel") in a subdirectory of ${DEPLOYDIR}.
To achieve this kernel_do_deploy sets the deployDir shell variable to
${DEPLOYDIR} for the standard kernel or
${DEPLOYDIR}/${KERNEL_DEPLOYSUBDIR} for non-standard kernels.
kernel-devicetree.bbclass's do_deploy_append ought to do the same
and can do so by using the same shell variable.
(From OE-Core rev: db5752911fe085337b9d3d4af85f89a0c664388e)
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image-buildinfo.bbclass')
0 files changed, 0 insertions, 0 deletions