summaryrefslogtreecommitdiffstats
path: root/meta-oe/classes/fitimage.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/classes/fitimage.bbclass')
-rw-r--r--meta-oe/classes/fitimage.bbclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/classes/fitimage.bbclass b/meta-oe/classes/fitimage.bbclass
index 76e7241820..03fa2fcd57 100644
--- a/meta-oe/classes/fitimage.bbclass
+++ b/meta-oe/classes/fitimage.bbclass
@@ -127,8 +127,7 @@ python __anonymous() {
127 d.setVar('EXTERNAL_KERNEL_DEVICETREE', '${RECIPE_SYSROOT}/boot/devicetree') 127 d.setVar('EXTERNAL_KERNEL_DEVICETREE', '${RECIPE_SYSROOT}/boot/devicetree')
128} 128}
129 129
130S = "${WORKDIR}/sources" 130S = "${UNPACKDIR}"
131UNPACKDIR = "${S}"
132B = "${WORKDIR}/build" 131B = "${WORKDIR}/build"
133 132
134# 133#