diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/image.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index cbdc29914e..f33108d094 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -70,9 +70,9 @@ fakeroot do_rootfs () { | |||
70 | 70 | ||
71 | for type in ${IMAGE_FSTYPES}; do | 71 | for type in ${IMAGE_FSTYPES}; do |
72 | if test -z "$FAKEROOTKEY"; then | 72 | if test -z "$FAKEROOTKEY"; then |
73 | fakeroot -i ${TMPDIR}/fakedb.image bbimage -t $type -e ${FILE} | 73 | fakeroot -i ${TMPDIR}/fakedb.image ${PYTHON} `which bbimage` -t $type -e ${FILE} |
74 | else | 74 | else |
75 | bbimage -n "${IMAGE_NAME}" -t "$type" -e "${FILE}" | 75 | ${PYTHON} `which bbimage` -n "${IMAGE_NAME}" -t "$type" -e "${FILE}" |
76 | fi | 76 | fi |
77 | 77 | ||
78 | cd ${DEPLOY_DIR_IMAGE}/ | 78 | cd ${DEPLOY_DIR_IMAGE}/ |