mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
Revert "lib/oe/image.py: fix working directory"
This reverts commit 3f49597225.
This change appears to cause more problems than it fixes since the
compression commands usually work in the deploy dir but the archive ones
have always worked in the rootfs dir (which is clear from the tar command
we use).
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -176,8 +176,8 @@ class Image(object):
|
||||
bb.data.update_data(localdata)
|
||||
localdata.setVar('type', type)
|
||||
|
||||
cmds.append(localdata.expand("\tcd ${DEPLOY_DIR_IMAGE}"))
|
||||
cmds.append("\t" + localdata.getVar("IMAGE_CMD", True))
|
||||
cmds.append(localdata.expand("\tcd ${DEPLOY_DIR_IMAGE}"))
|
||||
|
||||
if type in cimages:
|
||||
for ctype in cimages[type]:
|
||||
|
||||
Reference in New Issue
Block a user