diff options
Diffstat (limited to 'classes/deploy-conf.bbclass')
-rw-r--r-- | classes/deploy-conf.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/deploy-conf.bbclass b/classes/deploy-conf.bbclass index 61df5dc..228b1e2 100644 --- a/classes/deploy-conf.bbclass +++ b/classes/deploy-conf.bbclass | |||
@@ -33,7 +33,7 @@ DEPLOY_CONF_NAME ?= "${MACHINE}" | |||
33 | DEPLOY_CONF_TYPE ?= "Boot2Qt" | 33 | DEPLOY_CONF_TYPE ?= "Boot2Qt" |
34 | 34 | ||
35 | IMAGE_CMD_conf() { | 35 | IMAGE_CMD_conf() { |
36 | cat > ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.conf <<EOF | 36 | cat > ${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.conf <<EOF |
37 | [${DEPLOY_CONF_TYPE} | ${DEPLOY_CONF_NAME}] | 37 | [${DEPLOY_CONF_TYPE} | ${DEPLOY_CONF_NAME}] |
38 | platform=${MACHINE} | 38 | platform=${MACHINE} |
39 | os=linux | 39 | os=linux |