summaryrefslogtreecommitdiffstats
path: root/meta/classes/deploy.bbclass
diff options
context:
space:
mode:
authorDaniel Klauer <daniel.klauer@gin.de>2020-06-30 13:38:53 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-30 23:03:02 +0100
commitacfda8e923fe73333da9353fc9cba8b35470a8ef (patch)
treea3da7cada14281586b9dcdff791b761b75cc9adf /meta/classes/deploy.bbclass
parent82693af8bbbad71155851e682f2d14832dd981b9 (diff)
downloadpoky-acfda8e923fe73333da9353fc9cba8b35470a8ef.tar.gz
uboot-sign: Refactor do_deploy prefunc to do_deploy_prepend
When inherited by the u-boot recipe (UBOOT_PN), uboot-sign.bbclass adds a concat_dtb step, which places additional files into ${DEPLOYDIR} before do_deploy. By turning this from a prefunc into a part of the normal do_deploy function, it becomes possible to use do_deploy[cleandirs] = "${DEPLOYDIR}" in the future, without deleting the files produced by concat_dtb. As before, care is taken to not interfere with the kernel's do_deploy definition, since concat_dtb was only needed for u-boot. (From OE-Core rev: 17619c1a41fa961afc317e4aafab9cdc4ff14a49) Signed-off-by: Daniel Klauer <daniel.klauer@gin.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/deploy.bbclass')
0 files changed, 0 insertions, 0 deletions