From 05472e2284be83ecfcf330785bb150f4b2543461 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Mon, 27 Feb 2017 23:42:24 +0100 Subject: hx4700.conf: replace DEPLOY_DIR_IMAGE with IMGDEPLOYDIR Rename the variable as done in oe-core (6d969ba). Signed-off-by: Andrea Adami --- conf/machine/hx4700.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf index 71627e6..41ac6ac 100644 --- a/conf/machine/hx4700.conf +++ b/conf/machine/hx4700.conf @@ -38,7 +38,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\ JFFS2_ERASEBLOCK = "0x40000" #write out a reflash.ctl with the appriate entries for the rootfs, the ones for the kernel should already be there -EXTRA_IMAGECMD_jffs2_append = " ; echo '${IMAGE_NAME} ${IMAGE_NAME}.rootfs.jffs2 - root' >> ${DEPLOY_DIR_IMAGE}/reflash.ctl" +EXTRA_IMAGECMD_jffs2_append = " ; echo '${IMAGE_NAME} ${IMAGE_NAME}.rootfs.jffs2 - root' >> ${IMGDEPLOYDIR}/reflash.ctl" # # Modules autoload and other boot properties -- cgit 1.2.3-korg