diff options
author | Liping Ke <liping.ke@intel.com> | 2011-03-17 13:28:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-17 12:33:48 +0000 |
commit | a440c6371d2ab37715b21ccdfd40cc1b35b3f814 (patch) | |
tree | 50bc66eca4948d74b516db4f8e9a5c8f4aa25609 /meta/recipes-devtools/installer/adt-installer_1.0.bb | |
parent | 06c755cb1a96df69fd2d8937f49592a3581af2aa (diff) | |
download | poky-a440c6371d2ab37715b21ccdfd40cc1b35b3f814.tar.gz |
ADT: bug fix for nameing and do_patch sequence
This patch is for fixing the x86-64 image name bug and also,
do_patch must be done before do_deploy.
(From OE-Core rev: 95e27a0f604796b30d7e7e1d58d0925942cfefa9)
Signed-off-by: Liping Ke <liping.ke@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer_1.0.bb')
-rw-r--r-- | meta/recipes-devtools/installer/adt-installer_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb index ff7afe6623..7e82c92677 100644 --- a/meta/recipes-devtools/installer/adt-installer_1.0.bb +++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb | |||
@@ -82,4 +82,4 @@ do_package_write_rpm[noexec] = "1" | |||
82 | do_package_write_deb[noexec] = "1" | 82 | do_package_write_deb[noexec] = "1" |
83 | do_poplulate_sysroot[noexec] = "1" | 83 | do_poplulate_sysroot[noexec] = "1" |
84 | 84 | ||
85 | addtask deploy before do_populate_sysroot after do_unpack | 85 | addtask deploy before do_populate_sysroot after do_patch |