]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
uki.bbclass: remove duplicate d.getVar('DEPLOY_DIR_IMAGE')
authorKoen Kooi <koen.kooi@oss.qualcomm.com>
Thu, 6 Feb 2025 15:22:49 +0000 (16:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Feb 2025 13:02:38 +0000 (13:02 +0000)
commit6866da9f3a273ed7217e9edfca299fc2e68b2f75
treea71707afbcbc51220816a7da070d6b0a856ecaee
parent979d8b16a5238ea368b2ee39d436b6e13d94b076
uki.bbclass: remove duplicate d.getVar('DEPLOY_DIR_IMAGE')

This class calls d.getVar('DEPLOY_DIR_IMAGE') twice within the same
method, but DEPLOY_DIR_IMAGE variable won't change during the run of
this class, so only retrieve it once.

Signed-off-by: Koen Kooi <koen.kooi@oss.qualcomm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/uki.bbclass