aboutsummaryrefslogtreecommitdiffstats
path: root/meta-intel-extras/classes
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2017-02-01 11:25:25 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2017-03-14 18:43:09 +0000
commite40cae0619e83b9cad2c4c904992697c0eb39a40 (patch)
tree7cf96acc30835f9ec10207134c80f7ad614bd735 /meta-intel-extras/classes
parent9dfd6b40ffd5c371aa711ccea651e929bee63c97 (diff)
Update image creation recipes, appends etc. to be poky 2.2 compliant
DEPLOY_DIR_IMAGE macro has been replaced with IMGDEPLOYDIR in poky 2.2. Update all instances to make image creation work. Change-Id: I3740730ded84650d3a3a51b85c77ed4fef863a8a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'meta-intel-extras/classes')
-rw-r--r--meta-intel-extras/classes/image_dd_efi.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-intel-extras/classes/image_dd_efi.bbclass b/meta-intel-extras/classes/image_dd_efi.bbclass
index 1f5fd9f7..83e8153d 100644
--- a/meta-intel-extras/classes/image_dd_efi.bbclass
+++ b/meta-intel-extras/classes/image_dd_efi.bbclass
@@ -38,7 +38,7 @@ do_populate_boot() {
mkdir -p ${WORKDIR}/EFI/BOOT/
# Path where EFI firmware searches for EFI executable
- cp ${DEPLOY_DIR_IMAGE}/bootx64.efi ${WORKDIR}/EFI/BOOT/
+ cp ${IMGDEPLOYDIR}/bootx64.efi ${WORKDIR}/EFI/BOOT/
mcopy -s -i ${WORKDIR}/boot.img ${WORKDIR}/EFI ::/EFI
}