diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-02-17 16:33:29 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-18 08:38:52 +0000 |
commit | 54562006c1327c5b99daa4cc05a3ba7e38412da1 (patch) | |
tree | af95dfc649e1badb49c519ea786a5abec16cb9bd /meta/classes/binconfig.bbclass | |
parent | 3f9334b89fe2e8b55e9a5a9de99f33dd28d93c4a (diff) | |
download | poky-1.6_M3.tar.gz |
image_types.bbclass: Fix tar IMAGE_CMD to not change directories1.6_M3.final1.6_M3
below commit
commit 9d9bca8785911e8ae06d507bbfb99d6a811f072e
Author: Jonathan Liu <net147@gmail.com>
Date: Mon Feb 17 21:46:28 2014 +1100
lib/oe/image.py: fix working directory
The working directory needs to be changed before the image creation
commands instead of afterwards.
exposed an issue when generating tar images, where it would cd into
rootfs and then create the rootfs tarball and remain there since the
cmd to cd into deploy dir moved up the immediate following cmd like
tar.bz2 or tar.gz were still looking for tarball in current directory
which esentially was not deploy dir but IMAGE_ROOTFS instead
(From OE-Core rev: 9a98b8bfe13b94d89a9e39cca821f26fdeaeffc3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/binconfig.bbclass')
0 files changed, 0 insertions, 0 deletions