Revert "image.bbclass: reorder do_rootfs"
authorRichard Purdie <rpurdie@linux.intel.com>
Fri, 24 Jul 2009 14:43:53 +0000 (15:43 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 24 Jul 2009 14:47:44 +0000 (15:47 +0100)
This reverts commit 736c06e8d8efa79d3d2bc512f13a51f0f63412e2
as this change breaks future versions of bitbake.

See the OE mailing list, in the "Bitbake runqueue performance improvement"
thread for a discussion on why this isn't the best way to solve
multi-image problem and that other better solutions exist.

classes/image.bbclass

index 864230b..385043b 100644 (file)
@@ -108,7 +108,6 @@ LINGUAS_INSTALL = "${@" ".join(map(lambda s: "locale-base-%s" % s, bb.data.getVa
 do_rootfs[nostamp] = "1"
 do_rootfs[dirs] = "${TOPDIR}"
 do_build[nostamp] = "1"
-do_install[nostamp] = "1"
 
 # Must call real_do_rootfs() from inside here, rather than as a separate
 # task, so that we have a single fakeroot context for the whole process.
@@ -274,5 +273,5 @@ fi
 # export the zap_root_password, create_etc_timestamp and remote_init_link
 EXPORT_FUNCTIONS zap_root_password create_etc_timestamp remove_init_link do_rootfs make_zimage_symlink_relative set_image_autologin rootfs_update_timestamp install_linguas
 
-addtask rootfs after do_compile before do_install
+addtask rootfs before do_build after do_install
 addtask deploy_to after do_rootfs